Shades of Fiji Green #59710D
Tints of Fiji Green #59710D
RGB
CMYK
RGB Variations
Color information
#59710D (or 0x59710D) is known color: Fiji Green. HEX triplet: 59, 71 and 0D. RGB value is (89,113,13). Sum of RGB (Red+Green+Blue) = 89+113+13=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #59710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59710D is #A68EF2. Grayscale: #5E5E5E. Windows color (decimal): -10915571 or 880985. OLE color: 880985.
HSL color Cylindrical-coordinate representation of color #59710D: hue angle of 74.4º degrees, saturation: 0.79, 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 #59710D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 113 | 13 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.56 |
| HSL | 74.4º | 0.79% | 0.25% | - |
| HSV(B) | 74.4º | 0.88% | 0.44% | - |
| XYZ | 10.1 | 13.96 | 2.54 | - |
| YUV | 94.42 | 82.05 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 13 | 0.21 | 0 | 0.88 | 0.56 | 74.4 | 0.79 | 0.25 |
| Hex | 59 | 71 | D | 15 | 0 | 58 | 38 | 4A | 4F | 19 |
| Octal | 131 | 161 | 15 | 25 | 0 | 130 | 70 | 112 | 117 | 31 |
| Binary | 1011001 | 1110001 | 1101 | 10101 | 0 | 1011000 | 111000 | 1001010 | 1001111 | 11001 |
Color Harmonies of #59710D
Complementary color
Monochromatic Colors of #59710D
Black with #59710D
Text Example
Text Example
White with #59710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59710D; }
p { color: rgb(89,113,13); }
H1.HeaderClassName
{
color: #59710D;
}
.AnyTagClassName
{
color: #59710D;
}
</style>
background-color css
<style>
a { background-color: #59710D; }
a { background-color: rgb(89,113,13); }
div.DivClassName
{
background-color: #59710D;
}
.BgClassName
{
background-color: #59710D;
}
</style>
border-color css
<style>
span { border-color: #59710D; }
span { border-color: rgb(89,113,13); }
td.TdClassName
{
border-color: #59710D;
}
.TagClassName
{
border-color: #59710D;
}
</style>