Shades of Fiji Green #5E6411
Tints of Fiji Green #5E6411
RGB
CMYK
RGB Variations
Color information
#5E6411 (or 0x5E6411) is known color: Fiji Green. HEX triplet: 5E, 64 and 11. RGB value is (94,100,17). Sum of RGB (Red+Green+Blue) = 94+100+17=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6411 is #A19BEE. Grayscale: #595959. Windows color (decimal): -10591215 or 1139806. OLE color: 1139806.
HSL color Cylindrical-coordinate representation of color #5E6411: hue angle of 64.34º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E6411 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 100 | 17 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.61 |
| HSL | 64.34º | 0.71% | 0.23% | - |
| HSV(B) | 64.34º | 0.83% | 0.39% | - |
| XYZ | 9.27 | 11.53 | 2.27 | - |
| YUV | 88.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 17 | 0.06 | 0 | 0.83 | 0.61 | 64.34 | 0.71 | 0.23 |
| Hex | 5E | 64 | 11 | 6 | 0 | 53 | 3D | 40 | 47 | 17 |
| Octal | 136 | 144 | 21 | 6 | 0 | 123 | 75 | 100 | 107 | 27 |
| Binary | 1011110 | 1100100 | 10001 | 110 | 0 | 1010011 | 111101 | 1000000 | 1000111 | 10111 |
Color Harmonies of #5E6411
Complementary color
Monochromatic Colors of #5E6411
Black with #5E6411
Text Example
Text Example
White with #5E6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6411; }
p { color: rgb(94,100,17); }
H1.HeaderClassName
{
color: #5E6411;
}
.AnyTagClassName
{
color: #5E6411;
}
</style>
background-color css
<style>
a { background-color: #5E6411; }
a { background-color: rgb(94,100,17); }
div.DivClassName
{
background-color: #5E6411;
}
.BgClassName
{
background-color: #5E6411;
}
</style>
border-color css
<style>
span { border-color: #5E6411; }
span { border-color: rgb(94,100,17); }
td.TdClassName
{
border-color: #5E6411;
}
.TagClassName
{
border-color: #5E6411;
}
</style>