Shades of Fiji Green #5E710E
Tints of Fiji Green #5E710E
RGB
CMYK
RGB Variations
Color information
#5E710E (or 0x5E710E) is known color: Fiji Green. HEX triplet: 5E, 71 and 0E. RGB value is (94,113,14). Sum of RGB (Red+Green+Blue) = 94+113+14=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #5E710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E710E is #A18EF1. Grayscale: #606060. Windows color (decimal): -10587890 or 946526. OLE color: 946526.
HSL color Cylindrical-coordinate representation of color #5E710E: hue angle of 71.52º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E710E is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 113 | 14 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.56 |
| HSL | 71.52º | 0.78% | 0.25% | - |
| HSV(B) | 71.52º | 0.88% | 0.44% | - |
| XYZ | 10.6 | 14.22 | 2.6 | - |
| YUV | 96.03 | 81.71 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 14 | 0.17 | 0 | 0.88 | 0.56 | 71.52 | 0.78 | 0.25 |
| Hex | 5E | 71 | E | 11 | 0 | 58 | 38 | 48 | 4E | 19 |
| Octal | 136 | 161 | 16 | 21 | 0 | 130 | 70 | 110 | 116 | 31 |
| Binary | 1011110 | 1110001 | 1110 | 10001 | 0 | 1011000 | 111000 | 1001000 | 1001110 | 11001 |
Color Harmonies of #5E710E
Complementary color
Monochromatic Colors of #5E710E
Black with #5E710E
Text Example
Text Example
White with #5E710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E710E; }
p { color: rgb(94,113,14); }
H1.HeaderClassName
{
color: #5E710E;
}
.AnyTagClassName
{
color: #5E710E;
}
</style>
background-color css
<style>
a { background-color: #5E710E; }
a { background-color: rgb(94,113,14); }
div.DivClassName
{
background-color: #5E710E;
}
.BgClassName
{
background-color: #5E710E;
}
</style>
border-color css
<style>
span { border-color: #5E710E; }
span { border-color: rgb(94,113,14); }
td.TdClassName
{
border-color: #5E710E;
}
.TagClassName
{
border-color: #5E710E;
}
</style>