Shades of Hippie Green #5E8856
Tints of Hippie Green #5E8856
RGB
CMYK
RGB Variations
Color information
#5E8856 (or 0x5E8856) is known color: Hippie Green. HEX triplet: 5E, 88 and 56. RGB value is (94,136,86). Sum of RGB (Red+Green+Blue) = 94+136+86=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8856 is #A177A9. Grayscale: #757575. Windows color (decimal): -10581930 or 5671006. OLE color: 5671006.
HSL color Cylindrical-coordinate representation of color #5E8856: hue angle of 110.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E8856 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 86 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.47 |
| HSL | 110.4º | 0.23% | 0.44% | - |
| HSV(B) | 110.4º | 0.37% | 0.53% | - |
| XYZ | 15.1 | 20.66 | 12 | - |
| YUV | 117.74 | 110.09 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 86 | 0.31 | 0 | 0.37 | 0.47 | 110.4 | 0.23 | 0.44 |
| Hex | 5E | 88 | 56 | 1F | 0 | 25 | 2F | 6E | 17 | 2C |
| Octal | 136 | 210 | 126 | 37 | 0 | 45 | 57 | 156 | 27 | 54 |
| Binary | 1011110 | 10001000 | 1010110 | 11111 | 0 | 100101 | 101111 | 1101110 | 10111 | 101100 |
Color Harmonies of #5E8856
Complementary color
Monochromatic Colors of #5E8856
Black with #5E8856
Text Example
Text Example
White with #5E8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8856; }
p { color: rgb(94,136,86); }
H1.HeaderClassName
{
color: #5E8856;
}
.AnyTagClassName
{
color: #5E8856;
}
</style>
background-color css
<style>
a { background-color: #5E8856; }
a { background-color: rgb(94,136,86); }
div.DivClassName
{
background-color: #5E8856;
}
.BgClassName
{
background-color: #5E8856;
}
</style>
border-color css
<style>
span { border-color: #5E8856; }
span { border-color: rgb(94,136,86); }
td.TdClassName
{
border-color: #5E8856;
}
.TagClassName
{
border-color: #5E8856;
}
</style>