Shades of Fiji Green #59650F
Tints of Fiji Green #59650F
RGB
CMYK
RGB Variations
Color information
#59650F (or 0x59650F) is known color: Fiji Green. HEX triplet: 59, 65 and 0F. RGB value is (89,101,15). Sum of RGB (Red+Green+Blue) = 89+101+15=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #59650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59650F is #A69AF0. Grayscale: #575757. Windows color (decimal): -10918641 or 1008985. OLE color: 1008985.
HSL color Cylindrical-coordinate representation of color #59650F: hue angle of 68.37º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59650F is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 101 | 15 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.60 |
| HSL | 68.37º | 0.74% | 0.23% | - |
| HSV(B) | 68.37º | 0.85% | 0.4% | - |
| XYZ | 8.86 | 11.47 | 2.2 | - |
| YUV | 87.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 15 | 0.12 | 0 | 0.85 | 0.60 | 68.37 | 0.74 | 0.23 |
| Hex | 59 | 65 | F | C | 0 | 55 | 3C | 44 | 4A | 17 |
| Octal | 131 | 145 | 17 | 14 | 0 | 125 | 74 | 104 | 112 | 27 |
| Binary | 1011001 | 1100101 | 1111 | 1100 | 0 | 1010101 | 111100 | 1000100 | 1001010 | 10111 |
Color Harmonies of #59650F
Complementary color
Monochromatic Colors of #59650F
Black with #59650F
Text Example
Text Example
White with #59650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59650F; }
p { color: rgb(89,101,15); }
H1.HeaderClassName
{
color: #59650F;
}
.AnyTagClassName
{
color: #59650F;
}
</style>
background-color css
<style>
a { background-color: #59650F; }
a { background-color: rgb(89,101,15); }
div.DivClassName
{
background-color: #59650F;
}
.BgClassName
{
background-color: #59650F;
}
</style>
border-color css
<style>
span { border-color: #59650F; }
span { border-color: rgb(89,101,15); }
td.TdClassName
{
border-color: #59650F;
}
.TagClassName
{
border-color: #59650F;
}
</style>