Shades of Fiji Green #64740A
Tints of Fiji Green #64740A
RGB
CMYK
RGB Variations
Color information
#64740A (or 0x64740A) is known color: Fiji Green. HEX triplet: 64, 74 and 0A. RGB value is (100,116,10). Sum of RGB (Red+Green+Blue) = 100+116+10=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #64740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64740A is #9B8BF5. Grayscale: #636363. Windows color (decimal): -10193910 or 685156. OLE color: 685156.
HSL color Cylindrical-coordinate representation of color #64740A: hue angle of 69.06º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64740A is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 116 | 10 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.55 |
| HSL | 69.06º | 0.84% | 0.25% | - |
| HSV(B) | 69.06º | 0.91% | 0.45% | - |
| XYZ | 11.56 | 15.22 | 2.62 | - |
| YUV | 99.13 | 77.7 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 116 | 10 | 0.14 | 0 | 0.91 | 0.55 | 69.06 | 0.84 | 0.25 |
| Hex | 64 | 74 | A | E | 0 | 5B | 37 | 45 | 54 | 19 |
| Octal | 144 | 164 | 12 | 16 | 0 | 133 | 67 | 105 | 124 | 31 |
| Binary | 1100100 | 1110100 | 1010 | 1110 | 0 | 1011011 | 110111 | 1000101 | 1010100 | 11001 |
Color Harmonies of #64740A
Complementary color
Monochromatic Colors of #64740A
Black with #64740A
Text Example
Text Example
White with #64740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64740A; }
p { color: rgb(100,116,10); }
H1.HeaderClassName
{
color: #64740A;
}
.AnyTagClassName
{
color: #64740A;
}
</style>
background-color css
<style>
a { background-color: #64740A; }
a { background-color: rgb(100,116,10); }
div.DivClassName
{
background-color: #64740A;
}
.BgClassName
{
background-color: #64740A;
}
</style>
border-color css
<style>
span { border-color: #64740A; }
span { border-color: rgb(100,116,10); }
td.TdClassName
{
border-color: #64740A;
}
.TagClassName
{
border-color: #64740A;
}
</style>