Shades of Fiji Green #5E710F
Tints of Fiji Green #5E710F
RGB
CMYK
RGB Variations
Color information
#5E710F (or 0x5E710F) is known color: Fiji Green. HEX triplet: 5E, 71 and 0F. RGB value is (94,113,15). Sum of RGB (Red+Green+Blue) = 94+113+15=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #5E710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E710F is #A18EF0. Grayscale: #606060. Windows color (decimal): -10587889 or 1012062. OLE color: 1012062.
HSL color Cylindrical-coordinate representation of color #5E710F: hue angle of 71.63º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E710F is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 113 | 15 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.56 |
| HSL | 71.63º | 0.77% | 0.25% | - |
| HSV(B) | 71.63º | 0.87% | 0.44% | - |
| XYZ | 10.61 | 14.22 | 2.64 | - |
| YUV | 96.15 | 82.21 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 15 | 0.17 | 0 | 0.87 | 0.56 | 71.63 | 0.77 | 0.25 |
| Hex | 5E | 71 | F | 11 | 0 | 57 | 38 | 48 | 4D | 19 |
| Octal | 136 | 161 | 17 | 21 | 0 | 127 | 70 | 110 | 115 | 31 |
| Binary | 1011110 | 1110001 | 1111 | 10001 | 0 | 1010111 | 111000 | 1001000 | 1001101 | 11001 |
Color Harmonies of #5E710F
Complementary color
Monochromatic Colors of #5E710F
Black with #5E710F
Text Example
Text Example
White with #5E710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E710F; }
p { color: rgb(94,113,15); }
H1.HeaderClassName
{
color: #5E710F;
}
.AnyTagClassName
{
color: #5E710F;
}
</style>
background-color css
<style>
a { background-color: #5E710F; }
a { background-color: rgb(94,113,15); }
div.DivClassName
{
background-color: #5E710F;
}
.BgClassName
{
background-color: #5E710F;
}
</style>
border-color css
<style>
span { border-color: #5E710F; }
span { border-color: rgb(94,113,15); }
td.TdClassName
{
border-color: #5E710F;
}
.TagClassName
{
border-color: #5E710F;
}
</style>