Shades of Fiji Green #666918
Tints of Fiji Green #666918
RGB
CMYK
RGB Variations
Color information
#666918 (or 0x666918) is known color: Fiji Green. HEX triplet: 66, 69 and 18. RGB value is (102,105,24). Sum of RGB (Red+Green+Blue) = 102+105+24=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #666918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666918 is #9996E7. Grayscale: #5F5F5F. Windows color (decimal): -10065640 or 1599846. OLE color: 1599846.
HSL color Cylindrical-coordinate representation of color #666918: hue angle of 62.22º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #666918 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 24 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.59 |
| HSL | 62.22º | 0.63% | 0.25% | - |
| HSV(B) | 62.22º | 0.77% | 0.41% | - |
| XYZ | 10.7 | 12.99 | 2.81 | - |
| YUV | 94.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 24 | 0.03 | 0 | 0.77 | 0.59 | 62.22 | 0.63 | 0.25 |
| Hex | 66 | 69 | 18 | 3 | 0 | 4D | 3B | 3E | 3F | 19 |
| Octal | 146 | 151 | 30 | 3 | 0 | 115 | 73 | 76 | 77 | 31 |
| Binary | 1100110 | 1101001 | 11000 | 11 | 0 | 1001101 | 111011 | 111110 | 111111 | 11001 |
Color Harmonies of #666918
Complementary color
Monochromatic Colors of #666918
Black with #666918
Text Example
Text Example
White with #666918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666918; }
p { color: rgb(102,105,24); }
H1.HeaderClassName
{
color: #666918;
}
.AnyTagClassName
{
color: #666918;
}
</style>
background-color css
<style>
a { background-color: #666918; }
a { background-color: rgb(102,105,24); }
div.DivClassName
{
background-color: #666918;
}
.BgClassName
{
background-color: #666918;
}
</style>
border-color css
<style>
span { border-color: #666918; }
span { border-color: rgb(102,105,24); }
td.TdClassName
{
border-color: #666918;
}
.TagClassName
{
border-color: #666918;
}
</style>