Shades of Hippie Green #599556
Tints of Hippie Green #599556
RGB
CMYK
RGB Variations
Color information
#599556 (or 0x599556) is known color: Hippie Green. HEX triplet: 59, 95 and 56. RGB value is (89,149,86). Sum of RGB (Red+Green+Blue) = 89+149+86=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #599556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599556 is #A66AA9. Grayscale: #7C7C7C. Windows color (decimal): -10906282 or 5674329. OLE color: 5674329.
HSL color Cylindrical-coordinate representation of color #599556: hue angle of 117.14º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599556 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 86 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.42 |
| HSL | 117.14º | 0.27% | 0.46% | - |
| HSV(B) | 117.14º | 0.42% | 0.58% | - |
| XYZ | 16.55 | 24.29 | 12.62 | - |
| YUV | 123.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 86 | 0.40 | 0 | 0.42 | 0.42 | 117.14 | 0.27 | 0.46 |
| Hex | 59 | 95 | 56 | 28 | 0 | 2A | 2A | 75 | 1B | 2E |
| Octal | 131 | 225 | 126 | 50 | 0 | 52 | 52 | 165 | 33 | 56 |
| Binary | 1011001 | 10010101 | 1010110 | 101000 | 0 | 101010 | 101010 | 1110101 | 11011 | 101110 |
Color Harmonies of #599556
Complementary color
Monochromatic Colors of #599556
Black with #599556
Text Example
Text Example
White with #599556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599556; }
p { color: rgb(89,149,86); }
H1.HeaderClassName
{
color: #599556;
}
.AnyTagClassName
{
color: #599556;
}
</style>
background-color css
<style>
a { background-color: #599556; }
a { background-color: rgb(89,149,86); }
div.DivClassName
{
background-color: #599556;
}
.BgClassName
{
background-color: #599556;
}
</style>
border-color css
<style>
span { border-color: #599556; }
span { border-color: rgb(89,149,86); }
td.TdClassName
{
border-color: #599556;
}
.TagClassName
{
border-color: #599556;
}
</style>