Shades of Fiji Green #666F20
Tints of Fiji Green #666F20
RGB
CMYK
RGB Variations
Color information
#666F20 (or 0x666F20) is known color: Fiji Green. HEX triplet: 66, 6F and 20. RGB value is (102,111,32). Sum of RGB (Red+Green+Blue) = 102+111+32=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #666F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666F20 is #9990DF. Grayscale: #636363. Windows color (decimal): -10064096 or 2125670. OLE color: 2125670.
HSL color Cylindrical-coordinate representation of color #666F20: hue angle of 66.84º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #666F20 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 32 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.56 |
| HSL | 66.84º | 0.55% | 0.28% | - |
| HSV(B) | 66.84º | 0.71% | 0.44% | - |
| XYZ | 11.42 | 14.3 | 3.52 | - |
| YUV | 99.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 32 | 0.08 | 0 | 0.71 | 0.56 | 66.84 | 0.55 | 0.28 |
| Hex | 66 | 6F | 20 | 8 | 0 | 47 | 38 | 43 | 37 | 1C |
| Octal | 146 | 157 | 40 | 10 | 0 | 107 | 70 | 103 | 67 | 34 |
| Binary | 1100110 | 1101111 | 100000 | 1000 | 0 | 1000111 | 111000 | 1000011 | 110111 | 11100 |
Color Harmonies of #666F20
Complementary color
Monochromatic Colors of #666F20
Black with #666F20
Text Example
Text Example
White with #666F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F20; }
p { color: rgb(102,111,32); }
H1.HeaderClassName
{
color: #666F20;
}
.AnyTagClassName
{
color: #666F20;
}
</style>
background-color css
<style>
a { background-color: #666F20; }
a { background-color: rgb(102,111,32); }
div.DivClassName
{
background-color: #666F20;
}
.BgClassName
{
background-color: #666F20;
}
</style>
border-color css
<style>
span { border-color: #666F20; }
span { border-color: rgb(102,111,32); }
td.TdClassName
{
border-color: #666F20;
}
.TagClassName
{
border-color: #666F20;
}
</style>