Shades of Fiji Green #66720D
Tints of Fiji Green #66720D
RGB
CMYK
RGB Variations
Color information
#66720D (or 0x66720D) is known color: Fiji Green. HEX triplet: 66, 72 and 0D. RGB value is (102,114,13). Sum of RGB (Red+Green+Blue) = 102+114+13=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #66720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66720D is #998DF2. Grayscale: #636363. Windows color (decimal): -10063347 or 881254. OLE color: 881254.
HSL color Cylindrical-coordinate representation of color #66720D: hue angle of 67.13º degrees, saturation: 0.8, 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 #66720D is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 114 | 13 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.55 |
| HSL | 67.13º | 0.8% | 0.25% | - |
| HSV(B) | 67.13º | 0.89% | 0.45% | - |
| XYZ | 11.57 | 14.89 | 2.64 | - |
| YUV | 98.9 | 79.52 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 13 | 0.11 | 0 | 0.89 | 0.55 | 67.13 | 0.8 | 0.25 |
| Hex | 66 | 72 | D | B | 0 | 59 | 37 | 43 | 50 | 19 |
| Octal | 146 | 162 | 15 | 13 | 0 | 131 | 67 | 103 | 120 | 31 |
| Binary | 1100110 | 1110010 | 1101 | 1011 | 0 | 1011001 | 110111 | 1000011 | 1010000 | 11001 |
Color Harmonies of #66720D
Complementary color
Monochromatic Colors of #66720D
Black with #66720D
Text Example
Text Example
White with #66720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66720D; }
p { color: rgb(102,114,13); }
H1.HeaderClassName
{
color: #66720D;
}
.AnyTagClassName
{
color: #66720D;
}
</style>
background-color css
<style>
a { background-color: #66720D; }
a { background-color: rgb(102,114,13); }
div.DivClassName
{
background-color: #66720D;
}
.BgClassName
{
background-color: #66720D;
}
</style>
border-color css
<style>
span { border-color: #66720D; }
span { border-color: rgb(102,114,13); }
td.TdClassName
{
border-color: #66720D;
}
.TagClassName
{
border-color: #66720D;
}
</style>