Shades of Fiji Green #666917
Tints of Fiji Green #666917
RGB
CMYK
RGB Variations
Color information
#666917 (or 0x666917) is known color: Fiji Green. HEX triplet: 66, 69 and 17. RGB value is (102,105,23). Sum of RGB (Red+Green+Blue) = 102+105+23=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #666917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666917 is #9996E8. Grayscale: #5F5F5F. Windows color (decimal): -10065641 or 1534310. OLE color: 1534310.
HSL color Cylindrical-coordinate representation of color #666917: hue angle of 62.2º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #666917 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 23 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.59 |
| HSL | 62.2º | 0.64% | 0.25% | - |
| HSV(B) | 62.2º | 0.78% | 0.41% | - |
| XYZ | 10.69 | 12.99 | 2.75 | - |
| YUV | 94.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 23 | 0.03 | 0 | 0.78 | 0.59 | 62.2 | 0.64 | 0.25 |
| Hex | 66 | 69 | 17 | 3 | 0 | 4E | 3B | 3E | 40 | 19 |
| Octal | 146 | 151 | 27 | 3 | 0 | 116 | 73 | 76 | 100 | 31 |
| Binary | 1100110 | 1101001 | 10111 | 11 | 0 | 1001110 | 111011 | 111110 | 1000000 | 11001 |
Color Harmonies of #666917
Complementary color
Monochromatic Colors of #666917
Black with #666917
Text Example
Text Example
White with #666917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666917; }
p { color: rgb(102,105,23); }
H1.HeaderClassName
{
color: #666917;
}
.AnyTagClassName
{
color: #666917;
}
</style>
background-color css
<style>
a { background-color: #666917; }
a { background-color: rgb(102,105,23); }
div.DivClassName
{
background-color: #666917;
}
.BgClassName
{
background-color: #666917;
}
</style>
border-color css
<style>
span { border-color: #666917; }
span { border-color: rgb(102,105,23); }
td.TdClassName
{
border-color: #666917;
}
.TagClassName
{
border-color: #666917;
}
</style>