Shades of Fiji Green #5E7911
Tints of Fiji Green #5E7911
RGB
CMYK
RGB Variations
Color information
#5E7911 (or 0x5E7911) is known color: Fiji Green. HEX triplet: 5E, 79 and 11. RGB value is (94,121,17). Sum of RGB (Red+Green+Blue) = 94+121+17=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7911 is #A186EE. Grayscale: #656565. Windows color (decimal): -10585839 or 1145182. OLE color: 1145182.
HSL color Cylindrical-coordinate representation of color #5E7911: hue angle of 75.58º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E7911 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 17 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.53 |
| HSL | 75.58º | 0.75% | 0.27% | - |
| HSV(B) | 75.58º | 0.86% | 0.47% | - |
| XYZ | 11.55 | 16.09 | 3.03 | - |
| YUV | 101.07 | 80.55 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 17 | 0.22 | 0 | 0.86 | 0.53 | 75.58 | 0.75 | 0.27 |
| Hex | 5E | 79 | 11 | 16 | 0 | 56 | 35 | 4C | 4B | 1B |
| Octal | 136 | 171 | 21 | 26 | 0 | 126 | 65 | 114 | 113 | 33 |
| Binary | 1011110 | 1111001 | 10001 | 10110 | 0 | 1010110 | 110101 | 1001100 | 1001011 | 11011 |
Color Harmonies of #5E7911
Complementary color
Monochromatic Colors of #5E7911
Black with #5E7911
Text Example
Text Example
White with #5E7911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7911; }
p { color: rgb(94,121,17); }
H1.HeaderClassName
{
color: #5E7911;
}
.AnyTagClassName
{
color: #5E7911;
}
</style>
background-color css
<style>
a { background-color: #5E7911; }
a { background-color: rgb(94,121,17); }
div.DivClassName
{
background-color: #5E7911;
}
.BgClassName
{
background-color: #5E7911;
}
</style>
border-color css
<style>
span { border-color: #5E7911; }
span { border-color: rgb(94,121,17); }
td.TdClassName
{
border-color: #5E7911;
}
.TagClassName
{
border-color: #5E7911;
}
</style>