Shades of Hippie Green #5E8758
Tints of Hippie Green #5E8758
RGB
CMYK
RGB Variations
Color information
#5E8758 (or 0x5E8758) is known color: Hippie Green. HEX triplet: 5E, 87 and 58. RGB value is (94,135,88). Sum of RGB (Red+Green+Blue) = 94+135+88=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #5E8758 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8758 is #A178A7. Grayscale: #757575. Windows color (decimal): -10582184 or 5801822. OLE color: 5801822.
HSL color Cylindrical-coordinate representation of color #5E8758: hue angle of 112.34º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E8758 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 88 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.47 |
| HSL | 112.34º | 0.21% | 0.44% | - |
| HSV(B) | 112.34º | 0.35% | 0.53% | - |
| XYZ | 15.04 | 20.41 | 12.38 | - |
| YUV | 117.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 88 | 0.30 | 0 | 0.35 | 0.47 | 112.34 | 0.21 | 0.44 |
| Hex | 5E | 87 | 58 | 1E | 0 | 23 | 2F | 70 | 15 | 2C |
| Octal | 136 | 207 | 130 | 36 | 0 | 43 | 57 | 160 | 25 | 54 |
| Binary | 1011110 | 10000111 | 1011000 | 11110 | 0 | 100011 | 101111 | 1110000 | 10101 | 101100 |
Color Harmonies of #5E8758
Complementary color
Monochromatic Colors of #5E8758
Black with #5E8758
Text Example
Text Example
White with #5E8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8758; }
p { color: rgb(94,135,88); }
H1.HeaderClassName
{
color: #5E8758;
}
.AnyTagClassName
{
color: #5E8758;
}
</style>
background-color css
<style>
a { background-color: #5E8758; }
a { background-color: rgb(94,135,88); }
div.DivClassName
{
background-color: #5E8758;
}
.BgClassName
{
background-color: #5E8758;
}
</style>
border-color css
<style>
span { border-color: #5E8758; }
span { border-color: rgb(94,135,88); }
td.TdClassName
{
border-color: #5E8758;
}
.TagClassName
{
border-color: #5E8758;
}
</style>