Shades of Hippie Green #59875E
Tints of Hippie Green #59875E
RGB
CMYK
RGB Variations
Color information
#59875E (or 0x59875E) is known color: Hippie Green. HEX triplet: 59, 87 and 5E. RGB value is (89,135,94). Sum of RGB (Red+Green+Blue) = 89+135+94=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #59875E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59875E is #A678A1. Grayscale: #747474. Windows color (decimal): -10909858 or 6195033. OLE color: 6195033.
HSL color Cylindrical-coordinate representation of color #59875E: hue angle of 126.52º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59875E is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 135 | 94 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.47 |
| HSL | 126.52º | 0.21% | 0.44% | - |
| HSV(B) | 126.52º | 0.34% | 0.53% | - |
| XYZ | 14.8 | 20.26 | 13.72 | - |
| YUV | 116.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 94 | 0.34 | 0 | 0.30 | 0.47 | 126.52 | 0.21 | 0.44 |
| Hex | 59 | 87 | 5E | 22 | 0 | 1E | 2F | 7F | 15 | 2C |
| Octal | 131 | 207 | 136 | 42 | 0 | 36 | 57 | 177 | 25 | 54 |
| Binary | 1011001 | 10000111 | 1011110 | 100010 | 0 | 11110 | 101111 | 1111111 | 10101 | 101100 |
Color Harmonies of #59875E
Complementary color
Monochromatic Colors of #59875E
Black with #59875E
Text Example
Text Example
White with #59875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59875E; }
p { color: rgb(89,135,94); }
H1.HeaderClassName
{
color: #59875E;
}
.AnyTagClassName
{
color: #59875E;
}
</style>
background-color css
<style>
a { background-color: #59875E; }
a { background-color: rgb(89,135,94); }
div.DivClassName
{
background-color: #59875E;
}
.BgClassName
{
background-color: #59875E;
}
</style>
border-color css
<style>
span { border-color: #59875E; }
span { border-color: rgb(89,135,94); }
td.TdClassName
{
border-color: #59875E;
}
.TagClassName
{
border-color: #59875E;
}
</style>