Shades of Fiji Green #59660A
Tints of Fiji Green #59660A
RGB
CMYK
RGB Variations
Color information
#59660A (or 0x59660A) is known color: Fiji Green. HEX triplet: 59, 66 and 0A. RGB value is (89,102,10). Sum of RGB (Red+Green+Blue) = 89+102+10=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #59660A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59660A is #A699F5. Grayscale: #575757. Windows color (decimal): -10918390 or 681561. OLE color: 681561.
HSL color Cylindrical-coordinate representation of color #59660A: hue angle of 68.48º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59660A is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 102 | 10 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.6 |
| HSL | 68.48º | 0.82% | 0.22% | - |
| HSV(B) | 68.48º | 0.9% | 0.4% | - |
| XYZ | 8.93 | 11.65 | 2.07 | - |
| YUV | 87.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 10 | 0.13 | 0 | 0.90 | 0.6 | 68.48 | 0.82 | 0.22 |
| Hex | 59 | 66 | A | D | 0 | 5A | 3C | 44 | 52 | 16 |
| Octal | 131 | 146 | 12 | 15 | 0 | 132 | 74 | 104 | 122 | 26 |
| Binary | 1011001 | 1100110 | 1010 | 1101 | 0 | 1011010 | 111100 | 1000100 | 1010010 | 10110 |
Color Harmonies of #59660A
Complementary color
Monochromatic Colors of #59660A
Black with #59660A
Text Example
Text Example
White with #59660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59660A; }
p { color: rgb(89,102,10); }
H1.HeaderClassName
{
color: #59660A;
}
.AnyTagClassName
{
color: #59660A;
}
</style>
background-color css
<style>
a { background-color: #59660A; }
a { background-color: rgb(89,102,10); }
div.DivClassName
{
background-color: #59660A;
}
.BgClassName
{
background-color: #59660A;
}
</style>
border-color css
<style>
span { border-color: #59660A; }
span { border-color: rgb(89,102,10); }
td.TdClassName
{
border-color: #59660A;
}
.TagClassName
{
border-color: #59660A;
}
</style>