Shades of Fiji Green #59770D
Tints of Fiji Green #59770D
RGB
CMYK
RGB Variations
Color information
#59770D (or 0x59770D) is known color: Fiji Green. HEX triplet: 59, 77 and 0D. RGB value is (89,119,13). Sum of RGB (Red+Green+Blue) = 89+119+13=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #59770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59770D is #A688F2. Grayscale: #626262. Windows color (decimal): -10914035 or 882521. OLE color: 882521.
HSL color Cylindrical-coordinate representation of color #59770D: hue angle of 76.98º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59770D is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 119 | 13 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.53 |
| HSL | 76.98º | 0.8% | 0.26% | - |
| HSV(B) | 76.98º | 0.89% | 0.47% | - |
| XYZ | 10.79 | 15.35 | 2.77 | - |
| YUV | 97.95 | 80.06 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 119 | 13 | 0.25 | 0 | 0.89 | 0.53 | 76.98 | 0.8 | 0.26 |
| Hex | 59 | 77 | D | 19 | 0 | 59 | 35 | 4D | 50 | 1A |
| Octal | 131 | 167 | 15 | 31 | 0 | 131 | 65 | 115 | 120 | 32 |
| Binary | 1011001 | 1110111 | 1101 | 11001 | 0 | 1011001 | 110101 | 1001101 | 1010000 | 11010 |
Color Harmonies of #59770D
Complementary color
Monochromatic Colors of #59770D
Black with #59770D
Text Example
Text Example
White with #59770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59770D; }
p { color: rgb(89,119,13); }
H1.HeaderClassName
{
color: #59770D;
}
.AnyTagClassName
{
color: #59770D;
}
</style>
background-color css
<style>
a { background-color: #59770D; }
a { background-color: rgb(89,119,13); }
div.DivClassName
{
background-color: #59770D;
}
.BgClassName
{
background-color: #59770D;
}
</style>
border-color css
<style>
span { border-color: #59770D; }
span { border-color: rgb(89,119,13); }
td.TdClassName
{
border-color: #59770D;
}
.TagClassName
{
border-color: #59770D;
}
</style>