Shades of Fiji Green #64740F
Tints of Fiji Green #64740F
RGB
CMYK
RGB Variations
Color information
#64740F (or 0x64740F) is known color: Fiji Green. HEX triplet: 64, 74 and 0F. RGB value is (100,116,15). Sum of RGB (Red+Green+Blue) = 100+116+15=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #64740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64740F is #9B8BF0. Grayscale: #646464. Windows color (decimal): -10193905 or 1012836. OLE color: 1012836.
HSL color Cylindrical-coordinate representation of color #64740F: hue angle of 69.5º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64740F is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 116 | 15 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.55 |
| HSL | 69.5º | 0.77% | 0.26% | - |
| HSV(B) | 69.5º | 0.87% | 0.45% | - |
| XYZ | 11.59 | 15.23 | 2.78 | - |
| YUV | 99.7 | 80.2 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 116 | 15 | 0.14 | 0 | 0.87 | 0.55 | 69.5 | 0.77 | 0.26 |
| Hex | 64 | 74 | F | E | 0 | 57 | 37 | 46 | 4D | 1A |
| Octal | 144 | 164 | 17 | 16 | 0 | 127 | 67 | 106 | 115 | 32 |
| Binary | 1100100 | 1110100 | 1111 | 1110 | 0 | 1010111 | 110111 | 1000110 | 1001101 | 11010 |
Color Harmonies of #64740F
Complementary color
Monochromatic Colors of #64740F
Black with #64740F
Text Example
Text Example
White with #64740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64740F; }
p { color: rgb(100,116,15); }
H1.HeaderClassName
{
color: #64740F;
}
.AnyTagClassName
{
color: #64740F;
}
</style>
background-color css
<style>
a { background-color: #64740F; }
a { background-color: rgb(100,116,15); }
div.DivClassName
{
background-color: #64740F;
}
.BgClassName
{
background-color: #64740F;
}
</style>
border-color css
<style>
span { border-color: #64740F; }
span { border-color: rgb(100,116,15); }
td.TdClassName
{
border-color: #64740F;
}
.TagClassName
{
border-color: #64740F;
}
</style>