Shades of Fiji Green #5E7404
Tints of Fiji Green #5E7404
RGB
CMYK
RGB Variations
Color information
#5E7404 (or 0x5E7404) is known color: Fiji Green. HEX triplet: 5E, 74 and 04. RGB value is (94,116,4). Sum of RGB (Red+Green+Blue) = 94+116+4=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7404 is #A18BFB. Grayscale: #616161. Windows color (decimal): -10587132 or 291934. OLE color: 291934.
HSL color Cylindrical-coordinate representation of color #5E7404: hue angle of 71.79º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E7404 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 116 | 4 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.55 |
| HSL | 71.79º | 0.93% | 0.24% | - |
| HSV(B) | 71.79º | 0.97% | 0.45% | - |
| XYZ | 10.88 | 14.88 | 2.41 | - |
| YUV | 96.65 | 75.71 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 4 | 0.19 | 0 | 0.97 | 0.55 | 71.79 | 0.93 | 0.24 |
| Hex | 5E | 74 | 4 | 13 | 0 | 61 | 37 | 48 | 5D | 18 |
| Octal | 136 | 164 | 4 | 23 | 0 | 141 | 67 | 110 | 135 | 30 |
| Binary | 1011110 | 1110100 | 100 | 10011 | 0 | 1100001 | 110111 | 1001000 | 1011101 | 11000 |
Color Harmonies of #5E7404
Complementary color
Monochromatic Colors of #5E7404
Black with #5E7404
Text Example
Text Example
White with #5E7404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7404; }
p { color: rgb(94,116,4); }
H1.HeaderClassName
{
color: #5E7404;
}
.AnyTagClassName
{
color: #5E7404;
}
</style>
background-color css
<style>
a { background-color: #5E7404; }
a { background-color: rgb(94,116,4); }
div.DivClassName
{
background-color: #5E7404;
}
.BgClassName
{
background-color: #5E7404;
}
</style>
border-color css
<style>
span { border-color: #5E7404; }
span { border-color: rgb(94,116,4); }
td.TdClassName
{
border-color: #5E7404;
}
.TagClassName
{
border-color: #5E7404;
}
</style>