Shades of Fiji Green #5E7608
Tints of Fiji Green #5E7608
RGB
CMYK
RGB Variations
Color information
#5E7608 (or 0x5E7608) is known color: Fiji Green. HEX triplet: 5E, 76 and 08. RGB value is (94,118,8). Sum of RGB (Red+Green+Blue) = 94+118+8=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7608 is #A189F7. Grayscale: #626262. Windows color (decimal): -10586616 or 554590. OLE color: 554590.
HSL color Cylindrical-coordinate representation of color #5E7608: hue angle of 73.09º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E7608 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 8 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.54 |
| HSL | 73.09º | 0.87% | 0.25% | - |
| HSV(B) | 73.09º | 0.93% | 0.46% | - |
| XYZ | 11.14 | 15.35 | 2.61 | - |
| YUV | 98.28 | 77.05 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 8 | 0.20 | 0 | 0.93 | 0.54 | 73.09 | 0.87 | 0.25 |
| Hex | 5E | 76 | 8 | 14 | 0 | 5D | 36 | 49 | 57 | 19 |
| Octal | 136 | 166 | 10 | 24 | 0 | 135 | 66 | 111 | 127 | 31 |
| Binary | 1011110 | 1110110 | 1000 | 10100 | 0 | 1011101 | 110110 | 1001001 | 1010111 | 11001 |
Color Harmonies of #5E7608
Complementary color
Monochromatic Colors of #5E7608
Black with #5E7608
Text Example
Text Example
White with #5E7608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7608; }
p { color: rgb(94,118,8); }
H1.HeaderClassName
{
color: #5E7608;
}
.AnyTagClassName
{
color: #5E7608;
}
</style>
background-color css
<style>
a { background-color: #5E7608; }
a { background-color: rgb(94,118,8); }
div.DivClassName
{
background-color: #5E7608;
}
.BgClassName
{
background-color: #5E7608;
}
</style>
border-color css
<style>
span { border-color: #5E7608; }
span { border-color: rgb(94,118,8); }
td.TdClassName
{
border-color: #5E7608;
}
.TagClassName
{
border-color: #5E7608;
}
</style>