Shades of Fiji Green #59620E
Tints of Fiji Green #59620E
RGB
CMYK
RGB Variations
Color information
#59620E (or 0x59620E) is known color: Fiji Green. HEX triplet: 59, 62 and 0E. RGB value is (89,98,14). Sum of RGB (Red+Green+Blue) = 89+98+14=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #59620E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59620E is #A69DF1. Grayscale: #565656. Windows color (decimal): -10919410 or 942681. OLE color: 942681.
HSL color Cylindrical-coordinate representation of color #59620E: hue angle of 66.43º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #59620E is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 98 | 14 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.62 |
| HSL | 66.43º | 0.75% | 0.22% | - |
| HSV(B) | 66.43º | 0.86% | 0.38% | - |
| XYZ | 8.57 | 10.89 | 2.07 | - |
| YUV | 85.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 14 | 0.09 | 0 | 0.86 | 0.62 | 66.43 | 0.75 | 0.22 |
| Hex | 59 | 62 | E | 9 | 0 | 56 | 3E | 42 | 4B | 16 |
| Octal | 131 | 142 | 16 | 11 | 0 | 126 | 76 | 102 | 113 | 26 |
| Binary | 1011001 | 1100010 | 1110 | 1001 | 0 | 1010110 | 111110 | 1000010 | 1001011 | 10110 |
Color Harmonies of #59620E
Complementary color
Monochromatic Colors of #59620E
Black with #59620E
Text Example
Text Example
White with #59620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59620E; }
p { color: rgb(89,98,14); }
H1.HeaderClassName
{
color: #59620E;
}
.AnyTagClassName
{
color: #59620E;
}
</style>
background-color css
<style>
a { background-color: #59620E; }
a { background-color: rgb(89,98,14); }
div.DivClassName
{
background-color: #59620E;
}
.BgClassName
{
background-color: #59620E;
}
</style>
border-color css
<style>
span { border-color: #59620E; }
span { border-color: rgb(89,98,14); }
td.TdClassName
{
border-color: #59620E;
}
.TagClassName
{
border-color: #59620E;
}
</style>