Shades of Fiji Green #5E7204
Tints of Fiji Green #5E7204
RGB
CMYK
RGB Variations
Color information
#5E7204 (or 0x5E7204) is known color: Fiji Green. HEX triplet: 5E, 72 and 04. RGB value is (94,114,4). Sum of RGB (Red+Green+Blue) = 94+114+4=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7204 is #A18DFB. Grayscale: #5F5F5F. Windows color (decimal): -10587644 or 291422. OLE color: 291422.
HSL color Cylindrical-coordinate representation of color #5E7204: hue angle of 70.91º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E7204 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 114 | 4 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.55 |
| HSL | 70.91º | 0.93% | 0.23% | - |
| HSV(B) | 70.91º | 0.96% | 0.45% | - |
| XYZ | 10.66 | 14.42 | 2.34 | - |
| YUV | 95.48 | 76.37 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 4 | 0.18 | 0 | 0.96 | 0.55 | 70.91 | 0.93 | 0.23 |
| Hex | 5E | 72 | 4 | 12 | 0 | 60 | 37 | 47 | 5D | 17 |
| Octal | 136 | 162 | 4 | 22 | 0 | 140 | 67 | 107 | 135 | 27 |
| Binary | 1011110 | 1110010 | 100 | 10010 | 0 | 1100000 | 110111 | 1000111 | 1011101 | 10111 |
Color Harmonies of #5E7204
Complementary color
Monochromatic Colors of #5E7204
Black with #5E7204
Text Example
Text Example
White with #5E7204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7204; }
p { color: rgb(94,114,4); }
H1.HeaderClassName
{
color: #5E7204;
}
.AnyTagClassName
{
color: #5E7204;
}
</style>
background-color css
<style>
a { background-color: #5E7204; }
a { background-color: rgb(94,114,4); }
div.DivClassName
{
background-color: #5E7204;
}
.BgClassName
{
background-color: #5E7204;
}
</style>
border-color css
<style>
span { border-color: #5E7204; }
span { border-color: rgb(94,114,4); }
td.TdClassName
{
border-color: #5E7204;
}
.TagClassName
{
border-color: #5E7204;
}
</style>