Shades of Fiji Green #666C16
Tints of Fiji Green #666C16
RGB
CMYK
RGB Variations
Color information
#666C16 (or 0x666C16) is known color: Fiji Green. HEX triplet: 66, 6C and 16. RGB value is (102,108,22). Sum of RGB (Red+Green+Blue) = 102+108+22=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #666C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666C16 is #9993E9. Grayscale: #606060. Windows color (decimal): -10064874 or 1469542. OLE color: 1469542.
HSL color Cylindrical-coordinate representation of color #666C16: hue angle of 64.19º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #666C16 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 108 | 22 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.58 |
| HSL | 64.19º | 0.66% | 0.25% | - |
| HSV(B) | 64.19º | 0.8% | 0.42% | - |
| XYZ | 10.99 | 13.61 | 2.81 | - |
| YUV | 96.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 22 | 0.06 | 0 | 0.80 | 0.58 | 64.19 | 0.66 | 0.25 |
| Hex | 66 | 6C | 16 | 6 | 0 | 50 | 3A | 40 | 42 | 19 |
| Octal | 146 | 154 | 26 | 6 | 0 | 120 | 72 | 100 | 102 | 31 |
| Binary | 1100110 | 1101100 | 10110 | 110 | 0 | 1010000 | 111010 | 1000000 | 1000010 | 11001 |
Color Harmonies of #666C16
Complementary color
Monochromatic Colors of #666C16
Black with #666C16
Text Example
Text Example
White with #666C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C16; }
p { color: rgb(102,108,22); }
H1.HeaderClassName
{
color: #666C16;
}
.AnyTagClassName
{
color: #666C16;
}
</style>
background-color css
<style>
a { background-color: #666C16; }
a { background-color: rgb(102,108,22); }
div.DivClassName
{
background-color: #666C16;
}
.BgClassName
{
background-color: #666C16;
}
</style>
border-color css
<style>
span { border-color: #666C16; }
span { border-color: rgb(102,108,22); }
td.TdClassName
{
border-color: #666C16;
}
.TagClassName
{
border-color: #666C16;
}
</style>