Shades of Fiji Green #64720E
Tints of Fiji Green #64720E
RGB
CMYK
RGB Variations
Color information
#64720E (or 0x64720E) is known color: Fiji Green. HEX triplet: 64, 72 and 0E. RGB value is (100,114,14). Sum of RGB (Red+Green+Blue) = 100+114+14=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #64720E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64720E is #9B8DF1. Grayscale: #626262. Windows color (decimal): -10194418 or 946788. OLE color: 946788.
HSL color Cylindrical-coordinate representation of color #64720E: hue angle of 68.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64720E is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 114 | 14 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.55 |
| HSL | 68.4º | 0.78% | 0.25% | - |
| HSV(B) | 68.4º | 0.88% | 0.45% | - |
| XYZ | 11.35 | 14.78 | 2.67 | - |
| YUV | 98.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 14 | 0.12 | 0 | 0.88 | 0.55 | 68.4 | 0.78 | 0.25 |
| Hex | 64 | 72 | E | C | 0 | 58 | 37 | 44 | 4E | 19 |
| Octal | 144 | 162 | 16 | 14 | 0 | 130 | 67 | 104 | 116 | 31 |
| Binary | 1100100 | 1110010 | 1110 | 1100 | 0 | 1011000 | 110111 | 1000100 | 1001110 | 11001 |
Color Harmonies of #64720E
Complementary color
Monochromatic Colors of #64720E
Black with #64720E
Text Example
Text Example
White with #64720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64720E; }
p { color: rgb(100,114,14); }
H1.HeaderClassName
{
color: #64720E;
}
.AnyTagClassName
{
color: #64720E;
}
</style>
background-color css
<style>
a { background-color: #64720E; }
a { background-color: rgb(100,114,14); }
div.DivClassName
{
background-color: #64720E;
}
.BgClassName
{
background-color: #64720E;
}
</style>
border-color css
<style>
span { border-color: #64720E; }
span { border-color: rgb(100,114,14); }
td.TdClassName
{
border-color: #64720E;
}
.TagClassName
{
border-color: #64720E;
}
</style>