Shades of Fiji Green #666718
Tints of Fiji Green #666718
RGB
CMYK
RGB Variations
Color information
#666718 (or 0x666718) is known color: Fiji Green. HEX triplet: 66, 67 and 18. RGB value is (102,103,24). Sum of RGB (Red+Green+Blue) = 102+103+24=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #666718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666718 is #9998E7. Grayscale: #5E5E5E. Windows color (decimal): -10066152 or 1599334. OLE color: 1599334.
HSL color Cylindrical-coordinate representation of color #666718: hue angle of 60.76º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #666718 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 103 | 24 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.60 |
| HSL | 60.76º | 0.62% | 0.25% | - |
| HSV(B) | 60.76º | 0.77% | 0.4% | - |
| XYZ | 10.49 | 12.59 | 2.74 | - |
| YUV | 93.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 24 | 0.01 | 0 | 0.77 | 0.60 | 60.76 | 0.62 | 0.25 |
| Hex | 66 | 67 | 18 | 1 | 0 | 4D | 3C | 3D | 3E | 19 |
| Octal | 146 | 147 | 30 | 1 | 0 | 115 | 74 | 75 | 76 | 31 |
| Binary | 1100110 | 1100111 | 11000 | 1 | 0 | 1001101 | 111100 | 111101 | 111110 | 11001 |
Color Harmonies of #666718
Complementary color
Monochromatic Colors of #666718
Black with #666718
Text Example
Text Example
White with #666718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666718; }
p { color: rgb(102,103,24); }
H1.HeaderClassName
{
color: #666718;
}
.AnyTagClassName
{
color: #666718;
}
</style>
background-color css
<style>
a { background-color: #666718; }
a { background-color: rgb(102,103,24); }
div.DivClassName
{
background-color: #666718;
}
.BgClassName
{
background-color: #666718;
}
</style>
border-color css
<style>
span { border-color: #666718; }
span { border-color: rgb(102,103,24); }
td.TdClassName
{
border-color: #666718;
}
.TagClassName
{
border-color: #666718;
}
</style>