Shades of Fiji Green #666E18
Tints of Fiji Green #666E18
RGB
CMYK
RGB Variations
Color information
#666E18 (or 0x666E18) is known color: Fiji Green. HEX triplet: 66, 6E and 18. RGB value is (102,110,24). Sum of RGB (Red+Green+Blue) = 102+110+24=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 110 - color contains mainly: green. Hex color #666E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666E18 is #9991E7. Grayscale: #626262. Windows color (decimal): -10064360 or 1601126. OLE color: 1601126.
HSL color Cylindrical-coordinate representation of color #666E18: hue angle of 65.58º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #666E18 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 110 | 24 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.57 |
| HSL | 65.58º | 0.64% | 0.26% | - |
| HSV(B) | 65.58º | 0.78% | 0.43% | - |
| XYZ | 11.22 | 14.04 | 2.98 | - |
| YUV | 97.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 24 | 0.07 | 0 | 0.78 | 0.57 | 65.58 | 0.64 | 0.26 |
| Hex | 66 | 6E | 18 | 7 | 0 | 4E | 39 | 42 | 40 | 1A |
| Octal | 146 | 156 | 30 | 7 | 0 | 116 | 71 | 102 | 100 | 32 |
| Binary | 1100110 | 1101110 | 11000 | 111 | 0 | 1001110 | 111001 | 1000010 | 1000000 | 11010 |
Color Harmonies of #666E18
Complementary color
Monochromatic Colors of #666E18
Black with #666E18
Text Example
Text Example
White with #666E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E18; }
p { color: rgb(102,110,24); }
H1.HeaderClassName
{
color: #666E18;
}
.AnyTagClassName
{
color: #666E18;
}
</style>
background-color css
<style>
a { background-color: #666E18; }
a { background-color: rgb(102,110,24); }
div.DivClassName
{
background-color: #666E18;
}
.BgClassName
{
background-color: #666E18;
}
</style>
border-color css
<style>
span { border-color: #666E18; }
span { border-color: rgb(102,110,24); }
td.TdClassName
{
border-color: #666E18;
}
.TagClassName
{
border-color: #666E18;
}
</style>