Shades of Fiji Green #59701D
Tints of Fiji Green #59701D
RGB
CMYK
RGB Variations
Color information
#59701D (or 0x59701D) is known color: Fiji Green. HEX triplet: 59, 70 and 1D. RGB value is (89,112,29). Sum of RGB (Red+Green+Blue) = 89+112+29=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #59701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59701D is #A68FE2. Grayscale: #5F5F5F. Windows color (decimal): -10915811 or 1929305. OLE color: 1929305.
HSL color Cylindrical-coordinate representation of color #59701D: hue angle of 76.63º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59701D is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 112 | 29 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.56 |
| HSL | 76.63º | 0.59% | 0.28% | - |
| HSV(B) | 76.63º | 0.74% | 0.44% | - |
| XYZ | 10.14 | 13.8 | 3.29 | - |
| YUV | 95.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 29 | 0.21 | 0 | 0.74 | 0.56 | 76.63 | 0.59 | 0.28 |
| Hex | 59 | 70 | 1D | 15 | 0 | 4A | 38 | 4D | 3B | 1C |
| Octal | 131 | 160 | 35 | 25 | 0 | 112 | 70 | 115 | 73 | 34 |
| Binary | 1011001 | 1110000 | 11101 | 10101 | 0 | 1001010 | 111000 | 1001101 | 111011 | 11100 |
Color Harmonies of #59701D
Complementary color
Monochromatic Colors of #59701D
Black with #59701D
Text Example
Text Example
White with #59701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59701D; }
p { color: rgb(89,112,29); }
H1.HeaderClassName
{
color: #59701D;
}
.AnyTagClassName
{
color: #59701D;
}
</style>
background-color css
<style>
a { background-color: #59701D; }
a { background-color: rgb(89,112,29); }
div.DivClassName
{
background-color: #59701D;
}
.BgClassName
{
background-color: #59701D;
}
</style>
border-color css
<style>
span { border-color: #59701D; }
span { border-color: rgb(89,112,29); }
td.TdClassName
{
border-color: #59701D;
}
.TagClassName
{
border-color: #59701D;
}
</style>