Shades of Fiji Green #5E7409
Tints of Fiji Green #5E7409
RGB
CMYK
RGB Variations
Color information
#5E7409 (or 0x5E7409) is known color: Fiji Green. HEX triplet: 5E, 74 and 09. RGB value is (94,116,9). Sum of RGB (Red+Green+Blue) = 94+116+9=219 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.92% from 219); Green value is 116 (45.70% from 255 or 52.97% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7409 is #A18BF6. Grayscale: #616161. Windows color (decimal): -10587127 or 619614. OLE color: 619614.
HSL color Cylindrical-coordinate representation of color #5E7409: hue angle of 72.34º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E7409 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 116 | 9 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.55 |
| HSL | 72.34º | 0.86% | 0.25% | - |
| HSV(B) | 72.34º | 0.92% | 0.45% | - |
| XYZ | 10.91 | 14.89 | 2.56 | - |
| YUV | 97.22 | 78.21 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 9 | 0.19 | 0 | 0.92 | 0.55 | 72.34 | 0.86 | 0.25 |
| Hex | 5E | 74 | 9 | 13 | 0 | 5C | 37 | 48 | 56 | 19 |
| Octal | 136 | 164 | 11 | 23 | 0 | 134 | 67 | 110 | 126 | 31 |
| Binary | 1011110 | 1110100 | 1001 | 10011 | 0 | 1011100 | 110111 | 1001000 | 1010110 | 11001 |
Color Harmonies of #5E7409
Complementary color
Monochromatic Colors of #5E7409
Black with #5E7409
Text Example
Text Example
White with #5E7409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7409; }
p { color: rgb(94,116,9); }
H1.HeaderClassName
{
color: #5E7409;
}
.AnyTagClassName
{
color: #5E7409;
}
</style>
background-color css
<style>
a { background-color: #5E7409; }
a { background-color: rgb(94,116,9); }
div.DivClassName
{
background-color: #5E7409;
}
.BgClassName
{
background-color: #5E7409;
}
</style>
border-color css
<style>
span { border-color: #5E7409; }
span { border-color: rgb(94,116,9); }
td.TdClassName
{
border-color: #5E7409;
}
.TagClassName
{
border-color: #5E7409;
}
</style>