Shades of Fiji Green #4E720A
Tints of Fiji Green #4E720A
RGB
CMYK
RGB Variations
Color information
#4E720A (or 0x4E720A) is known color: Fiji Green. HEX triplet: 4E, 72 and 0A. RGB value is (78,114,10). Sum of RGB (Red+Green+Blue) = 78+114+10=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #4E720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E720A is #B18DF5. Grayscale: #5B5B5B. Windows color (decimal): -11636214 or 684622. OLE color: 684622.
HSL color Cylindrical-coordinate representation of color #4E720A: hue angle of 80.77º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E720A is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 114 | 10 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.55 |
| HSL | 80.77º | 0.84% | 0.24% | - |
| HSV(B) | 80.77º | 0.91% | 0.45% | - |
| XYZ | 9.21 | 13.68 | 2.44 | - |
| YUV | 91.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 10 | 0.32 | 0 | 0.91 | 0.55 | 80.77 | 0.84 | 0.24 |
| Hex | 4E | 72 | A | 20 | 0 | 5B | 37 | 51 | 54 | 18 |
| Octal | 116 | 162 | 12 | 40 | 0 | 133 | 67 | 121 | 124 | 30 |
| Binary | 1001110 | 1110010 | 1010 | 100000 | 0 | 1011011 | 110111 | 1010001 | 1010100 | 11000 |
Color Harmonies of #4E720A
Complementary color
Monochromatic Colors of #4E720A
Black with #4E720A
Text Example
Text Example
White with #4E720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E720A; }
p { color: rgb(78,114,10); }
H1.HeaderClassName
{
color: #4E720A;
}
.AnyTagClassName
{
color: #4E720A;
}
</style>
background-color css
<style>
a { background-color: #4E720A; }
a { background-color: rgb(78,114,10); }
div.DivClassName
{
background-color: #4E720A;
}
.BgClassName
{
background-color: #4E720A;
}
</style>
border-color css
<style>
span { border-color: #4E720A; }
span { border-color: rgb(78,114,10); }
td.TdClassName
{
border-color: #4E720A;
}
.TagClassName
{
border-color: #4E720A;
}
</style>