summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/svgcolor
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/svgcolor
Initial commit
Diffstat (limited to 'macros/latex/contrib/svgcolor')
-rw-r--r--macros/latex/contrib/svgcolor/README50
-rw-r--r--macros/latex/contrib/svgcolor/svgcolor.sty324
2 files changed, 374 insertions, 0 deletions
diff --git a/macros/latex/contrib/svgcolor/README b/macros/latex/contrib/svgcolor/README
new file mode 100644
index 0000000000..7d5a45f5d4
--- /dev/null
+++ b/macros/latex/contrib/svgcolor/README
@@ -0,0 +1,50 @@
+svgcolor.sty -- defines Scalable Vector Graphics (SVG) named colors
+
+--------------------------------
+
+The svgcolor package defines the W3C Scalable Vector Graphics (SVG)
+color names for use with both the color and pstricks packages. These
+packages must be loaded before svgcolor if the color names are to be
+successfully defined.
+
+Further information on the SVG colors is available online at
+
+ http://www.w3.org/TR/SVG/types.html#ColorKeywords
+
+The SVG colors are
+
+ aliceblue, antiquewhite, aqua, aquamarine, azure, beige, bisque,
+ black, blanchedalmond, blue, blueviolet, brown, burlywood,
+ cadetblue, chartreuse, chocolate, coral, cornflowerblue, cornsilk,
+ crimson, cyan, darkblue, darkcyan, darkgoldenrod, darkgray,
+ darkgreen, darkgrey, darkkhaki, darkmagenta, darkolivegreen,
+ darkorange, darkorchid, darkred, darksalmon, darkseagreen,
+ darkslateblue, darkslategray, darkslategrey, darkturquoise,
+ darkviolet, deeppink, deepskyblue, dimgray, dimgrey, dodgerblue,
+ firebrick, floralwhite, forestgreen, fuchsia, gainsboro, ghostwhite,
+ gold, goldenrod, gray, green, greenyellow, grey, honeydew, hotpink,
+ indianred, indigo, ivory, khaki, lavender, lavenderblush, lawngreen,
+ lemonchiffon, lightblue, lightcoral, lightcyan,
+ lightgoldenrodyellow, lightgray, lightgreen, lightgrey, lightpink,
+ lightsalmon, lightseagreen, lightskyblue, lightslategray,
+ lightslategrey, lightsteelblue, lightyellow, lime, limegreen, linen,
+ magenta, maroon, mediumaquamarine, mediumblue, mediumorchid,
+ mediumpurple, mediumseagreen, mediumslateblue, mediumspringgreen,
+ mediumturquoise, mediumvioletred, midnightblue, mintcream,
+ mistyrose, moccasin, navajowhite, navy, oldlace, olive, olivedrab,
+ orange, orangered, orchid, palegoldenrod, palegreen, paleturquoise,
+ palevioletred, papayawhip, peachpuff, peru, pink, plum, powderblue,
+ purple, red, rosybrown, royalblue, saddlebrown, salmon, sandybrown,
+ seagreen, seashell, sienna, silver, skyblue, slateblue, slategray,
+ slategrey, snow, springgreen, steelblue, tan, teal, thistle, tomato,
+ turquoise, violet, wheat, white, whitesmoke, yellow, yellowgreen
+
+--------------------------------
+
+Mark A. Caprio, Yale University
+December 20, 2006
+Version 1.0
+
+This material is subject to the LaTeX Project Public License. See
+http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for
+the details of that license.
diff --git a/macros/latex/contrib/svgcolor/svgcolor.sty b/macros/latex/contrib/svgcolor/svgcolor.sty
new file mode 100644
index 0000000000..560418ac3b
--- /dev/null
+++ b/macros/latex/contrib/svgcolor/svgcolor.sty
@@ -0,0 +1,324 @@
+% svgcolor.sty -- defines Scalable Vector Graphics (SVG) named colors
+%
+% DESCRIPTION
+%
+% The svgcolor package defines the W3C Scalable Vector Graphics (SVG)
+% color names for use with both the color and pstricks packages. These
+% packages must be loaded before svgcolor if the color names are to be
+% successfully defined.
+%
+% HISTORY
+% Version 1.0 (2006/12/20)
+
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{svgcolor}[2006/12/20 v1.0 (M. A. Caprio)]
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% color package
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\@ifpackageloaded{color}{
+\definecolor{aliceblue}{rgb}{0.941176,0.972549,1.}
+\definecolor{antiquewhite}{rgb}{0.980392,0.921569,0.843137}
+\definecolor{aqua}{rgb}{0.,1.,1.}
+\definecolor{aquamarine}{rgb}{0.498039,1.,0.831373}
+\definecolor{azure}{rgb}{0.941176,1.,1.}
+\definecolor{beige}{rgb}{0.960784,0.960784,0.862745}
+\definecolor{bisque}{rgb}{1.,0.894118,0.768627}
+\definecolor{black}{rgb}{0.,0.,0.}
+\definecolor{blanchedalmond}{rgb}{1.,0.921569,0.803922}
+\definecolor{blue}{rgb}{0.,0.,1.}
+\definecolor{blueviolet}{rgb}{0.541176,0.168627,0.886275}
+\definecolor{brown}{rgb}{0.647059,0.164706,0.164706}
+\definecolor{burlywood}{rgb}{0.870588,0.721569,0.529412}
+\definecolor{cadetblue}{rgb}{0.372549,0.619608,0.627451}
+\definecolor{chartreuse}{rgb}{0.498039,1.,0.}
+\definecolor{chocolate}{rgb}{0.823529,0.411765,0.117647}
+\definecolor{coral}{rgb}{1.,0.498039,0.313725}
+\definecolor{cornflowerblue}{rgb}{0.392157,0.584314,0.929412}
+\definecolor{cornsilk}{rgb}{1.,0.972549,0.862745}
+\definecolor{crimson}{rgb}{0.862745,0.0784314,0.235294}
+\definecolor{cyan}{rgb}{0.,1.,1.}
+\definecolor{darkblue}{rgb}{0.,0.,0.545098}
+\definecolor{darkcyan}{rgb}{0.,0.545098,0.545098}
+\definecolor{darkgoldenrod}{rgb}{0.721569,0.52549,0.0431373}
+\definecolor{darkgray}{rgb}{0.662745,0.662745,0.662745}
+\definecolor{darkgreen}{rgb}{0.,0.392157,0.}
+\definecolor{darkgrey}{rgb}{0.662745,0.662745,0.662745}
+\definecolor{darkkhaki}{rgb}{0.741176,0.717647,0.419608}
+\definecolor{darkmagenta}{rgb}{0.545098,0.,0.545098}
+\definecolor{darkolivegreen}{rgb}{0.333333,0.419608,0.184314}
+\definecolor{darkorange}{rgb}{1.,0.54902,0.}
+\definecolor{darkorchid}{rgb}{0.6,0.196078,0.8}
+\definecolor{darkred}{rgb}{0.545098,0.,0.}
+\definecolor{darksalmon}{rgb}{0.913725,0.588235,0.478431}
+\definecolor{darkseagreen}{rgb}{0.560784,0.737255,0.560784}
+\definecolor{darkslateblue}{rgb}{0.282353,0.239216,0.545098}
+\definecolor{darkslategray}{rgb}{0.184314,0.309804,0.309804}
+\definecolor{darkslategrey}{rgb}{0.184314,0.309804,0.309804}
+\definecolor{darkturquoise}{rgb}{0.,0.807843,0.819608}
+\definecolor{darkviolet}{rgb}{0.580392,0.,0.827451}
+\definecolor{deeppink}{rgb}{1.,0.0784314,0.576471}
+\definecolor{deepskyblue}{rgb}{0.,0.74902,1.}
+\definecolor{dimgray}{rgb}{0.411765,0.411765,0.411765}
+\definecolor{dimgrey}{rgb}{0.411765,0.411765,0.411765}
+\definecolor{dodgerblue}{rgb}{0.117647,0.564706,1.}
+\definecolor{firebrick}{rgb}{0.698039,0.133333,0.133333}
+\definecolor{floralwhite}{rgb}{1.,0.980392,0.941176}
+\definecolor{forestgreen}{rgb}{0.133333,0.545098,0.133333}
+\definecolor{fuchsia}{rgb}{1.,0.,1.}
+\definecolor{gainsboro}{rgb}{0.862745,0.862745,0.862745}
+\definecolor{ghostwhite}{rgb}{0.972549,0.972549,1.}
+\definecolor{gold}{rgb}{1.,0.843137,0.}
+\definecolor{goldenrod}{rgb}{0.854902,0.647059,0.12549}
+\definecolor{gray}{rgb}{0.501961,0.501961,0.501961}
+\definecolor{green}{rgb}{0.,0.501961,0.}
+\definecolor{greenyellow}{rgb}{0.678431,1.,0.184314}
+\definecolor{grey}{rgb}{0.501961,0.501961,0.501961}
+\definecolor{honeydew}{rgb}{0.941176,1.,0.941176}
+\definecolor{hotpink}{rgb}{1.,0.411765,0.705882}
+\definecolor{indianred}{rgb}{0.803922,0.360784,0.360784}
+\definecolor{indigo}{rgb}{0.294118,0.,0.509804}
+\definecolor{ivory}{rgb}{1.,1.,0.941176}
+\definecolor{khaki}{rgb}{0.941176,0.901961,0.54902}
+\definecolor{lavender}{rgb}{0.901961,0.901961,0.980392}
+\definecolor{lavenderblush}{rgb}{1.,0.941176,0.960784}
+\definecolor{lawngreen}{rgb}{0.486275,0.988235,0.}
+\definecolor{lemonchiffon}{rgb}{1.,0.980392,0.803922}
+\definecolor{lightblue}{rgb}{0.678431,0.847059,0.901961}
+\definecolor{lightcoral}{rgb}{0.941176,0.501961,0.501961}
+\definecolor{lightcyan}{rgb}{0.878431,1.,1.}
+\definecolor{lightgoldenrodyellow}{rgb}{0.980392,0.980392,0.823529}
+\definecolor{lightgray}{rgb}{0.827451,0.827451,0.827451}
+\definecolor{lightgreen}{rgb}{0.564706,0.933333,0.564706}
+\definecolor{lightgrey}{rgb}{0.827451,0.827451,0.827451}
+\definecolor{lightpink}{rgb}{1.,0.713725,0.756863}
+\definecolor{lightsalmon}{rgb}{1.,0.627451,0.478431}
+\definecolor{lightseagreen}{rgb}{0.12549,0.698039,0.666667}
+\definecolor{lightskyblue}{rgb}{0.529412,0.807843,0.980392}
+\definecolor{lightslategray}{rgb}{0.466667,0.533333,0.6}
+\definecolor{lightslategrey}{rgb}{0.466667,0.533333,0.6}
+\definecolor{lightsteelblue}{rgb}{0.690196,0.768627,0.870588}
+\definecolor{lightyellow}{rgb}{1.,1.,0.878431}
+\definecolor{lime}{rgb}{0.,1.,0.}
+\definecolor{limegreen}{rgb}{0.196078,0.803922,0.196078}
+\definecolor{linen}{rgb}{0.980392,0.941176,0.901961}
+\definecolor{magenta}{rgb}{1.,0.,1.}
+\definecolor{maroon}{rgb}{0.501961,0.,0.}
+\definecolor{mediumaquamarine}{rgb}{0.4,0.803922,0.666667}
+\definecolor{mediumblue}{rgb}{0.,0.,0.803922}
+\definecolor{mediumorchid}{rgb}{0.729412,0.333333,0.827451}
+\definecolor{mediumpurple}{rgb}{0.576471,0.439216,0.858824}
+\definecolor{mediumseagreen}{rgb}{0.235294,0.701961,0.443137}
+\definecolor{mediumslateblue}{rgb}{0.482353,0.407843,0.933333}
+\definecolor{mediumspringgreen}{rgb}{0.,0.980392,0.603922}
+\definecolor{mediumturquoise}{rgb}{0.282353,0.819608,0.8}
+\definecolor{mediumvioletred}{rgb}{0.780392,0.0823529,0.521569}
+\definecolor{midnightblue}{rgb}{0.0980392,0.0980392,0.439216}
+\definecolor{mintcream}{rgb}{0.960784,1.,0.980392}
+\definecolor{mistyrose}{rgb}{1.,0.894118,0.882353}
+\definecolor{moccasin}{rgb}{1.,0.894118,0.709804}
+\definecolor{navajowhite}{rgb}{1.,0.870588,0.678431}
+\definecolor{navy}{rgb}{0.,0.,0.501961}
+\definecolor{oldlace}{rgb}{0.992157,0.960784,0.901961}
+\definecolor{olive}{rgb}{0.501961,0.501961,0.}
+\definecolor{olivedrab}{rgb}{0.419608,0.556863,0.137255}
+\definecolor{orange}{rgb}{1.,0.647059,0.}
+\definecolor{orangered}{rgb}{1.,0.270588,0.}
+\definecolor{orchid}{rgb}{0.854902,0.439216,0.839216}
+\definecolor{palegoldenrod}{rgb}{0.933333,0.909804,0.666667}
+\definecolor{palegreen}{rgb}{0.596078,0.984314,0.596078}
+\definecolor{paleturquoise}{rgb}{0.686275,0.933333,0.933333}
+\definecolor{palevioletred}{rgb}{0.858824,0.439216,0.576471}
+\definecolor{papayawhip}{rgb}{1.,0.937255,0.835294}
+\definecolor{peachpuff}{rgb}{1.,0.854902,0.72549}
+\definecolor{peru}{rgb}{0.803922,0.521569,0.247059}
+\definecolor{pink}{rgb}{1.,0.752941,0.796078}
+\definecolor{plum}{rgb}{0.866667,0.627451,0.866667}
+\definecolor{powderblue}{rgb}{0.690196,0.878431,0.901961}
+\definecolor{purple}{rgb}{0.501961,0.,0.501961}
+\definecolor{red}{rgb}{1.,0.,0.}
+\definecolor{rosybrown}{rgb}{0.737255,0.560784,0.560784}
+\definecolor{royalblue}{rgb}{0.254902,0.411765,0.882353}
+\definecolor{saddlebrown}{rgb}{0.545098,0.270588,0.0745098}
+\definecolor{salmon}{rgb}{0.980392,0.501961,0.0745098}
+\definecolor{sandybrown}{rgb}{0.956863,0.643137,0.376471}
+\definecolor{seagreen}{rgb}{0.180392,0.545098,0.341176}
+\definecolor{seashell}{rgb}{1.,0.960784,0.933333}
+\definecolor{sienna}{rgb}{0.627451,0.321569,0.176471}
+\definecolor{silver}{rgb}{0.752941,0.752941,0.752941}
+\definecolor{skyblue}{rgb}{0.529412,0.807843,0.921569}
+\definecolor{slateblue}{rgb}{0.415686,0.352941,0.803922}
+\definecolor{slategray}{rgb}{0.439216,0.501961,0.564706}
+\definecolor{slategrey}{rgb}{0.439216,0.501961,0.564706}
+\definecolor{snow}{rgb}{1.,0.980392,0.980392}
+\definecolor{springgreen}{rgb}{0.,1.,0.498039}
+\definecolor{steelblue}{rgb}{0.27451,0.509804,0.705882}
+\definecolor{tan}{rgb}{0.823529,0.705882,0.54902}
+\definecolor{teal}{rgb}{0.,0.501961,0.501961}
+\definecolor{thistle}{rgb}{0.847059,0.74902,0.847059}
+\definecolor{tomato}{rgb}{1.,0.388235,0.278431}
+\definecolor{turquoise}{rgb}{0.25098,0.878431,0.815686}
+\definecolor{violet}{rgb}{0.933333,0.509804,0.933333}
+\definecolor{wheat}{rgb}{0.960784,0.870588,0.701961}
+\definecolor{white}{rgb}{1.,1.,1.}
+\definecolor{whitesmoke}{rgb}{0.960784,0.960784,0.960784}
+\definecolor{yellow}{rgb}{1.,1.,0.}
+\definecolor{yellowgreen}{rgb}{0.603922,0.803922,0.196078}
+}{}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% pstricks package
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\@ifpackageloaded{pstricks}{
+\newrgbcolor{aliceblue}{0.941176 0.972549 1.}
+\newrgbcolor{antiquewhite}{0.980392 0.921569 0.843137}
+\newrgbcolor{aqua}{0. 1. 1.}
+\newrgbcolor{aquamarine}{0.498039 1. 0.831373}
+\newrgbcolor{azure}{0.941176 1. 1.}
+\newrgbcolor{beige}{0.960784 0.960784 0.862745}
+\newrgbcolor{bisque}{1. 0.894118 0.768627}
+\newrgbcolor{black}{0. 0. 0.}
+\newrgbcolor{blanchedalmond}{1. 0.921569 0.803922}
+\newrgbcolor{blue}{0. 0. 1.}
+\newrgbcolor{blueviolet}{0.541176 0.168627 0.886275}
+\newrgbcolor{brown}{0.647059 0.164706 0.164706}
+\newrgbcolor{burlywood}{0.870588 0.721569 0.529412}
+\newrgbcolor{cadetblue}{0.372549 0.619608 0.627451}
+\newrgbcolor{chartreuse}{0.498039 1. 0.}
+\newrgbcolor{chocolate}{0.823529 0.411765 0.117647}
+\newrgbcolor{coral}{1. 0.498039 0.313725}
+\newrgbcolor{cornflowerblue}{0.392157 0.584314 0.929412}
+\newrgbcolor{cornsilk}{1. 0.972549 0.862745}
+\newrgbcolor{crimson}{0.862745 0.0784314 0.235294}
+\newrgbcolor{cyan}{0. 1. 1.}
+\newrgbcolor{darkblue}{0. 0. 0.545098}
+\newrgbcolor{darkcyan}{0. 0.545098 0.545098}
+\newrgbcolor{darkgoldenrod}{0.721569 0.52549 0.0431373}
+\newrgbcolor{darkgray}{0.662745 0.662745 0.662745}
+\newrgbcolor{darkgreen}{0. 0.392157 0.}
+\newrgbcolor{darkgrey}{0.662745 0.662745 0.662745}
+\newrgbcolor{darkkhaki}{0.741176 0.717647 0.419608}
+\newrgbcolor{darkmagenta}{0.545098 0. 0.545098}
+\newrgbcolor{darkolivegreen}{0.333333 0.419608 0.184314}
+\newrgbcolor{darkorange}{1. 0.54902 0.}
+\newrgbcolor{darkorchid}{0.6 0.196078 0.8}
+\newrgbcolor{darkred}{0.545098 0. 0.}
+\newrgbcolor{darksalmon}{0.913725 0.588235 0.478431}
+\newrgbcolor{darkseagreen}{0.560784 0.737255 0.560784}
+\newrgbcolor{darkslateblue}{0.282353 0.239216 0.545098}
+\newrgbcolor{darkslategray}{0.184314 0.309804 0.309804}
+\newrgbcolor{darkslategrey}{0.184314 0.309804 0.309804}
+\newrgbcolor{darkturquoise}{0. 0.807843 0.819608}
+\newrgbcolor{darkviolet}{0.580392 0. 0.827451}
+\newrgbcolor{deeppink}{1. 0.0784314 0.576471}
+\newrgbcolor{deepskyblue}{0. 0.74902 1.}
+\newrgbcolor{dimgray}{0.411765 0.411765 0.411765}
+\newrgbcolor{dimgrey}{0.411765 0.411765 0.411765}
+\newrgbcolor{dodgerblue}{0.117647 0.564706 1.}
+\newrgbcolor{firebrick}{0.698039 0.133333 0.133333}
+\newrgbcolor{floralwhite}{1. 0.980392 0.941176}
+\newrgbcolor{forestgreen}{0.133333 0.545098 0.133333}
+\newrgbcolor{fuchsia}{1. 0. 1.}
+\newrgbcolor{gainsboro}{0.862745 0.862745 0.862745}
+\newrgbcolor{ghostwhite}{0.972549 0.972549 1.}
+\newrgbcolor{gold}{1. 0.843137 0.}
+\newrgbcolor{goldenrod}{0.854902 0.647059 0.12549}
+\newrgbcolor{gray}{0.501961 0.501961 0.501961}
+\newrgbcolor{green}{0. 0.501961 0.}
+\newrgbcolor{greenyellow}{0.678431 1. 0.184314}
+\newrgbcolor{grey}{0.501961 0.501961 0.501961}
+\newrgbcolor{honeydew}{0.941176 1. 0.941176}
+\newrgbcolor{hotpink}{1. 0.411765 0.705882}
+\newrgbcolor{indianred}{0.803922 0.360784 0.360784}
+\newrgbcolor{indigo}{0.294118 0. 0.509804}
+\newrgbcolor{ivory}{1. 1. 0.941176}
+\newrgbcolor{khaki}{0.941176 0.901961 0.54902}
+\newrgbcolor{lavender}{0.901961 0.901961 0.980392}
+\newrgbcolor{lavenderblush}{1. 0.941176 0.960784}
+\newrgbcolor{lawngreen}{0.486275 0.988235 0.}
+\newrgbcolor{lemonchiffon}{1. 0.980392 0.803922}
+\newrgbcolor{lightblue}{0.678431 0.847059 0.901961}
+\newrgbcolor{lightcoral}{0.941176 0.501961 0.501961}
+\newrgbcolor{lightcyan}{0.878431 1. 1.}
+\newrgbcolor{lightgoldenrodyellow}{0.980392 0.980392 0.823529}
+\newrgbcolor{lightgray}{0.827451 0.827451 0.827451}
+\newrgbcolor{lightgreen}{0.564706 0.933333 0.564706}
+\newrgbcolor{lightgrey}{0.827451 0.827451 0.827451}
+\newrgbcolor{lightpink}{1. 0.713725 0.756863}
+\newrgbcolor{lightsalmon}{1. 0.627451 0.478431}
+\newrgbcolor{lightseagreen}{0.12549 0.698039 0.666667}
+\newrgbcolor{lightskyblue}{0.529412 0.807843 0.980392}
+\newrgbcolor{lightslategray}{0.466667 0.533333 0.6}
+\newrgbcolor{lightslategrey}{0.466667 0.533333 0.6}
+\newrgbcolor{lightsteelblue}{0.690196 0.768627 0.870588}
+\newrgbcolor{lightyellow}{1. 1. 0.878431}
+\newrgbcolor{lime}{0. 1. 0.}
+\newrgbcolor{limegreen}{0.196078 0.803922 0.196078}
+\newrgbcolor{linen}{0.980392 0.941176 0.901961}
+\newrgbcolor{magenta}{1. 0. 1.}
+\newrgbcolor{maroon}{0.501961 0. 0.}
+\newrgbcolor{mediumaquamarine}{0.4 0.803922 0.666667}
+\newrgbcolor{mediumblue}{0. 0. 0.803922}
+\newrgbcolor{mediumorchid}{0.729412 0.333333 0.827451}
+\newrgbcolor{mediumpurple}{0.576471 0.439216 0.858824}
+\newrgbcolor{mediumseagreen}{0.235294 0.701961 0.443137}
+\newrgbcolor{mediumslateblue}{0.482353 0.407843 0.933333}
+\newrgbcolor{mediumspringgreen}{0. 0.980392 0.603922}
+\newrgbcolor{mediumturquoise}{0.282353 0.819608 0.8}
+\newrgbcolor{mediumvioletred}{0.780392 0.0823529 0.521569}
+\newrgbcolor{midnightblue}{0.0980392 0.0980392 0.439216}
+\newrgbcolor{mintcream}{0.960784 1. 0.980392}
+\newrgbcolor{mistyrose}{1. 0.894118 0.882353}
+\newrgbcolor{moccasin}{1. 0.894118 0.709804}
+\newrgbcolor{navajowhite}{1. 0.870588 0.678431}
+\newrgbcolor{navy}{0. 0. 0.501961}
+\newrgbcolor{oldlace}{0.992157 0.960784 0.901961}
+\newrgbcolor{olive}{0.501961 0.501961 0.}
+\newrgbcolor{olivedrab}{0.419608 0.556863 0.137255}
+\newrgbcolor{orange}{1. 0.647059 0.}
+\newrgbcolor{orangered}{1. 0.270588 0.}
+\newrgbcolor{orchid}{0.854902 0.439216 0.839216}
+\newrgbcolor{palegoldenrod}{0.933333 0.909804 0.666667}
+\newrgbcolor{palegreen}{0.596078 0.984314 0.596078}
+\newrgbcolor{paleturquoise}{0.686275 0.933333 0.933333}
+\newrgbcolor{palevioletred}{0.858824 0.439216 0.576471}
+\newrgbcolor{papayawhip}{1. 0.937255 0.835294}
+\newrgbcolor{peachpuff}{1. 0.854902 0.72549}
+\newrgbcolor{peru}{0.803922 0.521569 0.247059}
+\newrgbcolor{pink}{1. 0.752941 0.796078}
+\newrgbcolor{plum}{0.866667 0.627451 0.866667}
+\newrgbcolor{powderblue}{0.690196 0.878431 0.901961}
+\newrgbcolor{purple}{0.501961 0. 0.501961}
+\newrgbcolor{red}{1. 0. 0.}
+\newrgbcolor{rosybrown}{0.737255 0.560784 0.560784}
+\newrgbcolor{royalblue}{0.254902 0.411765 0.882353}
+\newrgbcolor{saddlebrown}{0.545098 0.270588 0.0745098}
+\newrgbcolor{salmon}{0.980392 0.501961 0.0745098}
+\newrgbcolor{sandybrown}{0.956863 0.643137 0.376471}
+\newrgbcolor{seagreen}{0.180392 0.545098 0.341176}
+\newrgbcolor{seashell}{1. 0.960784 0.933333}
+\newrgbcolor{sienna}{0.627451 0.321569 0.176471}
+\newrgbcolor{silver}{0.752941 0.752941 0.752941}
+\newrgbcolor{skyblue}{0.529412 0.807843 0.921569}
+\newrgbcolor{slateblue}{0.415686 0.352941 0.803922}
+\newrgbcolor{slategray}{0.439216 0.501961 0.564706}
+\newrgbcolor{slategrey}{0.439216 0.501961 0.564706}
+\newrgbcolor{snow}{1. 0.980392 0.980392}
+\newrgbcolor{springgreen}{0. 1. 0.498039}
+\newrgbcolor{steelblue}{0.27451 0.509804 0.705882}
+\newrgbcolor{tan}{0.823529 0.705882 0.54902}
+\newrgbcolor{teal}{0. 0.501961 0.501961}
+\newrgbcolor{thistle}{0.847059 0.74902 0.847059}
+\newrgbcolor{tomato}{1. 0.388235 0.278431}
+\newrgbcolor{turquoise}{0.25098 0.878431 0.815686}
+\newrgbcolor{violet}{0.933333 0.509804 0.933333}
+\newrgbcolor{wheat}{0.960784 0.870588 0.701961}
+\newrgbcolor{white}{1. 1. 1.}
+\newrgbcolor{whitesmoke}{0.960784 0.960784 0.960784}
+\newrgbcolor{yellow}{1. 1. 0.}
+\newrgbcolor{yellowgreen}{0.603922 0.803922 0.196078}
+}{}
+