Shades of Hippie Green #5E8959
Tints of Hippie Green #5E8959
RGB
CMYK
RGB Variations
Color information
#5E8959 (or 0x5E8959) is known color: Hippie Green. HEX triplet: 5E, 89 and 59. RGB value is (94,137,89). Sum of RGB (Red+Green+Blue) = 94+137+89=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8959 is #A176A6. Grayscale: #767676. Windows color (decimal): -10581671 or 5867870. OLE color: 5867870.
HSL color Cylindrical-coordinate representation of color #5E8959: hue angle of 113.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 #5E8959 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 89 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.46 |
| HSL | 113.75º | 0.21% | 0.44% | - |
| HSV(B) | 113.75º | 0.35% | 0.54% | - |
| XYZ | 15.36 | 20.99 | 12.69 | - |
| YUV | 118.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 89 | 0.31 | 0 | 0.35 | 0.46 | 113.75 | 0.21 | 0.44 |
| Hex | 5E | 89 | 59 | 1F | 0 | 23 | 2E | 72 | 15 | 2C |
| Octal | 136 | 211 | 131 | 37 | 0 | 43 | 56 | 162 | 25 | 54 |
| Binary | 1011110 | 10001001 | 1011001 | 11111 | 0 | 100011 | 101110 | 1110010 | 10101 | 101100 |
Color Harmonies of #5E8959
Complementary color
Monochromatic Colors of #5E8959
Black with #5E8959
Text Example
Text Example
White with #5E8959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8959; }
p { color: rgb(94,137,89); }
H1.HeaderClassName
{
color: #5E8959;
}
.AnyTagClassName
{
color: #5E8959;
}
</style>
background-color css
<style>
a { background-color: #5E8959; }
a { background-color: rgb(94,137,89); }
div.DivClassName
{
background-color: #5E8959;
}
.BgClassName
{
background-color: #5E8959;
}
</style>
border-color css
<style>
span { border-color: #5E8959; }
span { border-color: rgb(94,137,89); }
td.TdClassName
{
border-color: #5E8959;
}
.TagClassName
{
border-color: #5E8959;
}
</style>