Color3

Constructors

NameDescription
new(red: number,green: number,blue: number)Returns a Color3 with the given red, green, and blue values. The parameters should be within the range of 0 to 1.
fromRGB(red: number,green: number,blue: number)Returns a Color3 with the given red, green, and blue values. The parameters should be within the range of 0 to 255.
fromHSV(hue: number,saturation: number,value: number)Creates a Color3 with the given hue, saturation, and value. The parameters should be within the range of 0 to 1.
fromHex(hex: string)Returns a new Color3 from a six- or three-character hexadecimal format, case insensitive. A preceding hashtag (#) is ignored, if present. This function interprets the given string as a typical web hex color in the format RRGGBB or RGB (shorthand for RRGGBB). For example, #FFAA00 produces an orange color and is the same as #FA0.

Code Snippet

local Part = Instance.new("Part", workspace)
Part.Position = Vector3.new(0,2,0)
Part.Size = Vector3.new(2,2,2)

Part.Color = Color3.new(0.219608, 1, 0.337255)
Part.Color = Color3.fromRGB(90, 255, 206)
Part.Color = Color3.fromHSV(0.0333333, 0.705882, 1)
print("#",Part.Color:ToHex())

Properties

NameTypeDescription
rnumberred component of a rgb(0,0,0) sequence between 0 and 1
gnumbergreen component of a rgb(0,0,0) sequence between 0 and 1
bnumberblue component of a rgb(0,0,0) sequence between 0 and 1

Methods

NameParametersReturnsDescription
Lerp(color: Color3,alpha: number):Color3Color: Color3, Alpha: 0 - 1Color3Returns a Color3 interpolated between two colors. The alpha value should be within the range of 0 to 1.
ToHSV():number,number,numberVoidHue, Saturation, ValueReturns the hue, saturation, and value of a Color3. This function is the inverse operation of the Color3.fromHSV() constructor.
ToHex():stringVoidHexa Decimal StringConverts the color to a six-character hexadecimal string representing the color in the format RRGGBB. It is not prefixed with an octothorpe (#).
toHSV(color: Color3):number,number,number Deprecated Deprecatedcolor: Color3Hue, Saturation, ValueReturns the hue, saturation, and value of a Color3. This function is the inverse operation of the Color3.fromHSV() constructor.

Color Index

Color NameHexRGB (0–255)RGB (0–1)HSV (Standard)HSV (0–1 Normalized)
White#F2F3F3242, 243, 2430.950, 0.953, 0.953180°, 0%, 95%0.500, 0.000, 0.953
Grey#A1A5A2161, 165, 1620.632, 0.648, 0.636135°, 2%, 65%0.375, 0.024, 0.648
Light yellow#F9E999249, 233, 1530.977, 0.914, 0.60050°, 39%, 98%0.139, 0.386, 0.977
Brick yellow#D7C59A215, 197, 1540.844, 0.773, 0.60442°, 28%, 84%0.117, 0.284, 0.843
Light green (Mint)#C2DAB8194, 218, 1840.761, 0.855, 0.722102°, 16%, 85%0.284, 0.156, 0.855
Light reddish violet#E8BAC8232, 186, 2000.910, 0.730, 0.785342°, 20%, 91%0.949, 0.198, 0.910
Pastel Blue#80BBDB128, 187, 2190.502, 0.734, 0.859201°, 42%, 86%0.559, 0.416, 0.859
Light orange brown#CB8442203, 132, 660.797, 0.518, 0.25929°, 67%, 80%0.080, 0.675, 0.796
Nougat#CC8E69204, 142, 1050.800, 0.557, 0.41222°, 49%, 80%0.062, 0.485, 0.800
Bright red#C4281C196, 40, 280.769, 0.157, 0.1104°, 86%, 77%0.012, 0.857, 0.769
Med. reddish violet#C470A0196, 112, 1600.769, 0.440, 0.628326°, 43%, 77%0.905, 0.429, 0.769
Bright blue#0D69AC13, 105, 1720.051, 0.412, 0.675205°, 92%, 67%0.570, 0.924, 0.675
Bright yellow#F5CD30245, 205, 480.961, 0.804, 0.18948°, 80%, 96%0.133, 0.804, 0.961
Earth orange#62473298, 71, 500.385, 0.279, 0.19726°, 49%, 38%0.073, 0.490, 0.384
Black#1B2A3527, 42, 530.106, 0.165, 0.208205°, 49%, 21%0.571, 0.491, 0.208
Dark grey#6D6E6C109, 110, 1080.428, 0.432, 0.42490°, 2%, 43%0.250, 0.018, 0.431
Dark green#007F470, 127, 710.157, 0.499, 0.279154°, 100%, 50%0.427, 1.000, 0.498
Medium green#A1C48C161, 196, 1400.632, 0.769, 0.55098°, 29%, 77%0.271, 0.286, 0.769
Lig. Yellowich orange#F3CF9B243, 207, 1550.953, 0.812, 0.60835°, 36%, 95%0.098, 0.362, 0.953
Bright green#4B974B75, 151, 750.295, 0.593, 0.295120°, 50%, 59%0.333, 0.503, 0.592
Dark orange#A05F35160, 95, 530.628, 0.373, 0.20824°, 67%, 63%0.065, 0.669, 0.627
Light bluish violet#C1CAAE193, 202, 2220.757, 0.793, 0.871221°, 13%, 87%0.615, 0.131, 0.871
Transparent#ECECEC236, 236, 2360.926, 0.926, 0.9260°, 0%, 93%0.000, 0.000, 0.925
Tr. Red#CD544B205, 84, 750.804, 0.330, 0.2954°, 63%, 80%0.012, 0.634, 0.804
Tr. Lg blue#C1DFF0193, 223, 2400.757, 0.875, 0.942202°, 20%, 94%0.560, 0.196, 0.941
Tr. Blue#7BB6E8123, 182, 2320.483, 0.714, 0.910208°, 47%, 91%0.576, 0.470, 0.910
Tr. Yellow#F7F18D247, 241, 1410.969, 0.946, 0.55357°, 43%, 97%0.157, 0.429, 0.969
Light blue#B4D2E4180, 210, 2280.706, 0.824, 0.895203°, 21%, 89%0.563, 0.211, 0.894
Tr. Flu. Reddish orange#D9856C217, 133, 1080.851, 0.522, 0.42414°, 50%, 85%0.038, 0.502, 0.851
Tr. Green#84B68D132, 182, 1410.518, 0.714, 0.553131°, 27%, 71%0.363, 0.275, 0.714
Tr. Flu. Green#F8F184248, 241, 1320.973, 0.946, 0.51856°, 47%, 97%0.157, 0.468, 0.973
Phosph. White#ECE8DE236, 232, 2220.926, 0.910, 0.87143°, 6%, 93%0.119, 0.059, 0.925
Light red#EEC4B6238, 196, 1820.934, 0.769, 0.71415°, 24%, 93%0.042, 0.235, 0.933
Medium red#DA867A218, 134, 1220.855, 0.526, 0.4798°, 44%, 85%0.021, 0.440, 0.855
Medium blue#6E99CA110, 153, 2020.432, 0.600, 0.793212°, 46%, 79%0.589, 0.455, 0.792
Light grey#C7C1B7199, 193, 1830.781, 0.757, 0.71837°, 8%, 78%0.104, 0.080, 0.780
Bright violet#6B327C107, 50, 1240.420, 0.197, 0.487286°, 60%, 49%0.795, 0.597, 0.486
Br. yellowish orange#E29B40226, 155, 640.887, 0.608, 0.25134°, 72%, 89%0.094, 0.717, 0.886
Bright orange#DA8541218, 133, 650.855, 0.522, 0.25527°, 70%, 85%0.074, 0.702, 0.855
Bright bluish green#008F9C0, 143, 1560.000, 0.561, 0.612185°, 100%, 61%0.514, 1.000, 0.612
Earth yellow#685C43104, 92, 670.408, 0.361, 0.26341°, 36%, 41%0.113, 0.356, 0.408
Bright bluish violet#43549367, 84, 1470.263, 0.330, 0.577227°, 54%, 58%0.631, 0.544, 0.576
Tr. Brown#BFB7B1191, 183, 1770.750, 0.718, 0.69526°, 7%, 75%0.071, 0.073, 0.749
Medium bluish violet#6874AC104, 116, 1720.408, 0.455, 0.675229°, 40%, 67%0.637, 0.395, 0.675
Tr. Medi. reddish violet#E5ADC8229, 173, 2000.899, 0.679, 0.785331°, 25%, 90%0.919, 0.245, 0.898
Med. yellowish green#C7D23C199, 210, 600.781, 0.824, 0.23664°, 71%, 82%0.178, 0.714, 0.824
Med. bluish green#55A5AF85, 165, 1750.334, 0.648, 0.687187°, 51%, 69%0.519, 0.514, 0.686
Light bluish green#B7D7D5183, 215, 2130.718, 0.844, 0.836176°, 15%, 84%0.490, 0.149, 0.843
Br. yellowish green#A4BD47164, 189, 710.644, 0.742, 0.27973°, 62%, 74%0.203, 0.624, 0.741
Lig. yellowish green#D9E4A7217, 228, 1670.851, 0.895, 0.65571°, 27%, 89%0.197, 0.268, 0.894
Med. yellowish orange#E7AC58231, 172, 880.906, 0.675, 0.34635°, 62%, 91%0.098, 0.619, 0.906
Br. reddish orange#D36F4C211, 111, 760.828, 0.436, 0.29916°, 64%, 83%0.043, 0.640, 0.827
Bright reddish violet#923978146, 57, 1200.573, 0.224, 0.471318°, 61%, 57%0.883, 0.610, 0.573
Light orange#EAB892234, 184, 1460.918, 0.722, 0.57326°, 38%, 92%0.072, 0.376, 0.918
Tr. Bright bluish violet#A5A5CB165, 165, 2030.648, 0.648, 0.797240°, 19%, 80%0.667, 0.187, 0.796
Gold#DCBC81220, 188, 1290.863, 0.738, 0.50639°, 41%, 86%0.108, 0.414, 0.863
Dark nougat#AE7A59174, 122, 890.683, 0.479, 0.35023°, 49%, 68%0.065, 0.489, 0.682
Silver#9CA3A8156, 163, 1680.612, 0.640, 0.659205°, 7%, 66%0.569, 0.071, 0.659
Neon orange#D5733D213, 115, 610.836, 0.451, 0.24021°, 71%, 84%0.059, 0.714, 0.835
Neon green#D8DD56216, 221, 860.848, 0.867, 0.33862°, 61%, 87%0.173, 0.611, 0.867
Sand blue#74869D116, 134, 1570.455, 0.526, 0.616214°, 26%, 62%0.594, 0.261, 0.616
Sand violet#877C90135, 124, 1440.530, 0.487, 0.565273°, 14%, 56%0.758, 0.139, 0.565
Medium orange#E09864224, 152, 1000.879, 0.597, 0.39325°, 55%, 88%0.070, 0.554, 0.878
Sand yellow#958A73149, 138, 1150.585, 0.542, 0.45141°, 23%, 58%0.113, 0.228, 0.584
Earth blue#203A5632, 58, 860.126, 0.228, 0.338211°, 63%, 34%0.586, 0.628, 0.337
Earth green#27462D39, 70, 450.153, 0.275, 0.177132°, 44%, 27%0.366, 0.443, 0.275
Tr. Flu. Blue#CFE2F7207, 226, 2470.812, 0.887, 0.969212°, 16%, 97%0.588, 0.162, 0.969
Sand blue metallic#7988A1121, 136, 1610.475, 0.534, 0.632218°, 25%, 63%0.604, 0.248, 0.631
Sand violet metallic#958EA3149, 142, 1630.585, 0.557, 0.640260°, 13%, 64%0.722, 0.129, 0.639
Sand yellow metallic#938767147, 135, 1030.577, 0.530, 0.40444°, 30%, 58%0.121, 0.299, 0.576
Dark grey metallic#57585787, 88, 870.342, 0.346, 0.342120°, 1%, 35%0.333, 0.011, 0.345
Black metallic#161D3222, 29, 500.087, 0.114, 0.197225°, 56%, 20%0.625, 0.560, 0.196
Light grey metallic#ABADAC171, 173, 1720.671, 0.679, 0.675150°, 1%, 68%0.417, 0.012, 0.678
Sand green#789082120, 144, 1300.471, 0.565, 0.510145°, 17%, 56%0.403, 0.167, 0.565
Sand red#957977149, 121, 1190.585, 0.475, 0.4674°, 20%, 58%0.011, 0.201, 0.584
Dark red#7B2E2F123, 46, 470.483, 0.181, 0.185359°, 63%, 48%0.998, 0.626, 0.482
Tr. Flu. Yellow#FFF67B255, 246, 1231.000, 0.965, 0.48356°, 52%, 100%0.155, 0.518, 1.000
Tr. Flu. Red#E1A4C2225, 164, 1940.883, 0.644, 0.761331°, 27%, 88%0.918, 0.271, 0.882
Gun metallic#756C62117, 108, 980.459, 0.424, 0.38532°, 16%, 46%0.088, 0.162, 0.459
Red flip/flop#97695B151, 105, 910.593, 0.412, 0.35714°, 40%, 59%0.039, 0.397, 0.592
Yellow flip/flop#B48455180, 132, 850.706, 0.518, 0.33430°, 53%, 71%0.082, 0.528, 0.706
Silver flip/flop#898788137, 135, 1360.538, 0.530, 0.534330°, 1%, 54%0.917, 0.015, 0.537
Curry#D7A94B215, 169, 750.844, 0.663, 0.29540°, 65%, 84%0.112, 0.651, 0.843
Fire Yellow#F9D62E249, 214, 460.977, 0.840, 0.18150°, 82%, 98%0.138, 0.815, 0.976
Flame yellowish orange#E8AB2D232, 171, 450.910, 0.671, 0.17740°, 81%, 91%0.112, 0.806, 0.910
Reddish brown#694028105, 64, 400.412, 0.251, 0.15722°, 62%, 41%0.062, 0.619, 0.412
Flame reddish orange#CF6024207, 96, 360.812, 0.377, 0.14221°, 83%, 81%0.058, 0.826, 0.812
Medium stone grey#A3A2A5163, 162, 1650.640, 0.636, 0.648260°, 2%, 65%0.722, 0.018, 0.647
Royal blue#4667A470, 103, 1640.275, 0.404, 0.644219°, 57%, 64%0.608, 0.573, 0.643
Dark Royal blue#23478B35, 71, 1390.138, 0.279, 0.546219°, 75%, 55%0.609, 0.748, 0.545
Bright reddish lilac#8E4285142, 66, 1330.557, 0.259, 0.522307°, 54%, 56%0.853, 0.535, 0.557
Dark stone grey#635F6299, 95, 980.389, 0.373, 0.385315°, 4%, 39%0.875, 0.040, 0.388
Lemon metalic#828A5D130, 138, 930.510, 0.542, 0.36571°, 33%, 54%0.196, 0.326, 0.541
Light stone grey#E5E4DF229, 228, 2230.899, 0.895, 0.87550°, 3%, 90%0.139, 0.026, 0.898
Dark Curry#B08E44176, 142, 680.691, 0.557, 0.26741°, 61%, 69%0.114, 0.614, 0.690
Faded green#709578112, 149, 1200.440, 0.585, 0.471133°, 25%, 58%0.369, 0.248, 0.584
Turquoise#79B5B5121, 181, 1810.475, 0.710, 0.710180°, 33%, 71%0.500, 0.331, 0.710
Light Royal blue#9FC3E9159, 195, 2330.624, 0.765, 0.914211°, 32%, 91%0.586, 0.318, 0.914
Medium Royal blue#6C81B7108, 129, 1830.424, 0.506, 0.718223°, 41%, 72%0.620, 0.410, 0.718
Rust#904C2A144, 76, 420.565, 0.299, 0.16520°, 71%, 56%0.056, 0.708, 0.565
Brown#7C5C46124, 92, 700.487, 0.361, 0.27524°, 44%, 49%0.068, 0.435, 0.486
Reddish lilac#96709F150, 112, 1590.589, 0.440, 0.624289°, 30%, 62%0.801, 0.296, 0.624
Lilac#6B629B107, 98, 1550.420, 0.385, 0.608249°, 37%, 61%0.693, 0.368, 0.608
Light lilac#A7A9CE167, 169, 2060.655, 0.663, 0.808237°, 19%, 81%0.658, 0.189, 0.808
Bright purple#CD6298205, 98, 1520.804, 0.385, 0.597330°, 52%, 80%0.916, 0.522, 0.804
Light purple#E4ADC8228, 173, 2000.895, 0.679, 0.785331°, 24%, 89%0.918, 0.241, 0.894
Light pink#DC9095220, 144, 1490.863, 0.565, 0.585356°, 35%, 86%0.989, 0.345, 0.863
Light brick yellow#F0D5A0240, 213, 1600.942, 0.836, 0.62840°, 33%, 94%0.110, 0.333, 0.941
Warm yellowish orange#EBB87F235, 184, 1270.922, 0.722, 0.49932°, 46%, 92%0.088, 0.460, 0.922
Cool yellow#FDEA8D253, 234, 1410.993, 0.918, 0.55350°, 44%, 99%0.138, 0.443, 0.992
Dove blue#7DBBDD125, 187, 2210.491, 0.734, 0.867201°, 43%, 87%0.559, 0.434, 0.867
Medium lilac#342B7552, 43, 1170.204, 0.169, 0.459247°, 63%, 46%0.687, 0.632, 0.459
Slime green#506D5480, 109, 840.314, 0.428, 0.330128°, 27%, 43%0.356, 0.266, 0.427
Smoky grey#5B5D6991, 93, 1050.357, 0.365, 0.412231°, 13%, 41%0.643, 0.133, 0.412
Dark blue#0010B00, 16, 1760.000, 0.063, 0.691235°, 100%, 69%0.652, 1.000, 0.690
Parsley green#2C651D44, 101, 290.173, 0.397, 0.114108°, 71%, 40%0.298, 0.713, 0.396
Steel blue#527CAE82, 124, 1740.322, 0.487, 0.683213°, 53%, 68%0.591, 0.529, 0.682
Storm blue#33588251, 88, 1300.200, 0.346, 0.510212°, 61%, 51%0.589, 0.608, 0.510
Lapis#102ADC16, 42, 2200.063, 0.165, 0.863232°, 93%, 86%0.645, 0.927, 0.863
Dark indigo#3D158561, 21, 1330.240, 0.083, 0.522261°, 84%, 52%0.726, 0.842, 0.522
Sea green#348E4052, 142, 640.204, 0.557, 0.251128°, 63%, 56%0.356, 0.634, 0.557
Shamrock#5B9A4C91, 154, 760.357, 0.604, 0.299108°, 51%, 60%0.301, 0.506, 0.604
Fossil#9FA1AC159, 161, 1720.624, 0.632, 0.675231°, 8%, 67%0.641, 0.076, 0.675
Mulberry#59225989, 34, 890.350, 0.134, 0.350300°, 62%, 35%0.833, 0.618, 0.349
Forest green#1F801D31, 128, 290.122, 0.502, 0.114119°, 77%, 50%0.330, 0.773, 0.502
Cadet blue#9FADC0159, 173, 1920.624, 0.679, 0.753215°, 17%, 75%0.596, 0.172, 0.753
Electric blue#0989CF9, 137, 2070.036, 0.538, 0.812201°, 96%, 81%0.559, 0.957, 0.812
Eggplant#7B007B123, 0, 1230.483, 0.000, 0.483300°, 100%, 48%0.833, 1.000, 0.482
Moss#7C9C6B124, 156, 1070.487, 0.612, 0.42099°, 31%, 61%0.276, 0.314, 0.612
Artichoke#8AAB85138, 171, 1330.542, 0.671, 0.522112°, 22%, 67%0.311, 0.222, 0.671
Sage green#B9C4B1185, 196, 1770.726, 0.769, 0.69595°, 10%, 77%0.263, 0.097, 0.769
Ghost grey#CACBD1202, 203, 2090.793, 0.797, 0.820231°, 3%, 82%0.643, 0.033, 0.820
Lilac#A75E9B167, 94, 1550.655, 0.369, 0.608310°, 44%, 65%0.861, 0.437, 0.655
Plum#7B2F7B123, 47, 1230.483, 0.185, 0.483300°, 62%, 48%0.833, 0.618, 0.482
Olivine#94BE81148, 190, 1290.581, 0.746, 0.506101°, 32%, 75%0.281, 0.321, 0.745
Laurel green#A8BD99168, 189, 1530.659, 0.742, 0.60095°, 19%, 74%0.264, 0.190, 0.741
Quill grey#DFDFDE223, 223, 2220.875, 0.875, 0.87160°, 0%, 87%0.167, 0.004, 0.875
Crimson#970000151, 0, 00.593, 0.000, 0.0000°, 100%, 59%0.000, 1.000, 0.592
Mint#B1E5A6177, 229, 1660.695, 0.899, 0.651109°, 28%, 90%0.304, 0.275, 0.898
Baby blue#98C2DB152, 194, 2190.597, 0.761, 0.859202°, 31%, 86%0.562, 0.306, 0.859
Carnation pink#FF98DC255, 152, 2201.000, 0.597, 0.863320°, 40%, 100%0.889, 0.404, 1.000
Persimmon#FF5959255, 89, 891.000, 0.350, 0.3500°, 65%, 100%0.000, 0.651, 1.000
Maroon#750000117, 0, 00.459, 0.000, 0.0000°, 100%, 46%0.000, 1.000, 0.459
Gold#EFB838239, 184, 560.938, 0.722, 0.22042°, 77%, 94%0.117, 0.766, 0.937
Daisy orange#F8D96D248, 217, 1090.973, 0.851, 0.42847°, 56%, 97%0.129, 0.560, 0.973
Pearl#E7E7EC231, 231, 2360.906, 0.906, 0.926240°, 2%, 93%0.667, 0.021, 0.925
Fog#C7D4E4199, 212, 2280.781, 0.832, 0.895213°, 13%, 89%0.592, 0.127, 0.894
Salmon#FF9494255, 148, 1481.000, 0.581, 0.5810°, 42%, 100%0.000, 0.420, 1.000
Terra Cotta#BE6862190, 104, 980.746, 0.408, 0.3854°, 48%, 75%0.011, 0.484, 0.745
Cocoa#56242486, 36, 360.338, 0.142, 0.1420°, 58%, 34%0.000, 0.581, 0.337
Wheat#F1E7C7241, 231, 1990.946, 0.906, 0.78146°, 17%, 95%0.127, 0.174, 0.945
Buttermilk#FEF3BB254, 243, 1870.997, 0.953, 0.73450°, 26%, 100%0.139, 0.264, 0.996
Mauve#E0B2D0224, 178, 2080.879, 0.699, 0.816321°, 21%, 88%0.891, 0.205, 0.878
Sunrise#D490BD212, 144, 1890.832, 0.565, 0.742320°, 32%, 83%0.889, 0.321, 0.831
Tawny#965555150, 85, 850.589, 0.334, 0.3340°, 43%, 59%0.000, 0.433, 0.588
Rust#8F4C2A143, 76, 420.561, 0.299, 0.16520°, 71%, 56%0.056, 0.706, 0.561
Cashmere#D3BE96211, 190, 1500.828, 0.746, 0.58939°, 29%, 83%0.109, 0.289, 0.827
Khaki#E2DCBC226, 220, 1880.887, 0.863, 0.73851°, 17%, 89%0.140, 0.168, 0.886
Lily white#EDEAEA237, 234, 2340.930, 0.918, 0.9180°, 1%, 93%0.000, 0.013, 0.929
Seashell#E9DADA233, 218, 2180.914, 0.855, 0.8550°, 6%, 91%0.000, 0.064, 0.914
Burgundy#883E3E136, 62, 620.534, 0.244, 0.2440°, 54%, 53%0.000, 0.544, 0.533
Cork#BC9B5D188, 155, 930.738, 0.608, 0.36539°, 51%, 74%0.109, 0.505, 0.737
Burlap#C7AC78199, 172, 1200.781, 0.675, 0.47139°, 40%, 78%0.110, 0.397, 0.780
Beige#CABFB7202, 191, 1630.793, 0.750, 0.64043°, 19%, 79%0.120, 0.193, 0.792
Oyster#BBB3B2187, 179, 1780.734, 0.702, 0.6997°, 5%, 73%0.019, 0.048, 0.733
Pine Cone#6C584B108, 88, 750.424, 0.346, 0.29524°, 31%, 42%0.066, 0.306, 0.424
Fawn brown#A0844F160, 132, 790.628, 0.518, 0.31039°, 51%, 63%0.109, 0.506, 0.627
Hurricane grey#958988149, 137, 1360.585, 0.538, 0.5345°, 9%, 58%0.013, 0.087, 0.584
Cloudy grey#ABA89E171, 168, 1580.671, 0.659, 0.62046°, 8%, 67%0.128, 0.076, 0.671
Linen#AF9483175, 148, 1310.687, 0.581, 0.51423°, 25%, 69%0.064, 0.251, 0.686
Copper#966766150, 103, 1020.589, 0.404, 0.4001°, 32%, 59%0.003, 0.320, 0.588
Medium brown#56423686, 66, 540.338, 0.259, 0.21223°, 37%, 34%0.063, 0.372, 0.337
Bronze#7E683F126, 104, 630.495, 0.408, 0.24839°, 50%, 49%0.108, 0.500, 0.494
Flint#69665C105, 102, 920.412, 0.400, 0.36146°, 12%, 41%0.128, 0.124, 0.412
Dark taupe#5A4C4290, 76, 660.353, 0.299, 0.25925°, 27%, 35%0.069, 0.267, 0.353
Burnt Sienna#6A3909106, 57, 90.416, 0.224, 0.03630°, 92%, 42%0.082, 0.915, 0.416
Institutional white#F8F8F8248, 248, 2480.973, 0.973, 0.9730°, 0%, 97%0.000, 0.000, 0.973
Mid gray#CDCDCD205, 205, 2050.804, 0.804, 0.8040°, 0%, 80%0.000, 0.000, 0.804
Really black#11111117, 17, 170.067, 0.067, 0.0670°, 0%, 7%0.000, 0.000, 0.067
Really red#FF0000255, 0, 01.000, 0.000, 0.0000°, 100%, 100%0.000, 1.000, 1.000
Deep orange#FFB000255, 176, 01.000, 0.691, 0.00041°, 100%, 100%0.115, 1.000, 1.000
Alder#B480FF180, 128, 2550.706, 0.502, 1.000265°, 50%, 100%0.735, 0.498, 1.000
Dusty Rose#A34B4B163, 75, 750.640, 0.295, 0.2950°, 54%, 64%0.000, 0.540, 0.639
Olive#C1BE42193, 190, 660.757, 0.746, 0.25959°, 66%, 76%0.163, 0.658, 0.757
New Yeller#FFFF00255, 255, 01.000, 1.000, 0.00060°, 100%, 100%0.167, 1.000, 1.000
Really blue#0000FF0, 0, 2550.000, 0.000, 1.000240°, 100%, 100%0.667, 1.000, 1.000
Navy blue#0020600, 32, 960.000, 0.126, 0.377220°, 100%, 38%0.611, 1.000, 0.376
Deep blue#2154B933, 84, 1850.130, 0.330, 0.726220°, 82%, 73%0.611, 0.822, 0.725
Cyan#04AFEC4, 175, 2360.016, 0.687, 0.926196°, 98%, 93%0.544, 0.983, 0.925
CGA brown#AA5500170, 85, 00.667, 0.334, 0.00030°, 100%, 67%0.083, 1.000, 0.667
Magenta#AA00AA170, 0, 1700.667, 0.000, 0.667300°, 100%, 67%0.833, 1.000, 0.667
Pink#FF66CC255, 102, 2041.000, 0.400, 0.800320°, 60%, 100%0.889, 0.600, 1.000
Deep orange#FFAF00255, 175, 01.000, 0.687, 0.00041°, 100%, 100%0.114, 1.000, 1.000
Teal#12EED418, 238, 2120.071, 0.934, 0.832173°, 92%, 93%0.480, 0.924, 0.933
Toothpaste#00FFFF0, 255, 2550.000, 1.000, 1.000180°, 100%, 100%0.500, 1.000, 1.000
Lime green#00FF000, 255, 00.000, 1.000, 0.000120°, 100%, 100%0.333, 1.000, 1.000
Camo#3A7D1558, 125, 210.228, 0.491, 0.08399°, 83%, 49%0.274, 0.832, 0.490
Grime#7F8E64127, 142, 1000.499, 0.557, 0.39381°, 30%, 56%0.226, 0.296, 0.557
Lavender#8C5B9F140, 91, 1590.550, 0.357, 0.624283°, 43%, 62%0.787, 0.428, 0.624
Pastel light blue#AFDDFF175, 221, 2550.687, 0.867, 1.000205°, 31%, 100%0.571, 0.314, 1.000
Pastel orange#FFC9C9255, 201, 2011.000, 0.789, 0.7890°, 21%, 100%0.000, 0.212, 1.000
Pastel violet#B1A7FF177, 167, 2550.695, 0.655, 1.000247°, 35%, 100%0.686, 0.345, 1.000
Pastel blue-green#9FF3E9159, 243, 2330.624, 0.953, 0.914173°, 35%, 95%0.480, 0.346, 0.953
Pastel green#CCFFCC204, 255, 2040.800, 1.000, 0.800120°, 20%, 100%0.333, 0.200, 1.000
Pastel yellow#FFFFCC255, 255, 2041.000, 1.000, 0.80060°, 20%, 100%0.167, 0.200, 1.000
Pastel brown#FFCC99255, 204, 1531.000, 0.800, 0.60030°, 40%, 100%0.083, 0.400, 1.000
Royal purple#6225D198, 37, 2090.385, 0.146, 0.820261°, 82%, 82%0.726, 0.823, 0.820
Hot pink#FF00BF255, 0, 1911.000, 0.000, 0.750315°, 100%, 100%0.875, 1.000, 1.000