Shades of Fiji Green #5E7708
Tints of Fiji Green #5E7708
RGB
CMYK
RGB Variations
Color information
#5E7708 (or 0x5E7708) is known color: Fiji Green. HEX triplet: 5E, 77 and 08. RGB value is (94,119,8). Sum of RGB (Red+Green+Blue) = 94+119+8=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7708 is #A188F7. Grayscale: #636363. Windows color (decimal): -10586360 or 554846. OLE color: 554846.
HSL color Cylindrical-coordinate representation of color #5E7708: hue angle of 73.51º degrees, saturation: 0.87, 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 #5E7708 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 8 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.53 |
| HSL | 73.51º | 0.87% | 0.25% | - |
| HSV(B) | 73.51º | 0.93% | 0.47% | - |
| XYZ | 11.26 | 15.59 | 2.65 | - |
| YUV | 98.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 8 | 0.21 | 0 | 0.93 | 0.53 | 73.51 | 0.87 | 0.25 |
| Hex | 5E | 77 | 8 | 15 | 0 | 5D | 35 | 4A | 57 | 19 |
| Octal | 136 | 167 | 10 | 25 | 0 | 135 | 65 | 112 | 127 | 31 |
| Binary | 1011110 | 1110111 | 1000 | 10101 | 0 | 1011101 | 110101 | 1001010 | 1010111 | 11001 |
Color Harmonies of #5E7708
Complementary color
Monochromatic Colors of #5E7708
Black with #5E7708
Text Example
Text Example
White with #5E7708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7708; }
p { color: rgb(94,119,8); }
H1.HeaderClassName
{
color: #5E7708;
}
.AnyTagClassName
{
color: #5E7708;
}
</style>
background-color css
<style>
a { background-color: #5E7708; }
a { background-color: rgb(94,119,8); }
div.DivClassName
{
background-color: #5E7708;
}
.BgClassName
{
background-color: #5E7708;
}
</style>
border-color css
<style>
span { border-color: #5E7708; }
span { border-color: rgb(94,119,8); }
td.TdClassName
{
border-color: #5E7708;
}
.TagClassName
{
border-color: #5E7708;
}
</style>