Shades of Fiji Green #66720C
Tints of Fiji Green #66720C
RGB
CMYK
RGB Variations
Color information
#66720C (or 0x66720C) is known color: Fiji Green. HEX triplet: 66, 72 and 0C. RGB value is (102,114,12). Sum of RGB (Red+Green+Blue) = 102+114+12=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #66720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66720C is #998DF3. Grayscale: #636363. Windows color (decimal): -10063348 or 815718. OLE color: 815718.
HSL color Cylindrical-coordinate representation of color #66720C: hue angle of 67.06º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66720C is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 114 | 12 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.55 |
| HSL | 67.06º | 0.81% | 0.25% | - |
| HSV(B) | 67.06º | 0.89% | 0.45% | - |
| XYZ | 11.56 | 14.89 | 2.61 | - |
| YUV | 98.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 12 | 0.11 | 0 | 0.89 | 0.55 | 67.06 | 0.81 | 0.25 |
| Hex | 66 | 72 | C | B | 0 | 59 | 37 | 43 | 51 | 19 |
| Octal | 146 | 162 | 14 | 13 | 0 | 131 | 67 | 103 | 121 | 31 |
| Binary | 1100110 | 1110010 | 1100 | 1011 | 0 | 1011001 | 110111 | 1000011 | 1010001 | 11001 |
Color Harmonies of #66720C
Complementary color
Monochromatic Colors of #66720C
Black with #66720C
Text Example
Text Example
White with #66720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66720C; }
p { color: rgb(102,114,12); }
H1.HeaderClassName
{
color: #66720C;
}
.AnyTagClassName
{
color: #66720C;
}
</style>
background-color css
<style>
a { background-color: #66720C; }
a { background-color: rgb(102,114,12); }
div.DivClassName
{
background-color: #66720C;
}
.BgClassName
{
background-color: #66720C;
}
</style>
border-color css
<style>
span { border-color: #66720C; }
span { border-color: rgb(102,114,12); }
td.TdClassName
{
border-color: #66720C;
}
.TagClassName
{
border-color: #66720C;
}
</style>