Shades of Hippie Green #5E8855
Tints of Hippie Green #5E8855
RGB
CMYK
RGB Variations
Color information
#5E8855 (or 0x5E8855) is known color: Hippie Green. HEX triplet: 5E, 88 and 55. RGB value is (94,136,85). Sum of RGB (Red+Green+Blue) = 94+136+85=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8855 is #A177AA. Grayscale: #757575. Windows color (decimal): -10581931 or 5605470. OLE color: 5605470.
HSL color Cylindrical-coordinate representation of color #5E8855: hue angle of 109.41º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E8855 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 85 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.47 |
| HSL | 109.41º | 0.23% | 0.43% | - |
| HSV(B) | 109.41º | 0.38% | 0.53% | - |
| XYZ | 15.06 | 20.64 | 11.79 | - |
| YUV | 117.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 85 | 0.31 | 0 | 0.38 | 0.47 | 109.41 | 0.23 | 0.43 |
| Hex | 5E | 88 | 55 | 1F | 0 | 26 | 2F | 6D | 17 | 2B |
| Octal | 136 | 210 | 125 | 37 | 0 | 46 | 57 | 155 | 27 | 53 |
| Binary | 1011110 | 10001000 | 1010101 | 11111 | 0 | 100110 | 101111 | 1101101 | 10111 | 101011 |
Color Harmonies of #5E8855
Complementary color
Monochromatic Colors of #5E8855
Black with #5E8855
Text Example
Text Example
White with #5E8855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8855; }
p { color: rgb(94,136,85); }
H1.HeaderClassName
{
color: #5E8855;
}
.AnyTagClassName
{
color: #5E8855;
}
</style>
background-color css
<style>
a { background-color: #5E8855; }
a { background-color: rgb(94,136,85); }
div.DivClassName
{
background-color: #5E8855;
}
.BgClassName
{
background-color: #5E8855;
}
</style>
border-color css
<style>
span { border-color: #5E8855; }
span { border-color: rgb(94,136,85); }
td.TdClassName
{
border-color: #5E8855;
}
.TagClassName
{
border-color: #5E8855;
}
</style>