Shades of Fiji Green #5F710F
Tints of Fiji Green #5F710F
RGB
CMYK
RGB Variations
Color information
#5F710F (or 0x5F710F) is known color: Fiji Green. HEX triplet: 5F, 71 and 0F. RGB value is (95,113,15). Sum of RGB (Red+Green+Blue) = 95+113+15=223 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.60% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #5F710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F710F is #A08EF0. Grayscale: #606060. Windows color (decimal): -10522353 or 1012063. OLE color: 1012063.
HSL color Cylindrical-coordinate representation of color #5F710F: hue angle of 71.02º 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 #5F710F is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 15 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.56 |
| HSL | 71.02º | 0.77% | 0.25% | - |
| HSV(B) | 71.02º | 0.87% | 0.44% | - |
| XYZ | 10.71 | 14.28 | 2.64 | - |
| YUV | 96.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 15 | 0.16 | 0 | 0.87 | 0.56 | 71.02 | 0.77 | 0.25 |
| Hex | 5F | 71 | F | 10 | 0 | 57 | 38 | 47 | 4D | 19 |
| Octal | 137 | 161 | 17 | 20 | 0 | 127 | 70 | 107 | 115 | 31 |
| Binary | 1011111 | 1110001 | 1111 | 10000 | 0 | 1010111 | 111000 | 1000111 | 1001101 | 11001 |
Color Harmonies of #5F710F
Complementary color
Monochromatic Colors of #5F710F
Black with #5F710F
Text Example
Text Example
White with #5F710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F710F; }
p { color: rgb(95,113,15); }
H1.HeaderClassName
{
color: #5F710F;
}
.AnyTagClassName
{
color: #5F710F;
}
</style>
background-color css
<style>
a { background-color: #5F710F; }
a { background-color: rgb(95,113,15); }
div.DivClassName
{
background-color: #5F710F;
}
.BgClassName
{
background-color: #5F710F;
}
</style>
border-color css
<style>
span { border-color: #5F710F; }
span { border-color: rgb(95,113,15); }
td.TdClassName
{
border-color: #5F710F;
}
.TagClassName
{
border-color: #5F710F;
}
</style>