Shades of Fiji Green #5E7011
Tints of Fiji Green #5E7011
RGB
CMYK
RGB Variations
Color information
#5E7011 (or 0x5E7011) is known color: Fiji Green. HEX triplet: 5E, 70 and 11. RGB value is (94,112,17). Sum of RGB (Red+Green+Blue) = 94+112+17=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7011 is #A18FEE. Grayscale: #606060. Windows color (decimal): -10588143 or 1142878. OLE color: 1142878.
HSL color Cylindrical-coordinate representation of color #5E7011: hue angle of 71.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E7011 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 17 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.56 |
| HSL | 71.37º | 0.74% | 0.25% | - |
| HSV(B) | 71.37º | 0.85% | 0.44% | - |
| XYZ | 10.51 | 14.01 | 2.68 | - |
| YUV | 95.79 | 83.54 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 17 | 0.16 | 0 | 0.85 | 0.56 | 71.37 | 0.74 | 0.25 |
| Hex | 5E | 70 | 11 | 10 | 0 | 55 | 38 | 47 | 4A | 19 |
| Octal | 136 | 160 | 21 | 20 | 0 | 125 | 70 | 107 | 112 | 31 |
| Binary | 1011110 | 1110000 | 10001 | 10000 | 0 | 1010101 | 111000 | 1000111 | 1001010 | 11001 |
Color Harmonies of #5E7011
Complementary color
Monochromatic Colors of #5E7011
Black with #5E7011
Text Example
Text Example
White with #5E7011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7011; }
p { color: rgb(94,112,17); }
H1.HeaderClassName
{
color: #5E7011;
}
.AnyTagClassName
{
color: #5E7011;
}
</style>
background-color css
<style>
a { background-color: #5E7011; }
a { background-color: rgb(94,112,17); }
div.DivClassName
{
background-color: #5E7011;
}
.BgClassName
{
background-color: #5E7011;
}
</style>
border-color css
<style>
span { border-color: #5E7011; }
span { border-color: rgb(94,112,17); }
td.TdClassName
{
border-color: #5E7011;
}
.TagClassName
{
border-color: #5E7011;
}
</style>