Shades of Fiji Green #5E7809
Tints of Fiji Green #5E7809
RGB
CMYK
RGB Variations
Color information
#5E7809 (or 0x5E7809) is known color: Fiji Green. HEX triplet: 5E, 78 and 09. RGB value is (94,120,9). Sum of RGB (Red+Green+Blue) = 94+120+9=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 120 (47.27% from 255 or 53.81% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7809 is #A187F6. Grayscale: #636363. Windows color (decimal): -10586103 or 620638. OLE color: 620638.
HSL color Cylindrical-coordinate representation of color #5E7809: hue angle of 74.05º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E7809 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 9 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.53 |
| HSL | 74.05º | 0.86% | 0.25% | - |
| HSV(B) | 74.05º | 0.93% | 0.47% | - |
| XYZ | 11.38 | 15.83 | 2.71 | - |
| YUV | 99.57 | 76.89 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 9 | 0.22 | 0 | 0.92 | 0.53 | 74.05 | 0.86 | 0.25 |
| Hex | 5E | 78 | 9 | 16 | 0 | 5C | 35 | 4A | 56 | 19 |
| Octal | 136 | 170 | 11 | 26 | 0 | 134 | 65 | 112 | 126 | 31 |
| Binary | 1011110 | 1111000 | 1001 | 10110 | 0 | 1011100 | 110101 | 1001010 | 1010110 | 11001 |
Color Harmonies of #5E7809
Complementary color
Monochromatic Colors of #5E7809
Black with #5E7809
Text Example
Text Example
White with #5E7809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7809; }
p { color: rgb(94,120,9); }
H1.HeaderClassName
{
color: #5E7809;
}
.AnyTagClassName
{
color: #5E7809;
}
</style>
background-color css
<style>
a { background-color: #5E7809; }
a { background-color: rgb(94,120,9); }
div.DivClassName
{
background-color: #5E7809;
}
.BgClassName
{
background-color: #5E7809;
}
</style>
border-color css
<style>
span { border-color: #5E7809; }
span { border-color: rgb(94,120,9); }
td.TdClassName
{
border-color: #5E7809;
}
.TagClassName
{
border-color: #5E7809;
}
</style>