Shades of Hippie Green #5E8759
Tints of Hippie Green #5E8759
RGB
CMYK
RGB Variations
Color information
#5E8759 (or 0x5E8759) is known color: Hippie Green. HEX triplet: 5E, 87 and 59. RGB value is (94,135,89). Sum of RGB (Red+Green+Blue) = 94+135+89=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #5E8759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8759 is #A178A6. Grayscale: #757575. Windows color (decimal): -10582183 or 5867358. OLE color: 5867358.
HSL color Cylindrical-coordinate representation of color #5E8759: hue angle of 113.48º 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 #5E8759 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 89 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.47 |
| HSL | 113.48º | 0.21% | 0.44% | - |
| HSV(B) | 113.48º | 0.34% | 0.53% | - |
| XYZ | 15.08 | 20.43 | 12.6 | - |
| YUV | 117.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 89 | 0.30 | 0 | 0.34 | 0.47 | 113.48 | 0.21 | 0.44 |
| Hex | 5E | 87 | 59 | 1E | 0 | 22 | 2F | 71 | 15 | 2C |
| Octal | 136 | 207 | 131 | 36 | 0 | 42 | 57 | 161 | 25 | 54 |
| Binary | 1011110 | 10000111 | 1011001 | 11110 | 0 | 100010 | 101111 | 1110001 | 10101 | 101100 |
Color Harmonies of #5E8759
Complementary color
Monochromatic Colors of #5E8759
Black with #5E8759
Text Example
Text Example
White with #5E8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8759; }
p { color: rgb(94,135,89); }
H1.HeaderClassName
{
color: #5E8759;
}
.AnyTagClassName
{
color: #5E8759;
}
</style>
background-color css
<style>
a { background-color: #5E8759; }
a { background-color: rgb(94,135,89); }
div.DivClassName
{
background-color: #5E8759;
}
.BgClassName
{
background-color: #5E8759;
}
</style>
border-color css
<style>
span { border-color: #5E8759; }
span { border-color: rgb(94,135,89); }
td.TdClassName
{
border-color: #5E8759;
}
.TagClassName
{
border-color: #5E8759;
}
</style>