Shades of Fiji Green #64690E
Tints of Fiji Green #64690E
RGB
CMYK
RGB Variations
Color information
#64690E (or 0x64690E) is known color: Fiji Green. HEX triplet: 64, 69 and 0E. RGB value is (100,105,14). Sum of RGB (Red+Green+Blue) = 100+105+14=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #64690E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64690E is #9B96F1. Grayscale: #5D5D5D. Windows color (decimal): -10196722 or 944484. OLE color: 944484.
HSL color Cylindrical-coordinate representation of color #64690E: hue angle of 63.3º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64690E is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 105 | 14 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.59 |
| HSL | 63.3º | 0.76% | 0.23% | - |
| HSV(B) | 63.3º | 0.87% | 0.41% | - |
| XYZ | 10.39 | 12.84 | 2.35 | - |
| YUV | 93.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 14 | 0.05 | 0 | 0.87 | 0.59 | 63.3 | 0.76 | 0.23 |
| Hex | 64 | 69 | E | 5 | 0 | 57 | 3B | 3F | 4C | 17 |
| Octal | 144 | 151 | 16 | 5 | 0 | 127 | 73 | 77 | 114 | 27 |
| Binary | 1100100 | 1101001 | 1110 | 101 | 0 | 1010111 | 111011 | 111111 | 1001100 | 10111 |
Color Harmonies of #64690E
Complementary color
Monochromatic Colors of #64690E
Black with #64690E
Text Example
Text Example
White with #64690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64690E; }
p { color: rgb(100,105,14); }
H1.HeaderClassName
{
color: #64690E;
}
.AnyTagClassName
{
color: #64690E;
}
</style>
background-color css
<style>
a { background-color: #64690E; }
a { background-color: rgb(100,105,14); }
div.DivClassName
{
background-color: #64690E;
}
.BgClassName
{
background-color: #64690E;
}
</style>
border-color css
<style>
span { border-color: #64690E; }
span { border-color: rgb(100,105,14); }
td.TdClassName
{
border-color: #64690E;
}
.TagClassName
{
border-color: #64690E;
}
</style>