Shades of Hippie Green #598E5E
Tints of Hippie Green #598E5E
RGB
CMYK
RGB Variations
Color information
#598E5E (or 0x598E5E) is known color: Hippie Green. HEX triplet: 59, 8E and 5E. RGB value is (89,142,94). Sum of RGB (Red+Green+Blue) = 89+142+94=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 142 - color contains mainly: green. Hex color #598E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598E5E is #A671A1. Grayscale: #787878. Windows color (decimal): -10908066 or 6196825. OLE color: 6196825.
HSL color Cylindrical-coordinate representation of color #598E5E: hue angle of 125.66º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598E5E is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 142 | 94 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.44 |
| HSL | 125.66º | 0.23% | 0.45% | - |
| HSV(B) | 125.66º | 0.37% | 0.56% | - |
| XYZ | 15.81 | 22.28 | 14.06 | - |
| YUV | 120.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 94 | 0.37 | 0 | 0.34 | 0.44 | 125.66 | 0.23 | 0.45 |
| Hex | 59 | 8E | 5E | 25 | 0 | 22 | 2C | 7E | 17 | 2D |
| Octal | 131 | 216 | 136 | 45 | 0 | 42 | 54 | 176 | 27 | 55 |
| Binary | 1011001 | 10001110 | 1011110 | 100101 | 0 | 100010 | 101100 | 1111110 | 10111 | 101101 |
Color Harmonies of #598E5E
Complementary color
Monochromatic Colors of #598E5E
Black with #598E5E
Text Example
Text Example
White with #598E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E5E; }
p { color: rgb(89,142,94); }
H1.HeaderClassName
{
color: #598E5E;
}
.AnyTagClassName
{
color: #598E5E;
}
</style>
background-color css
<style>
a { background-color: #598E5E; }
a { background-color: rgb(89,142,94); }
div.DivClassName
{
background-color: #598E5E;
}
.BgClassName
{
background-color: #598E5E;
}
</style>
border-color css
<style>
span { border-color: #598E5E; }
span { border-color: rgb(89,142,94); }
td.TdClassName
{
border-color: #598E5E;
}
.TagClassName
{
border-color: #598E5E;
}
</style>