Shades of Fiji Green #5E7112
Tints of Fiji Green #5E7112
RGB
CMYK
RGB Variations
Color information
#5E7112 (or 0x5E7112) is known color: Fiji Green. HEX triplet: 5E, 71 and 12. RGB value is (94,113,18). Sum of RGB (Red+Green+Blue) = 94+113+18=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7112 is #A18EED. Grayscale: #606060. Windows color (decimal): -10587886 or 1208670. OLE color: 1208670.
HSL color Cylindrical-coordinate representation of color #5E7112: hue angle of 72º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E7112 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 113 | 18 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.56 |
| HSL | 72º | 0.73% | 0.26% | - |
| HSV(B) | 72º | 0.84% | 0.44% | - |
| XYZ | 10.63 | 14.23 | 2.76 | - |
| YUV | 96.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 18 | 0.17 | 0 | 0.84 | 0.56 | 72 | 0.73 | 0.26 |
| Hex | 5E | 71 | 12 | 11 | 0 | 54 | 38 | 48 | 49 | 1A |
| Octal | 136 | 161 | 22 | 21 | 0 | 124 | 70 | 110 | 111 | 32 |
| Binary | 1011110 | 1110001 | 10010 | 10001 | 0 | 1010100 | 111000 | 1001000 | 1001001 | 11010 |
Color Harmonies of #5E7112
Complementary color
Monochromatic Colors of #5E7112
Black with #5E7112
Text Example
Text Example
White with #5E7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7112; }
p { color: rgb(94,113,18); }
H1.HeaderClassName
{
color: #5E7112;
}
.AnyTagClassName
{
color: #5E7112;
}
</style>
background-color css
<style>
a { background-color: #5E7112; }
a { background-color: rgb(94,113,18); }
div.DivClassName
{
background-color: #5E7112;
}
.BgClassName
{
background-color: #5E7112;
}
</style>
border-color css
<style>
span { border-color: #5E7112; }
span { border-color: rgb(94,113,18); }
td.TdClassName
{
border-color: #5E7112;
}
.TagClassName
{
border-color: #5E7112;
}
</style>