Shades of Hippie Green #59815E
Tints of Hippie Green #59815E
RGB
CMYK
RGB Variations
Color information
#59815E (or 0x59815E) is known color: Hippie Green. HEX triplet: 59, 81 and 5E. RGB value is (89,129,94). Sum of RGB (Red+Green+Blue) = 89+129+94=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #59815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59815E is #A67EA1. Grayscale: #717171. Windows color (decimal): -10911394 or 6193497. OLE color: 6193497.
HSL color Cylindrical-coordinate representation of color #59815E: hue angle of 127.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #59815E is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 129 | 94 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.49 |
| HSL | 127.5º | 0.18% | 0.43% | - |
| HSV(B) | 127.5º | 0.31% | 0.51% | - |
| XYZ | 13.99 | 18.63 | 13.45 | - |
| YUV | 113.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 94 | 0.31 | 0 | 0.27 | 0.49 | 127.5 | 0.18 | 0.43 |
| Hex | 59 | 81 | 5E | 1F | 0 | 1B | 31 | 80 | 12 | 2B |
| Octal | 131 | 201 | 136 | 37 | 0 | 33 | 61 | 200 | 22 | 53 |
| Binary | 1011001 | 10000001 | 1011110 | 11111 | 0 | 11011 | 110001 | 10000000 | 10010 | 101011 |
Color Harmonies of #59815E
Complementary color
Monochromatic Colors of #59815E
Black with #59815E
Text Example
Text Example
White with #59815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59815E; }
p { color: rgb(89,129,94); }
H1.HeaderClassName
{
color: #59815E;
}
.AnyTagClassName
{
color: #59815E;
}
</style>
background-color css
<style>
a { background-color: #59815E; }
a { background-color: rgb(89,129,94); }
div.DivClassName
{
background-color: #59815E;
}
.BgClassName
{
background-color: #59815E;
}
</style>
border-color css
<style>
span { border-color: #59815E; }
span { border-color: rgb(89,129,94); }
td.TdClassName
{
border-color: #59815E;
}
.TagClassName
{
border-color: #59815E;
}
</style>