Shades of Fiji Green #59690D
Tints of Fiji Green #59690D
RGB
CMYK
RGB Variations
Color information
#59690D (or 0x59690D) is known color: Fiji Green. HEX triplet: 59, 69 and 0D. RGB value is (89,105,13). Sum of RGB (Red+Green+Blue) = 89+105+13=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #59690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59690D is #A696F2. Grayscale: #5A5A5A. Windows color (decimal): -10917619 or 878937. OLE color: 878937.
HSL color Cylindrical-coordinate representation of color #59690D: hue angle of 70.43º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59690D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 105 | 13 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.59 |
| HSL | 70.43º | 0.78% | 0.23% | - |
| HSV(B) | 70.43º | 0.88% | 0.41% | - |
| XYZ | 9.24 | 12.26 | 2.26 | - |
| YUV | 89.73 | 84.7 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 13 | 0.15 | 0 | 0.88 | 0.59 | 70.43 | 0.78 | 0.23 |
| Hex | 59 | 69 | D | F | 0 | 58 | 3B | 46 | 4E | 17 |
| Octal | 131 | 151 | 15 | 17 | 0 | 130 | 73 | 106 | 116 | 27 |
| Binary | 1011001 | 1101001 | 1101 | 1111 | 0 | 1011000 | 111011 | 1000110 | 1001110 | 10111 |
Color Harmonies of #59690D
Complementary color
Monochromatic Colors of #59690D
Black with #59690D
Text Example
Text Example
White with #59690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59690D; }
p { color: rgb(89,105,13); }
H1.HeaderClassName
{
color: #59690D;
}
.AnyTagClassName
{
color: #59690D;
}
</style>
background-color css
<style>
a { background-color: #59690D; }
a { background-color: rgb(89,105,13); }
div.DivClassName
{
background-color: #59690D;
}
.BgClassName
{
background-color: #59690D;
}
</style>
border-color css
<style>
span { border-color: #59690D; }
span { border-color: rgb(89,105,13); }
td.TdClassName
{
border-color: #59690D;
}
.TagClassName
{
border-color: #59690D;
}
</style>