Shades of Hippie Green #5E8854
Tints of Hippie Green #5E8854
RGB
CMYK
RGB Variations
Color information
#5E8854 (or 0x5E8854) is known color: Hippie Green. HEX triplet: 5E, 88 and 54. RGB value is (94,136,84). Sum of RGB (Red+Green+Blue) = 94+136+84=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8854 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8854 is #A177AB. Grayscale: #757575. Windows color (decimal): -10581932 or 5539934. OLE color: 5539934.
HSL color Cylindrical-coordinate representation of color #5E8854: hue angle of 108.46º degrees, saturation: 0.24, 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 #5E8854 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 84 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.47 |
| HSL | 108.46º | 0.24% | 0.43% | - |
| HSV(B) | 108.46º | 0.38% | 0.53% | - |
| XYZ | 15.02 | 20.63 | 11.58 | - |
| YUV | 117.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 84 | 0.31 | 0 | 0.38 | 0.47 | 108.46 | 0.24 | 0.43 |
| Hex | 5E | 88 | 54 | 1F | 0 | 26 | 2F | 6C | 18 | 2B |
| Octal | 136 | 210 | 124 | 37 | 0 | 46 | 57 | 154 | 30 | 53 |
| Binary | 1011110 | 10001000 | 1010100 | 11111 | 0 | 100110 | 101111 | 1101100 | 11000 | 101011 |
Color Harmonies of #5E8854
Complementary color
Monochromatic Colors of #5E8854
Black with #5E8854
Text Example
Text Example
White with #5E8854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8854; }
p { color: rgb(94,136,84); }
H1.HeaderClassName
{
color: #5E8854;
}
.AnyTagClassName
{
color: #5E8854;
}
</style>
background-color css
<style>
a { background-color: #5E8854; }
a { background-color: rgb(94,136,84); }
div.DivClassName
{
background-color: #5E8854;
}
.BgClassName
{
background-color: #5E8854;
}
</style>
border-color css
<style>
span { border-color: #5E8854; }
span { border-color: rgb(94,136,84); }
td.TdClassName
{
border-color: #5E8854;
}
.TagClassName
{
border-color: #5E8854;
}
</style>