Shades of Hippie Green #599155
Tints of Hippie Green #599155
RGB
CMYK
RGB Variations
Color information
#599155 (or 0x599155) is known color: Hippie Green. HEX triplet: 59, 91 and 55. RGB value is (89,145,85). Sum of RGB (Red+Green+Blue) = 89+145+85=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #599155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599155 is #A66EAA. Grayscale: #797979. Windows color (decimal): -10907307 or 5607769. OLE color: 5607769.
HSL color Cylindrical-coordinate representation of color #599155: hue angle of 116º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599155 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 145 | 85 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.43 |
| HSL | 116º | 0.26% | 0.45% | - |
| HSV(B) | 116º | 0.41% | 0.57% | - |
| XYZ | 15.88 | 23.03 | 12.2 | - |
| YUV | 121.42 | 107.45 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 85 | 0.39 | 0 | 0.41 | 0.43 | 116 | 0.26 | 0.45 |
| Hex | 59 | 91 | 55 | 27 | 0 | 29 | 2B | 74 | 1A | 2D |
| Octal | 131 | 221 | 125 | 47 | 0 | 51 | 53 | 164 | 32 | 55 |
| Binary | 1011001 | 10010001 | 1010101 | 100111 | 0 | 101001 | 101011 | 1110100 | 11010 | 101101 |
Color Harmonies of #599155
Complementary color
Monochromatic Colors of #599155
Black with #599155
Text Example
Text Example
White with #599155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599155; }
p { color: rgb(89,145,85); }
H1.HeaderClassName
{
color: #599155;
}
.AnyTagClassName
{
color: #599155;
}
</style>
background-color css
<style>
a { background-color: #599155; }
a { background-color: rgb(89,145,85); }
div.DivClassName
{
background-color: #599155;
}
.BgClassName
{
background-color: #599155;
}
</style>
border-color css
<style>
span { border-color: #599155; }
span { border-color: rgb(89,145,85); }
td.TdClassName
{
border-color: #599155;
}
.TagClassName
{
border-color: #599155;
}
</style>