Shades of Hippie Green #59865E
Tints of Hippie Green #59865E
RGB
CMYK
RGB Variations
Color information
#59865E (or 0x59865E) is known color: Hippie Green. HEX triplet: 59, 86 and 5E. RGB value is (89,134,94). Sum of RGB (Red+Green+Blue) = 89+134+94=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #59865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59865E is #A679A1. Grayscale: #747474. Windows color (decimal): -10910114 or 6194777. OLE color: 6194777.
HSL color Cylindrical-coordinate representation of color #59865E: hue angle of 126.67º degrees, saturation: 0.2, 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 #59865E is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 134 | 94 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.47 |
| HSL | 126.67º | 0.2% | 0.44% | - |
| HSV(B) | 126.67º | 0.34% | 0.53% | - |
| XYZ | 14.67 | 19.98 | 13.67 | - |
| YUV | 115.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 94 | 0.34 | 0 | 0.30 | 0.47 | 126.67 | 0.2 | 0.44 |
| Hex | 59 | 86 | 5E | 22 | 0 | 1E | 2F | 7F | 14 | 2C |
| Octal | 131 | 206 | 136 | 42 | 0 | 36 | 57 | 177 | 24 | 54 |
| Binary | 1011001 | 10000110 | 1011110 | 100010 | 0 | 11110 | 101111 | 1111111 | 10100 | 101100 |
Color Harmonies of #59865E
Complementary color
Monochromatic Colors of #59865E
Black with #59865E
Text Example
Text Example
White with #59865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59865E; }
p { color: rgb(89,134,94); }
H1.HeaderClassName
{
color: #59865E;
}
.AnyTagClassName
{
color: #59865E;
}
</style>
background-color css
<style>
a { background-color: #59865E; }
a { background-color: rgb(89,134,94); }
div.DivClassName
{
background-color: #59865E;
}
.BgClassName
{
background-color: #59865E;
}
</style>
border-color css
<style>
span { border-color: #59865E; }
span { border-color: rgb(89,134,94); }
td.TdClassName
{
border-color: #59865E;
}
.TagClassName
{
border-color: #59865E;
}
</style>