Shades of Fiji Green #666C14
Tints of Fiji Green #666C14
RGB
CMYK
RGB Variations
Color information
#666C14 (or 0x666C14) is known color: Fiji Green. HEX triplet: 66, 6C and 14. RGB value is (102,108,20). Sum of RGB (Red+Green+Blue) = 102+108+20=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 108 - color contains mainly: green. Hex color #666C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666C14 is #9993EB. Grayscale: #606060. Windows color (decimal): -10064876 or 1338470. OLE color: 1338470.
HSL color Cylindrical-coordinate representation of color #666C14: hue angle of 64.09º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #666C14 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 108 | 20 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.58 |
| HSL | 64.09º | 0.69% | 0.25% | - |
| HSV(B) | 64.09º | 0.81% | 0.42% | - |
| XYZ | 10.97 | 13.6 | 2.71 | - |
| YUV | 96.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 20 | 0.06 | 0 | 0.81 | 0.58 | 64.09 | 0.69 | 0.25 |
| Hex | 66 | 6C | 14 | 6 | 0 | 51 | 3A | 40 | 45 | 19 |
| Octal | 146 | 154 | 24 | 6 | 0 | 121 | 72 | 100 | 105 | 31 |
| Binary | 1100110 | 1101100 | 10100 | 110 | 0 | 1010001 | 111010 | 1000000 | 1000101 | 11001 |
Color Harmonies of #666C14
Complementary color
Monochromatic Colors of #666C14
Black with #666C14
Text Example
Text Example
White with #666C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C14; }
p { color: rgb(102,108,20); }
H1.HeaderClassName
{
color: #666C14;
}
.AnyTagClassName
{
color: #666C14;
}
</style>
background-color css
<style>
a { background-color: #666C14; }
a { background-color: rgb(102,108,20); }
div.DivClassName
{
background-color: #666C14;
}
.BgClassName
{
background-color: #666C14;
}
</style>
border-color css
<style>
span { border-color: #666C14; }
span { border-color: rgb(102,108,20); }
td.TdClassName
{
border-color: #666C14;
}
.TagClassName
{
border-color: #666C14;
}
</style>