Shades of Fiji Green #5E7D08
Tints of Fiji Green #5E7D08
RGB
CMYK
RGB Variations
Color information
#5E7D08 (or 0x5E7D08) is known color: Fiji Green. HEX triplet: 5E, 7D and 08. RGB value is (94,125,8). Sum of RGB (Red+Green+Blue) = 94+125+8=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #5E7D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7D08 is #A182F7. Grayscale: #666666. Windows color (decimal): -10584824 or 556382. OLE color: 556382.
HSL color Cylindrical-coordinate representation of color #5E7D08: hue angle of 75.9º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E7D08 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 125 | 8 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.51 |
| HSL | 75.9º | 0.88% | 0.26% | - |
| HSV(B) | 75.9º | 0.94% | 0.49% | - |
| XYZ | 11.99 | 17.06 | 2.89 | - |
| YUV | 102.39 | 74.73 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 125 | 8 | 0.25 | 0 | 0.94 | 0.51 | 75.9 | 0.88 | 0.26 |
| Hex | 5E | 7D | 8 | 19 | 0 | 5E | 33 | 4C | 58 | 1A |
| Octal | 136 | 175 | 10 | 31 | 0 | 136 | 63 | 114 | 130 | 32 |
| Binary | 1011110 | 1111101 | 1000 | 11001 | 0 | 1011110 | 110011 | 1001100 | 1011000 | 11010 |
Color Harmonies of #5E7D08
Complementary color
Monochromatic Colors of #5E7D08
Black with #5E7D08
Text Example
Text Example
White with #5E7D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7D08; }
p { color: rgb(94,125,8); }
H1.HeaderClassName
{
color: #5E7D08;
}
.AnyTagClassName
{
color: #5E7D08;
}
</style>
background-color css
<style>
a { background-color: #5E7D08; }
a { background-color: rgb(94,125,8); }
div.DivClassName
{
background-color: #5E7D08;
}
.BgClassName
{
background-color: #5E7D08;
}
</style>
border-color css
<style>
span { border-color: #5E7D08; }
span { border-color: rgb(94,125,8); }
td.TdClassName
{
border-color: #5E7D08;
}
.TagClassName
{
border-color: #5E7D08;
}
</style>