Shades of Fiji Green #5E6A11
Tints of Fiji Green #5E6A11
RGB
CMYK
RGB Variations
Color information
#5E6A11 (or 0x5E6A11) is known color: Fiji Green. HEX triplet: 5E, 6A and 11. RGB value is (94,106,17). Sum of RGB (Red+Green+Blue) = 94+106+17=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6A11 is #A195EE. Grayscale: #5C5C5C. Windows color (decimal): -10589679 or 1141342. OLE color: 1141342.
HSL color Cylindrical-coordinate representation of color #5E6A11: hue angle of 68.09º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E6A11 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 106 | 17 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.58 |
| HSL | 68.09º | 0.72% | 0.24% | - |
| HSV(B) | 68.09º | 0.84% | 0.42% | - |
| XYZ | 9.87 | 12.73 | 2.47 | - |
| YUV | 92.27 | 85.52 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 106 | 17 | 0.11 | 0 | 0.84 | 0.58 | 68.09 | 0.72 | 0.24 |
| Hex | 5E | 6A | 11 | B | 0 | 54 | 3A | 44 | 48 | 18 |
| Octal | 136 | 152 | 21 | 13 | 0 | 124 | 72 | 104 | 110 | 30 |
| Binary | 1011110 | 1101010 | 10001 | 1011 | 0 | 1010100 | 111010 | 1000100 | 1001000 | 11000 |
Color Harmonies of #5E6A11
Complementary color
Monochromatic Colors of #5E6A11
Black with #5E6A11
Text Example
Text Example
White with #5E6A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6A11; }
p { color: rgb(94,106,17); }
H1.HeaderClassName
{
color: #5E6A11;
}
.AnyTagClassName
{
color: #5E6A11;
}
</style>
background-color css
<style>
a { background-color: #5E6A11; }
a { background-color: rgb(94,106,17); }
div.DivClassName
{
background-color: #5E6A11;
}
.BgClassName
{
background-color: #5E6A11;
}
</style>
border-color css
<style>
span { border-color: #5E6A11; }
span { border-color: rgb(94,106,17); }
td.TdClassName
{
border-color: #5E6A11;
}
.TagClassName
{
border-color: #5E6A11;
}
</style>