Shades of Fiji Green #64740E
Tints of Fiji Green #64740E
RGB
CMYK
RGB Variations
Color information
#64740E (or 0x64740E) is known color: Fiji Green. HEX triplet: 64, 74 and 0E. RGB value is (100,116,14). Sum of RGB (Red+Green+Blue) = 100+116+14=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #64740E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64740E is #9B8BF1. Grayscale: #636363. Windows color (decimal): -10193906 or 947300. OLE color: 947300.
HSL color Cylindrical-coordinate representation of color #64740E: hue angle of 69.41º 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 #64740E is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 116 | 14 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.55 |
| HSL | 69.41º | 0.78% | 0.25% | - |
| HSV(B) | 69.41º | 0.88% | 0.45% | - |
| XYZ | 11.58 | 15.23 | 2.75 | - |
| YUV | 99.59 | 79.7 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 116 | 14 | 0.14 | 0 | 0.88 | 0.55 | 69.41 | 0.78 | 0.25 |
| Hex | 64 | 74 | E | E | 0 | 58 | 37 | 45 | 4E | 19 |
| Octal | 144 | 164 | 16 | 16 | 0 | 130 | 67 | 105 | 116 | 31 |
| Binary | 1100100 | 1110100 | 1110 | 1110 | 0 | 1011000 | 110111 | 1000101 | 1001110 | 11001 |
Color Harmonies of #64740E
Complementary color
Monochromatic Colors of #64740E
Black with #64740E
Text Example
Text Example
White with #64740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64740E; }
p { color: rgb(100,116,14); }
H1.HeaderClassName
{
color: #64740E;
}
.AnyTagClassName
{
color: #64740E;
}
</style>
background-color css
<style>
a { background-color: #64740E; }
a { background-color: rgb(100,116,14); }
div.DivClassName
{
background-color: #64740E;
}
.BgClassName
{
background-color: #64740E;
}
</style>
border-color css
<style>
span { border-color: #64740E; }
span { border-color: rgb(100,116,14); }
td.TdClassName
{
border-color: #64740E;
}
.TagClassName
{
border-color: #64740E;
}
</style>