Shades of Hippie Green #599160
Tints of Hippie Green #599160
RGB
CMYK
RGB Variations
Color information
#599160 (or 0x599160) is known color: Hippie Green. HEX triplet: 59, 91 and 60. RGB value is (89,145,96). Sum of RGB (Red+Green+Blue) = 89+145+96=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #599160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599160 is #A66E9F. Grayscale: #7A7A7A. Windows color (decimal): -10907296 or 6328665. OLE color: 6328665.
HSL color Cylindrical-coordinate representation of color #599160: hue angle of 127.5º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599160 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 145 | 96 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.43 |
| HSL | 127.5º | 0.24% | 0.46% | - |
| HSV(B) | 127.5º | 0.39% | 0.57% | - |
| XYZ | 16.36 | 23.22 | 14.69 | - |
| YUV | 122.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 96 | 0.39 | 0 | 0.34 | 0.43 | 127.5 | 0.24 | 0.46 |
| Hex | 59 | 91 | 60 | 27 | 0 | 22 | 2B | 80 | 18 | 2E |
| Octal | 131 | 221 | 140 | 47 | 0 | 42 | 53 | 200 | 30 | 56 |
| Binary | 1011001 | 10010001 | 1100000 | 100111 | 0 | 100010 | 101011 | 10000000 | 11000 | 101110 |
Color Harmonies of #599160
Complementary color
Monochromatic Colors of #599160
Black with #599160
Text Example
Text Example
White with #599160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599160; }
p { color: rgb(89,145,96); }
H1.HeaderClassName
{
color: #599160;
}
.AnyTagClassName
{
color: #599160;
}
</style>
background-color css
<style>
a { background-color: #599160; }
a { background-color: rgb(89,145,96); }
div.DivClassName
{
background-color: #599160;
}
.BgClassName
{
background-color: #599160;
}
</style>
border-color css
<style>
span { border-color: #599160; }
span { border-color: rgb(89,145,96); }
td.TdClassName
{
border-color: #599160;
}
.TagClassName
{
border-color: #599160;
}
</style>