Shades of Fiji Green #5E7304
Tints of Fiji Green #5E7304
RGB
CMYK
RGB Variations
Color information
#5E7304 (or 0x5E7304) is known color: Fiji Green. HEX triplet: 5E, 73 and 04. RGB value is (94,115,4). Sum of RGB (Red+Green+Blue) = 94+115+4=213 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.13% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7304 is #A18CFB. Grayscale: #606060. Windows color (decimal): -10587388 or 291678. OLE color: 291678.
HSL color Cylindrical-coordinate representation of color #5E7304: hue angle of 71.35º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E7304 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 4 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.55 |
| HSL | 71.35º | 0.93% | 0.23% | - |
| HSV(B) | 71.35º | 0.97% | 0.45% | - |
| XYZ | 10.77 | 14.65 | 2.38 | - |
| YUV | 96.07 | 76.04 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 4 | 0.18 | 0 | 0.97 | 0.55 | 71.35 | 0.93 | 0.23 |
| Hex | 5E | 73 | 4 | 12 | 0 | 61 | 37 | 47 | 5D | 17 |
| Octal | 136 | 163 | 4 | 22 | 0 | 141 | 67 | 107 | 135 | 27 |
| Binary | 1011110 | 1110011 | 100 | 10010 | 0 | 1100001 | 110111 | 1000111 | 1011101 | 10111 |
Color Harmonies of #5E7304
Complementary color
Monochromatic Colors of #5E7304
Black with #5E7304
Text Example
Text Example
White with #5E7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7304; }
p { color: rgb(94,115,4); }
H1.HeaderClassName
{
color: #5E7304;
}
.AnyTagClassName
{
color: #5E7304;
}
</style>
background-color css
<style>
a { background-color: #5E7304; }
a { background-color: rgb(94,115,4); }
div.DivClassName
{
background-color: #5E7304;
}
.BgClassName
{
background-color: #5E7304;
}
</style>
border-color css
<style>
span { border-color: #5E7304; }
span { border-color: rgb(94,115,4); }
td.TdClassName
{
border-color: #5E7304;
}
.TagClassName
{
border-color: #5E7304;
}
</style>