SF_COLORS
Description
SciFortran module for color definitions and manipulation
Quick access
- Types:
- Routines:
assignment(=)()
,operator(+)()
,operator(-)()
,operator(*)()
,operator(.dot.)()
,rgb()
,equal_colors()
,add_colors()
,subtract_colors()
,scalar_left_color()
,scalar_right_color()
,dot_scalar_colors()
,pick_color()
Types
- type sf_colors/rgb_color
A custom type for color definitions in rgb form. A large set of predefinite colors are provided. Artithmetic operators are overloaded to manipulate colors
- Type fields:
r [integer] – Red component in the range
[0:255]
g [integer] – Green component in the range
[0:255]
b [integer] – Blue component in the range
[0:255]
Subroutines and functions
- interface sf_colors/assignment(=)(c1, c2)
Overloaded assignment operator for
rgb_color
types usingequal_colors()
- interface sf_colors/operator(+)(c1, c2)
Overloaded addition operator for
rgb_color
types usingadd_colors()
- interface sf_colors/operator(-)(c1, c2)
Overloaded subtraction operator for
rgb_color
types usingsubtract_colors()
- interface sf_colors/operator(*)(k, cin)
Overloaded multiplication operator for
rgb_color
types usingscalar_left_colors()
- interface sf_colors/operator(.dot.)(v, cin)
Overloaded dot operator for
rgb_color
types usingdot_scalar_colors()
- function sf_colors/rgb(c)
Given a
rgb_color
c
=[r,g,b]
, returns an univocally determined integer number65536*r+256*g+b
- subroutine sf_colors/equal_colors(c1, c2)
Given a
rgb_color
c2
=[r,g,b]
, assigns its value to a argb_color
c1
- function sf_colors/add_colors(c1, c2)
Given two
rgb_color
[r1,g1,b1]
and[r2,g2,b2]
returns[r1+r2,g1+g2,b1+b2]
.
- function sf_colors/subtract_colors(c1, c2)
Given two
rgb_color
[r1,g1,b1]
and[r2,g2,b2]
returns[r1-r2,g1-g2,b1-b2]
.
- function sf_colors/scalar_left_color(k, cin)
Given a real
k
and argb_color
[r,g,b]
returnsrgb_color
[k*r,k*g,k*b]
.
- function sf_colors/scalar_right_color(k, cin)
Given an
rgb_color
[r,g,b]
and a realk
returnsrgb_color
[k*r,k*g,k*b]
.
- function sf_colors/dot_scalar_colors(v, cin)
Given an array of real
v
and an array ofrgb_color
cin
returns argb_color
cout
= \(\sum_i vin(i)*cin(i)\)
- function sf_colors/pick_color(string)
Given an string, picks a
rgb_color
among the default onesblack
,blue
,cyan
,green
,magenta
,orange
,red
,white
,yellow
List of colors
This is a list of all the colors supported in sf_colors
, which are listed as parameters:
Default colors
black
, blue
, cyan
, green
, magenta
, orange
, red
, white
, yellow
- sf_colors/black
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,0,0)
- sf_colors/blue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0, 0, 255)
- sf_colors/cyan
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,255,255)
- sf_colors/green
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0, 255, 0)
- sf_colors/magenta
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(159, 0, 159)
- sf_colors/orange
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,193,0)
- sf_colors/red
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,0,0)
- sf_colors/white
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,255,255)
- sf_colors/yellow
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,255,0)
Additional colors
aliceblue
, antiquewhite
, antiquewhite1
, antiquewhite2
, antiquewhite3
, antiquewhite4
, aquamarine
, aquamarine1
, aquamarine2
, aquamarine3
, aquamarine4
, azure
, azure1
, azure2
, azure3
, azure4
, beige
, bisque
, bisque1
, bisque2
, bisque3
, bisque4
, blanchedalmond
, blue1
, blue2
, blue3
, blue4
, blueviolet
, brown
, brown1
, brown2
, brown3
, brown4
, burlywood
, burlywood1
, burlywood2
, burlywood3
, burlywood4
, cadetblue
, cadetblue1
, cadetblue2
, cadetblue3
, cadetblue4
, chartreuse
, chartreuse1
, chartreuse2
, chartreuse3
, chartreuse4
, chocolate
, chocolate1
, chocolate2
, chocolate3
, chocolate4
, coral
, coral1
, coral2
, coral3
, coral4
, cornflowerblue
, cornsilk
, cornsilk1
, cornsilk2
, cornsilk3
, cornsilk4
, cyan1
, cyan2
, cyan3
, cyan4
, darkblue
, darkcyan
, darkgoldenrod
, darkgoldenrod1
, darkgoldenrod2
, darkgoldenrod3
, darkgoldenrod4
, darkgray
, darkgreen
, darkgrey
, darkkhaki
, darkmagenta
, darkolivegreen
, darkolivegreen1
, darkolivegreen2
, darkolivegreen3
, darkolivegreen4
, darkorange
, darkorange1
, darkorange2
, darkorange3
, darkorange4
, darkorchid
, darkorchid1
, darkorchid2
, darkorchid3
, darkorchid4
, darkred
, darksalmon
, darkseagreen
, darkseagreen1
, darkseagreen2
, darkseagreen3
, darkseagreen4
, darkslateblue
, darkslategray
, darkslategray1
, darkslategray2
, darkslategray3
, darkslategray4
, darkslategrey
, darkturquoise
, darkviolet
, debianred
, deeppink
, deeppink1
, deeppink2
, deeppink3
, deeppink4
, deepskyblue
, deepskyblue1
, deepskyblue2
, deepskyblue3
, deepskyblue4
, dimgray
, dimgrey
, dodgerblue
, dodgerblue1
, dodgerblue2
, dodgerblue3
, dodgerblue4
, firebrick
, firebrick1
, firebrick2
, firebrick3
, firebrick4
, floralwhite
, forestgreen
, gainsboro
, ghostwhite
, gold
, gold1
, gold2
, gold3
, gold4
, goldenrod
, goldenrod1
, goldenrod2
, goldenrod3
, goldenrod4
, gray
, gray0
, gray1
, gray10
, gray100
, gray11
, gray12
, gray13
, gray14
, gray15
, gray16
, gray17
, gray18
, gray19
, gray2
, gray20
, gray21
, gray22
, gray23
, gray24
, gray25
, gray26
, gray27
, gray28
, gray29
, gray3
, gray30
, gray31
, gray32
, gray33
, gray34
, gray35
, gray36
, gray37
, gray38
, gray39
, gray4
, gray40
, gray41
, gray42
, gray43
, gray44
, gray45
, gray46
, gray47
, gray48
, gray49
, gray5
, gray50
, gray51
, gray52
, gray53
, gray54
, gray55
, gray56
, gray57
, gray58
, gray59
, gray6
, gray60
, gray61
, gray62
, gray63
, gray64
, gray65
, gray66
, gray67
, gray68
, gray69
, gray7
, gray70
, gray71
, gray72
, gray73
, gray74
, gray75
, gray76
, gray77
, gray78
, gray79
, gray8
, gray80
, gray81
, gray82
, gray83
, gray84
, gray85
, gray86
, gray87
, gray88
, gray89
, gray9
, gray90
, gray91
, gray92
, gray93
, gray94
, gray95
, gray96
, gray97
, gray98
, gray99
, green1
, green2
, green3
, green4
, greenyellow
, grey
, grey0
, grey1
, grey10
, grey100
, grey11
, grey12
, grey13
, grey14
, grey15
, grey16
, grey17
, grey18
, grey19
, grey2
, grey20
, grey21
, grey22
, grey23
, grey24
, grey25
, grey26
, grey27
, grey28
, grey29
, grey3
, grey30
, grey31
, grey32
, grey33
, grey34
, grey35
, grey36
, grey37
, grey38
, grey39
, grey4
, grey40
, grey41
, grey42
, grey43
, grey44
, grey45
, grey46
, grey47
, grey48
, grey49
, grey5
, grey50
, grey51
, grey52
, grey53
, grey54
, grey55
, grey56
, grey57
, grey58
, grey59
, grey6
, grey60
, grey61
, grey62
, grey63
, grey64
, grey65
, grey66
, grey67
, grey68
, grey69
, grey7
, grey70
, grey71
, grey72
, grey73
, grey74
, grey75
, grey76
, grey77
, grey78
, grey79
, grey8
, grey80
, grey81
, grey82
, grey83
, grey84
, grey85
, grey86
, grey87
, grey88
, grey89
, grey9
, grey90
, grey91
, grey92
, grey93
, grey94
, grey95
, grey96
, grey97
, grey98
, grey99
, honeydew
, honeydew1
, honeydew2
, honeydew3
, honeydew4
, hotpink
, hotpink1
, hotpink2
, hotpink3
, hotpink4
, indianred
, indianred1
, indianred2
, indianred3
, indianred4
, ivory
, ivory1
, ivory2
, ivory3
, ivory4
, khaki
, khaki1
, khaki2
, khaki3
, khaki4
, lavender
, lavenderblush
, lavenderblush1
, lavenderblush2
, lavenderblush3
, lavenderblush4
, lawngreen
, lemonchiffon
, lemonchiffon1
, lemonchiffon2
, lemonchiffon3
, lemonchiffon4
, lightblue
, lightblue1
, lightblue2
, lightblue3
, lightblue4
, lightcoral
, lightcyan
, lightcyan1
, lightcyan2
, lightcyan3
, lightcyan4
, lightgoldenrod
, lightgoldenrod1
, lightgoldenrod2
, lightgoldenrod3
, lightgoldenrod4
, lightgoldenrodyellow
, lightgray
, lightgreen
, lightgrey
, lightpink
, lightpink1
, lightpink2
, lightpink3
, lightpink4
, lightsalmon
, lightsalmon1
, lightsalmon2
, lightsalmon3
, lightsalmon4
, lightseagreen
, lightskyblue
, lightskyblue1
, lightskyblue2
, lightskyblue3
, lightskyblue4
, lightslateblue
, lightslategray
, lightslategrey
, lightsteelblue
, lightsteelblue1
, lightsteelblue2
, lightsteelblue3
, lightsteelblue4
, lightyellow
, lightyellow1
, lightyellow2
, lightyellow3
, lightyellow4
, limegreen
, linen
, magenta1
, magenta2
, magenta3
, magenta4
, maroon
, maroon1
, maroon2
, maroon3
, maroon4
, mediumaquamarine
, mediumblue
, mediumorchid
, mediumorchid1
, mediumorchid2
, mediumorchid3
, mediumorchid4
, mediumpurple
, mediumpurple1
, mediumpurple2
, mediumpurple3
, mediumpurple4
, mediumseagreen
, mediumslateblue
, mediumspringgreen
, mediumturquoise
, mediumvioletred
, midnightblue
, mintcream
, mistyrose
, mistyrose1
, mistyrose2
, mistyrose3
, mistyrose4
, moccasin
, navajowhite
, navajowhite1
, navajowhite2
, navajowhite3
, navajowhite4
, navy
, navyblue
, oldlace
, olivedrab
, olivedrab1
, olivedrab2
, olivedrab3
, olivedrab4
, orange1
, orange2
, orange3
, orange4
, orangered
, orangered1
, orangered2
, orangered3
, orangered4
, orchid
, orchid1
, orchid2
, orchid3
, orchid4
, palegoldenrod
, palegreen
, palegreen1
, palegreen2
, palegreen3
, palegreen4
, paleturquoise
, paleturquoise1
, paleturquoise2
, paleturquoise3
, paleturquoise4
, palevioletred
, palevioletred1
, palevioletred2
, palevioletred3
, palevioletred4
, papayawhip
, peachpuff
, peachpuff1
, peachpuff2
, peachpuff3
, peachpuff4
, peru
, pink
, pink1
, pink2
, pink3
, pink4
, plum
, plum1
, plum2
, plum3
, plum4
, powderblue
, purple
, purple1
, purple2
, purple3
, purple4
, red1
, red2
, red3
, red4
, rosybrown
, rosybrown1
, rosybrown2
, rosybrown3
, rosybrown4
, royalblue
, royalblue1
, royalblue2
, royalblue3
, royalblue4
, saddlebrown
, salmon
, salmon1
, salmon2
, salmon3
, salmon4
, sandybrown
, seagreen
, seagreen1
, seagreen2
, seagreen3
, seagreen4
, seashell
, seashell1
, seashell2
, seashell3
, seashell4
, sienna
, sienna1
, sienna2
, sienna3
, sienna4
, skyblue
, skyblue1
, skyblue2
, skyblue3
, skyblue4
, slateblue
, slateblue1
, slateblue2
, slateblue3
, slateblue4
, slategray
, slategray1
, slategray2
, slategray3
, slategray4
, slategrey
, snow
, snow1
, snow2
, snow3
, snow4
, springgreen
, springgreen1
, springgreen2
, springgreen3
, springgreen4
, steelblue
, steelblue1
, steelblue2
, steelblue3
, steelblue4
, tan1
, tan2
, tan3
, tan4
, thistle
, thistle1
, thistle2
, thistle3
, thistle4
, tomato
, tomato1
, tomato2
, tomato3
, tomato4
, turquoise
, turquoise1
, turquoise2
, turquoise3
, turquoise4
, violet
, violetred
, violetred1
, violetred2
, violetred3
, violetred4
, wheat
, wheat1
, wheat2
, wheat3
, wheat4
, whitesmoke
, yellow1
, yellow2
, yellow3
, yellow4
, yellowgreen
- sf_colors/aliceblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(240,248,255)
- sf_colors/antiquewhite
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(250,235,215)
- sf_colors/antiquewhite1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,239,219)
- sf_colors/antiquewhite2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,223,204)
- sf_colors/antiquewhite3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,192,176)
- sf_colors/antiquewhite4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,131,120)
- sf_colors/aquamarine
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(127,255,212)
- sf_colors/aquamarine1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(127,255,212)
- sf_colors/aquamarine2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(118,238,198)
- sf_colors/aquamarine3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(102,205,170)
- sf_colors/aquamarine4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(69,139,116)
- sf_colors/azure
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(240,255,255)
- sf_colors/azure1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(240,255,255)
- sf_colors/azure2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(224,238,238)
- sf_colors/azure3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(193,205,205)
- sf_colors/azure4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(131,139,139)
- sf_colors/beige
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(245,245,220)
- sf_colors/bisque
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,228,196)
- sf_colors/bisque1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,228,196)
- sf_colors/bisque2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,213,183)
- sf_colors/bisque3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,183,158)
- sf_colors/bisque4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,125,107)
- sf_colors/blanchedalmond
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,235,205)
- sf_colors/blue1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,0,255)
- sf_colors/blue2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,0,238)
- sf_colors/blue3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,0,205)
- sf_colors/blue4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,0,139)
- sf_colors/blueviolet
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(138,43,226)
- sf_colors/brown
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(165,42,42)
- sf_colors/brown1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,64,64)
- sf_colors/brown2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,59,59)
- sf_colors/brown3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,51,51)
- sf_colors/brown4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,35,35)
- sf_colors/burlywood
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(222,184,135)
- sf_colors/burlywood1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,211,155)
- sf_colors/burlywood2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,197,145)
- sf_colors/burlywood3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,170,125)
- sf_colors/burlywood4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,115,85)
- sf_colors/cadetblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(95,158,160)
- sf_colors/cadetblue1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(152,245,255)
- sf_colors/cadetblue2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(142,229,238)
- sf_colors/cadetblue3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(122,197,205)
- sf_colors/cadetblue4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(83,134,139)
- sf_colors/chartreuse
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(127,255,0)
- sf_colors/chartreuse1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(127,255,0)
- sf_colors/chartreuse2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(118,238,0)
- sf_colors/chartreuse3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(102,205,0)
- sf_colors/chartreuse4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(69,139,0)
- sf_colors/chocolate
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(210,105,30)
- sf_colors/chocolate1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,127,36)
- sf_colors/chocolate2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,118,33)
- sf_colors/chocolate3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,102,29)
- sf_colors/chocolate4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,69,19)
- sf_colors/coral
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,127,80)
- sf_colors/coral1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,114,86)
- sf_colors/coral2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,106,80)
- sf_colors/coral3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,91,69)
- sf_colors/coral4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,62,47)
- sf_colors/cornflowerblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(100,149,237)
- sf_colors/cornsilk
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,248,220)
- sf_colors/cornsilk1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,248,220)
- sf_colors/cornsilk2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,232,205)
- sf_colors/cornsilk3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,200,177)
- sf_colors/cornsilk4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,136,120)
- sf_colors/cyan1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,255,255)
- sf_colors/cyan2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,238,238)
- sf_colors/cyan3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,205,205)
- sf_colors/cyan4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,139,139)
- sf_colors/darkblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,0,139)
- sf_colors/darkcyan
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,139,139)
- sf_colors/darkgoldenrod
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(184,134,11)
- sf_colors/darkgoldenrod1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,185,15)
- sf_colors/darkgoldenrod2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,173,14)
- sf_colors/darkgoldenrod3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,149,12)
- sf_colors/darkgoldenrod4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,101,8)
- sf_colors/darkgray
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(169,169,169)
- sf_colors/darkgreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,100,0)
- sf_colors/darkgrey
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(169,169,169)
- sf_colors/darkkhaki
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(189,183,107)
- sf_colors/darkmagenta
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,0,139)
- sf_colors/darkolivegreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(85,107,47)
- sf_colors/darkolivegreen1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(202,255,112)
- sf_colors/darkolivegreen2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(188,238,104)
- sf_colors/darkolivegreen3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(162,205,90)
- sf_colors/darkolivegreen4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(110,139,61)
- sf_colors/darkorange
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,140,0)
- sf_colors/darkorange1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,127,0)
- sf_colors/darkorange2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,118,0)
- sf_colors/darkorange3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,102,0)
- sf_colors/darkorange4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,69,0)
- sf_colors/darkorchid
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(153,50,204)
- sf_colors/darkorchid1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(191,62,255)
- sf_colors/darkorchid2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(178,58,238)
- sf_colors/darkorchid3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(154,50,205)
- sf_colors/darkorchid4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(104,34,139)
- sf_colors/darkred
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,0,0)
- sf_colors/darksalmon
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(233,150,122)
- sf_colors/darkseagreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(143,188,143)
- sf_colors/darkseagreen1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(193,255,193)
- sf_colors/darkseagreen2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(180,238,180)
- sf_colors/darkseagreen3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(155,205,155)
- sf_colors/darkseagreen4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(105,139,105)
- sf_colors/darkslateblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(72,61,139)
- sf_colors/darkslategray
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(47,79,79)
- sf_colors/darkslategray1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(151,255,255)
- sf_colors/darkslategray2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(141,238,238)
- sf_colors/darkslategray3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(121,205,205)
- sf_colors/darkslategray4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(82,139,139)
- sf_colors/darkslategrey
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(47,79,79)
- sf_colors/darkturquoise
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,206,209)
- sf_colors/darkviolet
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(148,0,211)
- sf_colors/debianred
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(215,7,81)
- sf_colors/deeppink
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,20,147)
- sf_colors/deeppink1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,20,147)
- sf_colors/deeppink2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,18,137)
- sf_colors/deeppink3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,16,118)
- sf_colors/deeppink4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,10,80)
- sf_colors/deepskyblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,191,255)
- sf_colors/deepskyblue1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,191,255)
- sf_colors/deepskyblue2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,178,238)
- sf_colors/deepskyblue3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,154,205)
- sf_colors/deepskyblue4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,104,139)
- sf_colors/dimgray
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(105,105,105)
- sf_colors/dimgrey
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(105,105,105)
- sf_colors/dodgerblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(30,144,255)
- sf_colors/dodgerblue1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(30,144,255)
- sf_colors/dodgerblue2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(28,134,238)
- sf_colors/dodgerblue3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(24,116,205)
- sf_colors/dodgerblue4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(16,78,139)
- sf_colors/firebrick
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(178,34,34)
- sf_colors/firebrick1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,48,48)
- sf_colors/firebrick2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,44,44)
- sf_colors/firebrick3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,38,38)
- sf_colors/firebrick4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,26,26)
- sf_colors/floralwhite
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,250,240)
- sf_colors/forestgreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(34,139,34)
- sf_colors/gainsboro
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(220,220,220)
- sf_colors/ghostwhite
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(248,248,255)
- sf_colors/gold
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,215,0)
- sf_colors/gold1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,215,0)
- sf_colors/gold2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,201,0)
- sf_colors/gold3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,173,0)
- sf_colors/gold4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,117,0)
- sf_colors/goldenrod
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(218,165,32)
- sf_colors/goldenrod1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,193,37)
- sf_colors/goldenrod2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,180,34)
- sf_colors/goldenrod3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,155,29)
- sf_colors/goldenrod4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,105,20)
- sf_colors/gray
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(190,190,190)
- sf_colors/gray0
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,0,0)
- sf_colors/gray1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(3,3,3)
- sf_colors/gray10
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(26,26,26)
- sf_colors/gray100
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,255,255)
- sf_colors/gray11
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(28,28,28)
- sf_colors/gray12
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(31,31,31)
- sf_colors/gray13
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(33,33,33)
- sf_colors/gray14
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(36,36,36)
- sf_colors/gray15
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(38,38,38)
- sf_colors/gray16
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(41,41,41)
- sf_colors/gray17
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(43,43,43)
- sf_colors/gray18
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(46,46,46)
- sf_colors/gray19
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(48,48,48)
- sf_colors/gray2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(5,5,5)
- sf_colors/gray20
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(51,51,51)
- sf_colors/gray21
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(54,54,54)
- sf_colors/gray22
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(56,56,56)
- sf_colors/gray23
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(59,59,59)
- sf_colors/gray24
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(61,61,61)
- sf_colors/gray25
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(64,64,64)
- sf_colors/gray26
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(66,66,66)
- sf_colors/gray27
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(69,69,69)
- sf_colors/gray28
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(71,71,71)
- sf_colors/gray29
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(74,74,74)
- sf_colors/gray3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(8,8,8)
- sf_colors/gray30
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(77,77,77)
- sf_colors/gray31
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(79,79,79)
- sf_colors/gray32
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(82,82,82)
- sf_colors/gray33
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(84,84,84)
- sf_colors/gray34
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(87,87,87)
- sf_colors/gray35
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(89,89,89)
- sf_colors/gray36
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(92,92,92)
- sf_colors/gray37
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(94,94,94)
- sf_colors/gray38
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(97,97,97)
- sf_colors/gray39
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(99,99,99)
- sf_colors/gray4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(10,10,10)
- sf_colors/gray40
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(102,102,102)
- sf_colors/gray41
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(105,105,105)
- sf_colors/gray42
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(107,107,107)
- sf_colors/gray43
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(110,110,110)
- sf_colors/gray44
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(112,112,112)
- sf_colors/gray45
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(115,115,115)
- sf_colors/gray46
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(117,117,117)
- sf_colors/gray47
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(120,120,120)
- sf_colors/gray48
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(122,122,122)
- sf_colors/gray49
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(125,125,125)
- sf_colors/gray5
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(13,13,13)
- sf_colors/gray50
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(127,127,127)
- sf_colors/gray51
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(130,130,130)
- sf_colors/gray52
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(133,133,133)
- sf_colors/gray53
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(135,135,135)
- sf_colors/gray54
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(138,138,138)
- sf_colors/gray55
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(140,140,140)
- sf_colors/gray56
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(143,143,143)
- sf_colors/gray57
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(145,145,145)
- sf_colors/gray58
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(148,148,148)
- sf_colors/gray59
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(150,150,150)
- sf_colors/gray6
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(15,15,15)
- sf_colors/gray60
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(153,153,153)
- sf_colors/gray61
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(156,156,156)
- sf_colors/gray62
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(158,158,158)
- sf_colors/gray63
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(161,161,161)
- sf_colors/gray64
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(163,163,163)
- sf_colors/gray65
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(166,166,166)
- sf_colors/gray66
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(168,168,168)
- sf_colors/gray67
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(171,171,171)
- sf_colors/gray68
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(173,173,173)
- sf_colors/gray69
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(176,176,176)
- sf_colors/gray7
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(18,18,18)
- sf_colors/gray70
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(179,179,179)
- sf_colors/gray71
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(181,181,181)
- sf_colors/gray72
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(184,184,184)
- sf_colors/gray73
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(186,186,186)
- sf_colors/gray74
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(189,189,189)
- sf_colors/gray75
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(191,191,191)
- sf_colors/gray76
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(194,194,194)
- sf_colors/gray77
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(196,196,196)
- sf_colors/gray78
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(199,199,199)
- sf_colors/gray79
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(201,201,201)
- sf_colors/gray8
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(20,20,20)
- sf_colors/gray80
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(204,204,204)
- sf_colors/gray81
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(207,207,207)
- sf_colors/gray82
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(209,209,209)
- sf_colors/gray83
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(212,212,212)
- sf_colors/gray84
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(214,214,214)
- sf_colors/gray85
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(217,217,217)
- sf_colors/gray86
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(219,219,219)
- sf_colors/gray87
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(222,222,222)
- sf_colors/gray88
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(224,224,224)
- sf_colors/gray89
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(227,227,227)
- sf_colors/gray9
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(23,23,23)
- sf_colors/gray90
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(229,229,229)
- sf_colors/gray91
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(232,232,232)
- sf_colors/gray92
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(235,235,235)
- sf_colors/gray93
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(237,237,237)
- sf_colors/gray94
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(240,240,240)
- sf_colors/gray95
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(242,242,242)
- sf_colors/gray96
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(245,245,245)
- sf_colors/gray97
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(247,247,247)
- sf_colors/gray98
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(250,250,250)
- sf_colors/gray99
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(252,252,252)
- sf_colors/green1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,255,0)
- sf_colors/green2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,238,0)
- sf_colors/green3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,205,0)
- sf_colors/green4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,139,0)
- sf_colors/greenyellow
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(173,255,47)
- sf_colors/grey
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(190,190,190)
- sf_colors/grey0
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,0,0)
- sf_colors/grey1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(3,3,3)
- sf_colors/grey10
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(26,26,26)
- sf_colors/grey100
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,255,255)
- sf_colors/grey11
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(28,28,28)
- sf_colors/grey12
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(31,31,31)
- sf_colors/grey13
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(33,33,33)
- sf_colors/grey14
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(36,36,36)
- sf_colors/grey15
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(38,38,38)
- sf_colors/grey16
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(41,41,41)
- sf_colors/grey17
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(43,43,43)
- sf_colors/grey18
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(46,46,46)
- sf_colors/grey19
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(48,48,48)
- sf_colors/grey2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(5,5,5)
- sf_colors/grey20
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(51,51,51)
- sf_colors/grey21
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(54,54,54)
- sf_colors/grey22
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(56,56,56)
- sf_colors/grey23
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(59,59,59)
- sf_colors/grey24
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(61,61,61)
- sf_colors/grey25
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(64,64,64)
- sf_colors/grey26
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(66,66,66)
- sf_colors/grey27
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(69,69,69)
- sf_colors/grey28
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(71,71,71)
- sf_colors/grey29
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(74,74,74)
- sf_colors/grey3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(8,8,8)
- sf_colors/grey30
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(77,77,77)
- sf_colors/grey31
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(79,79,79)
- sf_colors/grey32
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(82,82,82)
- sf_colors/grey33
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(84,84,84)
- sf_colors/grey34
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(87,87,87)
- sf_colors/grey35
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(89,89,89)
- sf_colors/grey36
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(92,92,92)
- sf_colors/grey37
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(94,94,94)
- sf_colors/grey38
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(97,97,97)
- sf_colors/grey39
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(99,99,99)
- sf_colors/grey4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(10,10,10)
- sf_colors/grey40
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(102,102,102)
- sf_colors/grey41
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(105,105,105)
- sf_colors/grey42
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(107,107,107)
- sf_colors/grey43
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(110,110,110)
- sf_colors/grey44
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(112,112,112)
- sf_colors/grey45
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(115,115,115)
- sf_colors/grey46
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(117,117,117)
- sf_colors/grey47
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(120,120,120)
- sf_colors/grey48
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(122,122,122)
- sf_colors/grey49
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(125,125,125)
- sf_colors/grey5
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(13,13,13)
- sf_colors/grey50
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(127,127,127)
- sf_colors/grey51
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(130,130,130)
- sf_colors/grey52
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(133,133,133)
- sf_colors/grey53
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(135,135,135)
- sf_colors/grey54
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(138,138,138)
- sf_colors/grey55
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(140,140,140)
- sf_colors/grey56
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(143,143,143)
- sf_colors/grey57
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(145,145,145)
- sf_colors/grey58
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(148,148,148)
- sf_colors/grey59
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(150,150,150)
- sf_colors/grey6
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(15,15,15)
- sf_colors/grey60
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(153,153,153)
- sf_colors/grey61
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(156,156,156)
- sf_colors/grey62
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(158,158,158)
- sf_colors/grey63
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(161,161,161)
- sf_colors/grey64
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(163,163,163)
- sf_colors/grey65
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(166,166,166)
- sf_colors/grey66
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(168,168,168)
- sf_colors/grey67
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(171,171,171)
- sf_colors/grey68
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(173,173,173)
- sf_colors/grey69
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(176,176,176)
- sf_colors/grey7
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(18,18,18)
- sf_colors/grey70
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(179,179,179)
- sf_colors/grey71
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(181,181,181)
- sf_colors/grey72
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(184,184,184)
- sf_colors/grey73
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(186,186,186)
- sf_colors/grey74
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(189,189,189)
- sf_colors/grey75
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(191,191,191)
- sf_colors/grey76
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(194,194,194)
- sf_colors/grey77
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(196,196,196)
- sf_colors/grey78
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(199,199,199)
- sf_colors/grey79
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(201,201,201)
- sf_colors/grey8
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(20,20,20)
- sf_colors/grey80
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(204,204,204)
- sf_colors/grey81
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(207,207,207)
- sf_colors/grey82
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(209,209,209)
- sf_colors/grey83
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(212,212,212)
- sf_colors/grey84
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(214,214,214)
- sf_colors/grey85
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(217,217,217)
- sf_colors/grey86
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(219,219,219)
- sf_colors/grey87
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(222,222,222)
- sf_colors/grey88
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(224,224,224)
- sf_colors/grey89
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(227,227,227)
- sf_colors/grey9
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(23,23,23)
- sf_colors/grey90
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(229,229,229)
- sf_colors/grey91
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(232,232,232)
- sf_colors/grey92
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(235,235,235)
- sf_colors/grey93
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(237,237,237)
- sf_colors/grey94
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(240,240,240)
- sf_colors/grey95
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(242,242,242)
- sf_colors/grey96
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(245,245,245)
- sf_colors/grey97
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(247,247,247)
- sf_colors/grey98
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(250,250,250)
- sf_colors/grey99
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(252,252,252)
- sf_colors/honeydew
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(240,255,240)
- sf_colors/honeydew1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(240,255,240)
- sf_colors/honeydew2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(224,238,224)
- sf_colors/honeydew3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(193,205,193)
- sf_colors/honeydew4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(131,139,131)
- sf_colors/hotpink
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,105,180)
- sf_colors/hotpink1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,110,180)
- sf_colors/hotpink2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,106,167)
- sf_colors/hotpink3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,96,144)
- sf_colors/hotpink4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,58,98)
- sf_colors/indianred
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,92,92)
- sf_colors/indianred1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,106,106)
- sf_colors/indianred2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,99,99)
- sf_colors/indianred3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,85,85)
- sf_colors/indianred4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,58,58)
- sf_colors/ivory
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,255,240)
- sf_colors/ivory1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,255,240)
- sf_colors/ivory2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,238,224)
- sf_colors/ivory3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,205,193)
- sf_colors/ivory4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,139,131)
- sf_colors/khaki
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(240,230,140)
- sf_colors/khaki1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,246,143)
- sf_colors/khaki2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,230,133)
- sf_colors/khaki3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,198,115)
- sf_colors/khaki4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,134,78)
- sf_colors/lavender
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(230,230,250)
- sf_colors/lavenderblush
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,240,245)
- sf_colors/lavenderblush1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,240,245)
- sf_colors/lavenderblush2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,224,229)
- sf_colors/lavenderblush3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,193,197)
- sf_colors/lavenderblush4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,131,134)
- sf_colors/lawngreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(124,252,0)
- sf_colors/lemonchiffon
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,250,205)
- sf_colors/lemonchiffon1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,250,205)
- sf_colors/lemonchiffon2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,233,191)
- sf_colors/lemonchiffon3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,201,165)
- sf_colors/lemonchiffon4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,137,112)
- sf_colors/lightblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(173,216,230)
- sf_colors/lightblue1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(191,239,255)
- sf_colors/lightblue2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(178,223,238)
- sf_colors/lightblue3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(154,192,205)
- sf_colors/lightblue4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(104,131,139)
- sf_colors/lightcoral
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(240,128,128)
- sf_colors/lightcyan
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(224,255,255)
- sf_colors/lightcyan1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(224,255,255)
- sf_colors/lightcyan2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(209,238,238)
- sf_colors/lightcyan3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(180,205,205)
- sf_colors/lightcyan4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(122,139,139)
- sf_colors/lightgoldenrod
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,221,130)
- sf_colors/lightgoldenrod1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,236,139)
- sf_colors/lightgoldenrod2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,220,130)
- sf_colors/lightgoldenrod3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,190,112)
- sf_colors/lightgoldenrod4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,129,76)
- sf_colors/lightgoldenrodyellow
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(250,250,210)
- sf_colors/lightgray
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(211,211,211)
- sf_colors/lightgreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(144,238,144)
- sf_colors/lightgrey
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(211,211,211)
- sf_colors/lightpink
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,182,193)
- sf_colors/lightpink1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,174,185)
- sf_colors/lightpink2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,162,173)
- sf_colors/lightpink3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,140,149)
- sf_colors/lightpink4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,95,101)
- sf_colors/lightsalmon
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,160,122)
- sf_colors/lightsalmon1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,160,122)
- sf_colors/lightsalmon2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,149,114)
- sf_colors/lightsalmon3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,129,98)
- sf_colors/lightsalmon4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,87,66)
- sf_colors/lightseagreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(32,178,170)
- sf_colors/lightskyblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(135,206,250)
- sf_colors/lightskyblue1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(176,226,255)
- sf_colors/lightskyblue2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(164,211,238)
- sf_colors/lightskyblue3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(141,182,205)
- sf_colors/lightskyblue4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(96,123,139)
- sf_colors/lightslateblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(132,112,255)
- sf_colors/lightslategray
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(119,136,153)
- sf_colors/lightslategrey
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(119,136,153)
- sf_colors/lightsteelblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(176,196,222)
- sf_colors/lightsteelblue1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(202,225,255)
- sf_colors/lightsteelblue2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(188,210,238)
- sf_colors/lightsteelblue3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(162,181,205)
- sf_colors/lightsteelblue4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(110,123,139)
- sf_colors/lightyellow
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,255,224)
- sf_colors/lightyellow1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,255,224)
- sf_colors/lightyellow2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,238,209)
- sf_colors/lightyellow3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,205,180)
- sf_colors/lightyellow4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,139,122)
- sf_colors/limegreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(50,205,50)
- sf_colors/linen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(250,240,230)
- sf_colors/magenta1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,0,255)
- sf_colors/magenta2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,0,238)
- sf_colors/magenta3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,0,205)
- sf_colors/magenta4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,0,139)
- sf_colors/maroon
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(176,48,96)
- sf_colors/maroon1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,52,179)
- sf_colors/maroon2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,48,167)
- sf_colors/maroon3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,41,144)
- sf_colors/maroon4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,28,98)
- sf_colors/mediumaquamarine
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(102,205,170)
- sf_colors/mediumblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,0,205)
- sf_colors/mediumorchid
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(186,85,211)
- sf_colors/mediumorchid1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(224,102,255)
- sf_colors/mediumorchid2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(209,95,238)
- sf_colors/mediumorchid3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(180,82,205)
- sf_colors/mediumorchid4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(122,55,139)
- sf_colors/mediumpurple
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(147,112,219)
- sf_colors/mediumpurple1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(171,130,255)
- sf_colors/mediumpurple2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(159,121,238)
- sf_colors/mediumpurple3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(137,104,205)
- sf_colors/mediumpurple4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(93,71,139)
- sf_colors/mediumseagreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(60,179,113)
- sf_colors/mediumslateblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(123,104,238)
- sf_colors/mediumspringgreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,250,154)
- sf_colors/mediumturquoise
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(72,209,204)
- sf_colors/mediumvioletred
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(199,21,133)
- sf_colors/midnightblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(25,25,112)
- sf_colors/mintcream
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(245,255,250)
- sf_colors/mistyrose
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,228,225)
- sf_colors/mistyrose1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,228,225)
- sf_colors/mistyrose2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,213,210)
- sf_colors/mistyrose3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,183,181)
- sf_colors/mistyrose4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,125,123)
- sf_colors/moccasin
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,228,181)
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,222,173)
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,222,173)
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,207,161)
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,179,139)
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,121,94)
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,0,128)
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,0,128)
- sf_colors/oldlace
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(253,245,230)
- sf_colors/olivedrab
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(107,142,35)
- sf_colors/olivedrab1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(192,255,62)
- sf_colors/olivedrab2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(179,238,58)
- sf_colors/olivedrab3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(154,205,50)
- sf_colors/olivedrab4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(105,139,34)
- sf_colors/orange1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,165,0)
- sf_colors/orange2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,154,0)
- sf_colors/orange3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,133,0)
- sf_colors/orange4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,90,0)
- sf_colors/orangered
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,69,0)
- sf_colors/orangered1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,69,0)
- sf_colors/orangered2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,64,0)
- sf_colors/orangered3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,55,0)
- sf_colors/orangered4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,37,0)
- sf_colors/orchid
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(218,112,214)
- sf_colors/orchid1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,131,250)
- sf_colors/orchid2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,122,233)
- sf_colors/orchid3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,105,201)
- sf_colors/orchid4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,71,137)
- sf_colors/palegoldenrod
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,232,170)
- sf_colors/palegreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(152,251,152)
- sf_colors/palegreen1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(154,255,154)
- sf_colors/palegreen2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(144,238,144)
- sf_colors/palegreen3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(124,205,124)
- sf_colors/palegreen4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(84,139,84)
- sf_colors/paleturquoise
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(175,238,238)
- sf_colors/paleturquoise1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(187,255,255)
- sf_colors/paleturquoise2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(174,238,238)
- sf_colors/paleturquoise3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(150,205,205)
- sf_colors/paleturquoise4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(102,139,139)
- sf_colors/palevioletred
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(219,112,147)
- sf_colors/palevioletred1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,130,171)
- sf_colors/palevioletred2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,121,159)
- sf_colors/palevioletred3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,104,137)
- sf_colors/palevioletred4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,71,93)
- sf_colors/papayawhip
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,239,213)
- sf_colors/peachpuff
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,218,185)
- sf_colors/peachpuff1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,218,185)
- sf_colors/peachpuff2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,203,173)
- sf_colors/peachpuff3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,175,149)
- sf_colors/peachpuff4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,119,101)
- sf_colors/peru
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,133,63)
- sf_colors/pink
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,192,203)
- sf_colors/pink1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,181,197)
- sf_colors/pink2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,169,184)
- sf_colors/pink3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,145,158)
- sf_colors/pink4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,99,108)
- sf_colors/plum
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(221,160,221)
- sf_colors/plum1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,187,255)
- sf_colors/plum2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,174,238)
- sf_colors/plum3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,150,205)
- sf_colors/plum4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,102,139)
- sf_colors/powderblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(176,224,230)
- sf_colors/purple
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(160,32,240)
- sf_colors/purple1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(155,48,255)
- sf_colors/purple2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(145,44,238)
- sf_colors/purple3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(125,38,205)
- sf_colors/purple4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(85,26,139)
- sf_colors/red1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,0,0)
- sf_colors/red2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,0,0)
- sf_colors/red3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,0,0)
- sf_colors/red4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,0,0)
- sf_colors/rosybrown
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(188,143,143)
- sf_colors/rosybrown1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,193,193)
- sf_colors/rosybrown2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,180,180)
- sf_colors/rosybrown3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,155,155)
- sf_colors/rosybrown4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,105,105)
- sf_colors/royalblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(65,105,225)
- sf_colors/royalblue1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(72,118,255)
- sf_colors/royalblue2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(67,110,238)
- sf_colors/royalblue3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(58,95,205)
- sf_colors/royalblue4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(39,64,139)
- sf_colors/saddlebrown
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,69,19)
- sf_colors/salmon
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(250,128,114)
- sf_colors/salmon1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,140,105)
- sf_colors/salmon2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,130,98)
- sf_colors/salmon3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,112,84)
- sf_colors/salmon4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,76,57)
- sf_colors/sandybrown
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(244,164,96)
- sf_colors/seagreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(46,139,87)
- sf_colors/seagreen1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(84,255,159)
- sf_colors/seagreen2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(78,238,148)
- sf_colors/seagreen3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(67,205,128)
- sf_colors/seagreen4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(46,139,87)
- sf_colors/seashell
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,245,238)
- sf_colors/seashell1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,245,238)
- sf_colors/seashell2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,229,222)
- sf_colors/seashell3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,197,191)
- sf_colors/seashell4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,134,130)
- sf_colors/sienna
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(160,82,45)
- sf_colors/sienna1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,130,71)
- sf_colors/sienna2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,121,66)
- sf_colors/sienna3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,104,57)
- sf_colors/sienna4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,71,38)
- sf_colors/skyblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(135,206,235)
- sf_colors/skyblue1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(135,206,255)
- sf_colors/skyblue2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(126,192,238)
- sf_colors/skyblue3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(108,166,205)
- sf_colors/skyblue4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(74,112,139)
- sf_colors/slateblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(106,90,205)
- sf_colors/slateblue1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(131,111,255)
- sf_colors/slateblue2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(122,103,238)
- sf_colors/slateblue3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(105,89,205)
- sf_colors/slateblue4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(71,60,139)
- sf_colors/slategray
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(112,128,144)
- sf_colors/slategray1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(198,226,255)
- sf_colors/slategray2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(185,211,238)
- sf_colors/slategray3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(159,182,205)
- sf_colors/slategray4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(108,123,139)
- sf_colors/slategrey
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(112,128,144)
- sf_colors/snow
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,250,250)
- sf_colors/snow1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,250,250)
- sf_colors/snow2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,233,233)
- sf_colors/snow3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,201,201)
- sf_colors/snow4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,137,137)
- sf_colors/springgreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,255,127)
- sf_colors/springgreen1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,255,127)
- sf_colors/springgreen2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,238,118)
- sf_colors/springgreen3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,205,102)
- sf_colors/springgreen4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,139,69)
- sf_colors/steelblue
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(70,130,180)
- sf_colors/steelblue1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(99,184,255)
- sf_colors/steelblue2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(92,172,238)
- sf_colors/steelblue3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(79,148,205)
- sf_colors/steelblue4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(54,100,139)
- sf_colors/tan1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,165,79)
- sf_colors/tan2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,154,73)
- sf_colors/tan3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,133,63)
- sf_colors/tan4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,90,43)
- sf_colors/thistle
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(216,191,216)
- sf_colors/thistle1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,225,255)
- sf_colors/thistle2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,210,238)
- sf_colors/thistle3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,181,205)
- sf_colors/thistle4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,123,139)
- sf_colors/tomato
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,99,71)
- sf_colors/tomato1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,99,71)
- sf_colors/tomato2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,92,66)
- sf_colors/tomato3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,79,57)
- sf_colors/tomato4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,54,38)
- sf_colors/turquoise
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(64,224,208)
- sf_colors/turquoise1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,245,255)
- sf_colors/turquoise2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,229,238)
- sf_colors/turquoise3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,197,205)
- sf_colors/turquoise4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(0,134,139)
- sf_colors/violet
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,130,238)
- sf_colors/violetred
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(208,32,144)
- sf_colors/violetred1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,62,150)
- sf_colors/violetred2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,58,140)
- sf_colors/violetred3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,50,120)
- sf_colors/violetred4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,34,82)
- sf_colors/wheat
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(245,222,179)
- sf_colors/wheat1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,231,186)
- sf_colors/wheat2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,216,174)
- sf_colors/wheat3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,186,150)
- sf_colors/wheat4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,126,102)
- sf_colors/whitesmoke
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(245,245,245)
- sf_colors/yellow1
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(255,255,0)
- sf_colors/yellow2
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(238,238,0)
- sf_colors/yellow3
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(205,205,0)
- sf_colors/yellow4
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(139,139,0)
- sf_colors/yellowgreen
- Type:
rgb_color
- Attributes:
parameter
- Default:
rgb_color(154,205,50)