Shades of Fiji Green #5E6011
Tints of Fiji Green #5E6011
RGB
CMYK
RGB Variations
Color information
#5E6011 (or 0x5E6011) is known color: Fiji Green. HEX triplet: 5E, 60 and 11. RGB value is (94,96,17). Sum of RGB (Red+Green+Blue) = 94+96+17=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6011 is #A19FEE. Grayscale: #565656. Windows color (decimal): -10592239 or 1138782. OLE color: 1138782.
HSL color Cylindrical-coordinate representation of color #5E6011: hue angle of 61.52º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E6011 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 96 | 17 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.62 |
| HSL | 61.52º | 0.7% | 0.22% | - |
| HSV(B) | 61.52º | 0.82% | 0.38% | - |
| XYZ | 8.9 | 10.79 | 2.14 | - |
| YUV | 86.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 17 | 0.02 | 0 | 0.82 | 0.62 | 61.52 | 0.7 | 0.22 |
| Hex | 5E | 60 | 11 | 2 | 0 | 52 | 3E | 3E | 46 | 16 |
| Octal | 136 | 140 | 21 | 2 | 0 | 122 | 76 | 76 | 106 | 26 |
| Binary | 1011110 | 1100000 | 10001 | 10 | 0 | 1010010 | 111110 | 111110 | 1000110 | 10110 |
Color Harmonies of #5E6011
Complementary color
Monochromatic Colors of #5E6011
Black with #5E6011
Text Example
Text Example
White with #5E6011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6011; }
p { color: rgb(94,96,17); }
H1.HeaderClassName
{
color: #5E6011;
}
.AnyTagClassName
{
color: #5E6011;
}
</style>
background-color css
<style>
a { background-color: #5E6011; }
a { background-color: rgb(94,96,17); }
div.DivClassName
{
background-color: #5E6011;
}
.BgClassName
{
background-color: #5E6011;
}
</style>
border-color css
<style>
span { border-color: #5E6011; }
span { border-color: rgb(94,96,17); }
td.TdClassName
{
border-color: #5E6011;
}
.TagClassName
{
border-color: #5E6011;
}
</style>