Shades of Fiji Green #5E7F11
Tints of Fiji Green #5E7F11
RGB
CMYK
RGB Variations
Color information
#5E7F11 (or 0x5E7F11) is known color: Fiji Green. HEX triplet: 5E, 7F and 11. RGB value is (94,127,17). Sum of RGB (Red+Green+Blue) = 94+127+17=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #5E7F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7F11 is #A180EE. Grayscale: #696969. Windows color (decimal): -10584303 or 1146718. OLE color: 1146718.
HSL color Cylindrical-coordinate representation of color #5E7F11: hue angle of 78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E7F11 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 127 | 17 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.50 |
| HSL | 78º | 0.76% | 0.28% | - |
| HSV(B) | 78º | 0.87% | 0.5% | - |
| XYZ | 12.31 | 17.6 | 3.28 | - |
| YUV | 104.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 127 | 17 | 0.26 | 0 | 0.87 | 0.50 | 78 | 0.76 | 0.28 |
| Hex | 5E | 7F | 11 | 1A | 0 | 57 | 32 | 4E | 4C | 1C |
| Octal | 136 | 177 | 21 | 32 | 0 | 127 | 62 | 116 | 114 | 34 |
| Binary | 1011110 | 1111111 | 10001 | 11010 | 0 | 1010111 | 110010 | 1001110 | 1001100 | 11100 |
Color Harmonies of #5E7F11
Complementary color
Monochromatic Colors of #5E7F11
Black with #5E7F11
Text Example
Text Example
White with #5E7F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7F11; }
p { color: rgb(94,127,17); }
H1.HeaderClassName
{
color: #5E7F11;
}
.AnyTagClassName
{
color: #5E7F11;
}
</style>
background-color css
<style>
a { background-color: #5E7F11; }
a { background-color: rgb(94,127,17); }
div.DivClassName
{
background-color: #5E7F11;
}
.BgClassName
{
background-color: #5E7F11;
}
</style>
border-color css
<style>
span { border-color: #5E7F11; }
span { border-color: rgb(94,127,17); }
td.TdClassName
{
border-color: #5E7F11;
}
.TagClassName
{
border-color: #5E7F11;
}
</style>