Shades of Fiji Green #5E8008
Tints of Fiji Green #5E8008
RGB
CMYK
RGB Variations
Color information
#5E8008 (or 0x5E8008) is known color: Fiji Green. HEX triplet: 5E, 80 and 08. RGB value is (94,128,8). Sum of RGB (Red+Green+Blue) = 94+128+8=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #5E8008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8008 is #A17FF7. Grayscale: #686868. Windows color (decimal): -10584056 or 557150. OLE color: 557150.
HSL color Cylindrical-coordinate representation of color #5E8008: hue angle of 77º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E8008 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 128 | 8 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.50 |
| HSL | 77º | 0.88% | 0.27% | - |
| HSV(B) | 77º | 0.94% | 0.5% | - |
| XYZ | 12.38 | 17.84 | 3.02 | - |
| YUV | 104.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 8 | 0.27 | 0 | 0.94 | 0.50 | 77 | 0.88 | 0.27 |
| Hex | 5E | 80 | 8 | 1B | 0 | 5E | 32 | 4D | 58 | 1B |
| Octal | 136 | 200 | 10 | 33 | 0 | 136 | 62 | 115 | 130 | 33 |
| Binary | 1011110 | 10000000 | 1000 | 11011 | 0 | 1011110 | 110010 | 1001101 | 1011000 | 11011 |
Color Harmonies of #5E8008
Complementary color
Monochromatic Colors of #5E8008
Black with #5E8008
Text Example
Text Example
White with #5E8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8008; }
p { color: rgb(94,128,8); }
H1.HeaderClassName
{
color: #5E8008;
}
.AnyTagClassName
{
color: #5E8008;
}
</style>
background-color css
<style>
a { background-color: #5E8008; }
a { background-color: rgb(94,128,8); }
div.DivClassName
{
background-color: #5E8008;
}
.BgClassName
{
background-color: #5E8008;
}
</style>
border-color css
<style>
span { border-color: #5E8008; }
span { border-color: rgb(94,128,8); }
td.TdClassName
{
border-color: #5E8008;
}
.TagClassName
{
border-color: #5E8008;
}
</style>