Shades of Fiji Green #666810
Tints of Fiji Green #666810
RGB
CMYK
RGB Variations
Color information
#666810 (or 0x666810) is known color: Fiji Green. HEX triplet: 66, 68 and 10. RGB value is (102,104,16). Sum of RGB (Red+Green+Blue) = 102+104+16=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #666810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666810 is #9997EF. Grayscale: #5D5D5D. Windows color (decimal): -10065904 or 1075302. OLE color: 1075302.
HSL color Cylindrical-coordinate representation of color #666810: hue angle of 61.36º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #666810 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 16 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.59 |
| HSL | 61.36º | 0.73% | 0.24% | - |
| HSV(B) | 61.36º | 0.85% | 0.41% | - |
| XYZ | 10.52 | 12.76 | 2.4 | - |
| YUV | 93.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 16 | 0.02 | 0 | 0.85 | 0.59 | 61.36 | 0.73 | 0.24 |
| Hex | 66 | 68 | 10 | 2 | 0 | 55 | 3B | 3D | 49 | 18 |
| Octal | 146 | 150 | 20 | 2 | 0 | 125 | 73 | 75 | 111 | 30 |
| Binary | 1100110 | 1101000 | 10000 | 10 | 0 | 1010101 | 111011 | 111101 | 1001001 | 11000 |
Color Harmonies of #666810
Complementary color
Monochromatic Colors of #666810
Black with #666810
Text Example
Text Example
White with #666810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666810; }
p { color: rgb(102,104,16); }
H1.HeaderClassName
{
color: #666810;
}
.AnyTagClassName
{
color: #666810;
}
</style>
background-color css
<style>
a { background-color: #666810; }
a { background-color: rgb(102,104,16); }
div.DivClassName
{
background-color: #666810;
}
.BgClassName
{
background-color: #666810;
}
</style>
border-color css
<style>
span { border-color: #666810; }
span { border-color: rgb(102,104,16); }
td.TdClassName
{
border-color: #666810;
}
.TagClassName
{
border-color: #666810;
}
</style>