Shades of Fiji Green #5E6711
Tints of Fiji Green #5E6711
RGB
CMYK
RGB Variations
Color information
#5E6711 (or 0x5E6711) is known color: Fiji Green. HEX triplet: 5E, 67 and 11. RGB value is (94,103,17). Sum of RGB (Red+Green+Blue) = 94+103+17=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6711 is #A198EE. Grayscale: #5A5A5A. Windows color (decimal): -10590447 or 1140574. OLE color: 1140574.
HSL color Cylindrical-coordinate representation of color #5E6711: hue angle of 66.28º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E6711 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 17 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.60 |
| HSL | 66.28º | 0.72% | 0.24% | - |
| HSV(B) | 66.28º | 0.83% | 0.4% | - |
| XYZ | 9.57 | 12.12 | 2.37 | - |
| YUV | 90.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 17 | 0.09 | 0 | 0.83 | 0.60 | 66.28 | 0.72 | 0.24 |
| Hex | 5E | 67 | 11 | 9 | 0 | 53 | 3C | 42 | 48 | 18 |
| Octal | 136 | 147 | 21 | 11 | 0 | 123 | 74 | 102 | 110 | 30 |
| Binary | 1011110 | 1100111 | 10001 | 1001 | 0 | 1010011 | 111100 | 1000010 | 1001000 | 11000 |
Color Harmonies of #5E6711
Complementary color
Monochromatic Colors of #5E6711
Black with #5E6711
Text Example
Text Example
White with #5E6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6711; }
p { color: rgb(94,103,17); }
H1.HeaderClassName
{
color: #5E6711;
}
.AnyTagClassName
{
color: #5E6711;
}
</style>
background-color css
<style>
a { background-color: #5E6711; }
a { background-color: rgb(94,103,17); }
div.DivClassName
{
background-color: #5E6711;
}
.BgClassName
{
background-color: #5E6711;
}
</style>
border-color css
<style>
span { border-color: #5E6711; }
span { border-color: rgb(94,103,17); }
td.TdClassName
{
border-color: #5E6711;
}
.TagClassName
{
border-color: #5E6711;
}
</style>