Shades of Hippie Green #599656
Tints of Hippie Green #599656
RGB
CMYK
RGB Variations
Color information
#599656 (or 0x599656) is known color: Hippie Green. HEX triplet: 59, 96 and 56. RGB value is (89,150,86). Sum of RGB (Red+Green+Blue) = 89+150+86=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #599656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599656 is #A669A9. Grayscale: #7C7C7C. Windows color (decimal): -10906026 or 5674585. OLE color: 5674585.
HSL color Cylindrical-coordinate representation of color #599656: hue angle of 117.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599656 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 150 | 86 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.41 |
| HSL | 117.19º | 0.27% | 0.46% | - |
| HSV(B) | 117.19º | 0.43% | 0.59% | - |
| XYZ | 16.71 | 24.61 | 12.67 | - |
| YUV | 124.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 150 | 86 | 0.41 | 0 | 0.43 | 0.41 | 117.19 | 0.27 | 0.46 |
| Hex | 59 | 96 | 56 | 29 | 0 | 2B | 29 | 75 | 1B | 2E |
| Octal | 131 | 226 | 126 | 51 | 0 | 53 | 51 | 165 | 33 | 56 |
| Binary | 1011001 | 10010110 | 1010110 | 101001 | 0 | 101011 | 101001 | 1110101 | 11011 | 101110 |
Color Harmonies of #599656
Complementary color
Monochromatic Colors of #599656
Black with #599656
Text Example
Text Example
White with #599656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599656; }
p { color: rgb(89,150,86); }
H1.HeaderClassName
{
color: #599656;
}
.AnyTagClassName
{
color: #599656;
}
</style>
background-color css
<style>
a { background-color: #599656; }
a { background-color: rgb(89,150,86); }
div.DivClassName
{
background-color: #599656;
}
.BgClassName
{
background-color: #599656;
}
</style>
border-color css
<style>
span { border-color: #599656; }
span { border-color: rgb(89,150,86); }
td.TdClassName
{
border-color: #599656;
}
.TagClassName
{
border-color: #599656;
}
</style>