Shades of Fiji Green #666F06
Tints of Fiji Green #666F06
RGB
CMYK
RGB Variations
Color information
#666F06 (or 0x666F06) is known color: Fiji Green. HEX triplet: 66, 6F and 06. RGB value is (102,111,6). Sum of RGB (Red+Green+Blue) = 102+111+6=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #666F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666F06 is #9990F9. Grayscale: #606060. Windows color (decimal): -10064122 or 421734. OLE color: 421734.
HSL color Cylindrical-coordinate representation of color #666F06: hue angle of 65.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #666F06 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 6 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.56 |
| HSL | 65.14º | 0.9% | 0.23% | - |
| HSV(B) | 65.14º | 0.95% | 0.44% | - |
| XYZ | 11.2 | 14.21 | 2.32 | - |
| YUV | 96.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 6 | 0.08 | 0 | 0.95 | 0.56 | 65.14 | 0.9 | 0.23 |
| Hex | 66 | 6F | 6 | 8 | 0 | 5F | 38 | 41 | 5A | 17 |
| Octal | 146 | 157 | 6 | 10 | 0 | 137 | 70 | 101 | 132 | 27 |
| Binary | 1100110 | 1101111 | 110 | 1000 | 0 | 1011111 | 111000 | 1000001 | 1011010 | 10111 |
Color Harmonies of #666F06
Complementary color
Monochromatic Colors of #666F06
Black with #666F06
Text Example
Text Example
White with #666F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F06; }
p { color: rgb(102,111,6); }
H1.HeaderClassName
{
color: #666F06;
}
.AnyTagClassName
{
color: #666F06;
}
</style>
background-color css
<style>
a { background-color: #666F06; }
a { background-color: rgb(102,111,6); }
div.DivClassName
{
background-color: #666F06;
}
.BgClassName
{
background-color: #666F06;
}
</style>
border-color css
<style>
span { border-color: #666F06; }
span { border-color: rgb(102,111,6); }
td.TdClassName
{
border-color: #666F06;
}
.TagClassName
{
border-color: #666F06;
}
</style>