Shades of Hippie Green #598960
Tints of Hippie Green #598960
RGB
CMYK
RGB Variations
Color information
#598960 (or 0x598960) is known color: Hippie Green. HEX triplet: 59, 89 and 60. RGB value is (89,137,96). Sum of RGB (Red+Green+Blue) = 89+137+96=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #598960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598960 is #A6769F. Grayscale: #767676. Windows color (decimal): -10909344 or 6326617. OLE color: 6326617.
HSL color Cylindrical-coordinate representation of color #598960: hue angle of 128.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #598960 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 137 | 96 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.46 |
| HSL | 128.75º | 0.21% | 0.44% | - |
| HSV(B) | 128.75º | 0.35% | 0.54% | - |
| XYZ | 15.18 | 20.86 | 14.29 | - |
| YUV | 117.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 96 | 0.35 | 0 | 0.30 | 0.46 | 128.75 | 0.21 | 0.44 |
| Hex | 59 | 89 | 60 | 23 | 0 | 1E | 2E | 81 | 15 | 2C |
| Octal | 131 | 211 | 140 | 43 | 0 | 36 | 56 | 201 | 25 | 54 |
| Binary | 1011001 | 10001001 | 1100000 | 100011 | 0 | 11110 | 101110 | 10000001 | 10101 | 101100 |
Color Harmonies of #598960
Complementary color
Monochromatic Colors of #598960
Black with #598960
Text Example
Text Example
White with #598960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598960; }
p { color: rgb(89,137,96); }
H1.HeaderClassName
{
color: #598960;
}
.AnyTagClassName
{
color: #598960;
}
</style>
background-color css
<style>
a { background-color: #598960; }
a { background-color: rgb(89,137,96); }
div.DivClassName
{
background-color: #598960;
}
.BgClassName
{
background-color: #598960;
}
</style>
border-color css
<style>
span { border-color: #598960; }
span { border-color: rgb(89,137,96); }
td.TdClassName
{
border-color: #598960;
}
.TagClassName
{
border-color: #598960;
}
</style>