Shades of Fiji Green #5F710C
Tints of Fiji Green #5F710C
RGB
CMYK
RGB Variations
Color information
#5F710C (or 0x5F710C) is known color: Fiji Green. HEX triplet: 5F, 71 and 0C. RGB value is (95,113,12). Sum of RGB (Red+Green+Blue) = 95+113+12=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #5F710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F710C is #A08EF3. Grayscale: #606060. Windows color (decimal): -10522356 or 815455. OLE color: 815455.
HSL color Cylindrical-coordinate representation of color #5F710C: hue angle of 70.69º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F710C is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 12 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.56 |
| HSL | 70.69º | 0.81% | 0.25% | - |
| HSV(B) | 70.69º | 0.89% | 0.44% | - |
| XYZ | 10.69 | 14.27 | 2.54 | - |
| YUV | 96.1 | 80.54 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 12 | 0.16 | 0 | 0.89 | 0.56 | 70.69 | 0.81 | 0.25 |
| Hex | 5F | 71 | C | 10 | 0 | 59 | 38 | 47 | 51 | 19 |
| Octal | 137 | 161 | 14 | 20 | 0 | 131 | 70 | 107 | 121 | 31 |
| Binary | 1011111 | 1110001 | 1100 | 10000 | 0 | 1011001 | 111000 | 1000111 | 1010001 | 11001 |
Color Harmonies of #5F710C
Complementary color
Monochromatic Colors of #5F710C
Black with #5F710C
Text Example
Text Example
White with #5F710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F710C; }
p { color: rgb(95,113,12); }
H1.HeaderClassName
{
color: #5F710C;
}
.AnyTagClassName
{
color: #5F710C;
}
</style>
background-color css
<style>
a { background-color: #5F710C; }
a { background-color: rgb(95,113,12); }
div.DivClassName
{
background-color: #5F710C;
}
.BgClassName
{
background-color: #5F710C;
}
</style>
border-color css
<style>
span { border-color: #5F710C; }
span { border-color: rgb(95,113,12); }
td.TdClassName
{
border-color: #5F710C;
}
.TagClassName
{
border-color: #5F710C;
}
</style>