Shades of Hippie Green #599659
Tints of Hippie Green #599659
RGB
CMYK
RGB Variations
Color information
#599659 (or 0x599659) is known color: Hippie Green. HEX triplet: 59, 96 and 59. RGB value is (89,150,89). Sum of RGB (Red+Green+Blue) = 89+150+89=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #599659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599659 is #A669A6. Grayscale: #7C7C7C. Windows color (decimal): -10906023 or 5871193. OLE color: 5871193.
HSL color Cylindrical-coordinate representation of color #599659: hue angle of 120º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599659 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 150 | 89 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.41 |
| HSL | 120º | 0.26% | 0.47% | - |
| HSV(B) | 120º | 0.41% | 0.59% | - |
| XYZ | 16.83 | 24.66 | 13.32 | - |
| YUV | 124.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 150 | 89 | 0.41 | 0 | 0.41 | 0.41 | 120 | 0.26 | 0.47 |
| Hex | 59 | 96 | 59 | 29 | 0 | 29 | 29 | 78 | 1A | 2F |
| Octal | 131 | 226 | 131 | 51 | 0 | 51 | 51 | 170 | 32 | 57 |
| Binary | 1011001 | 10010110 | 1011001 | 101001 | 0 | 101001 | 101001 | 1111000 | 11010 | 101111 |
Color Harmonies of #599659
Complementary color
Monochromatic Colors of #599659
Black with #599659
Text Example
Text Example
White with #599659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599659; }
p { color: rgb(89,150,89); }
H1.HeaderClassName
{
color: #599659;
}
.AnyTagClassName
{
color: #599659;
}
</style>
background-color css
<style>
a { background-color: #599659; }
a { background-color: rgb(89,150,89); }
div.DivClassName
{
background-color: #599659;
}
.BgClassName
{
background-color: #599659;
}
</style>
border-color css
<style>
span { border-color: #599659; }
span { border-color: rgb(89,150,89); }
td.TdClassName
{
border-color: #599659;
}
.TagClassName
{
border-color: #599659;
}
</style>