Shades of Hippie Green #5E9860
Tints of Hippie Green #5E9860
RGB
CMYK
RGB Variations
Color information
#5E9860 (or 0x5E9860) is known color: Hippie Green. HEX triplet: 5E, 98 and 60. RGB value is (94,152,96). Sum of RGB (Red+Green+Blue) = 94+152+96=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9860 is #A1679F. Grayscale: #808080. Windows color (decimal): -10577824 or 6330462. OLE color: 6330462.
HSL color Cylindrical-coordinate representation of color #5E9860: hue angle of 122.07º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E9860 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 96 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.40 |
| HSL | 122.07º | 0.24% | 0.48% | - |
| HSV(B) | 122.07º | 0.38% | 0.6% | - |
| XYZ | 17.96 | 25.68 | 15.08 | - |
| YUV | 128.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 96 | 0.38 | 0 | 0.37 | 0.40 | 122.07 | 0.24 | 0.48 |
| Hex | 5E | 98 | 60 | 26 | 0 | 25 | 28 | 7A | 18 | 30 |
| Octal | 136 | 230 | 140 | 46 | 0 | 45 | 50 | 172 | 30 | 60 |
| Binary | 1011110 | 10011000 | 1100000 | 100110 | 0 | 100101 | 101000 | 1111010 | 11000 | 110000 |
Color Harmonies of #5E9860
Complementary color
Monochromatic Colors of #5E9860
Black with #5E9860
Text Example
Text Example
White with #5E9860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9860; }
p { color: rgb(94,152,96); }
H1.HeaderClassName
{
color: #5E9860;
}
.AnyTagClassName
{
color: #5E9860;
}
</style>
background-color css
<style>
a { background-color: #5E9860; }
a { background-color: rgb(94,152,96); }
div.DivClassName
{
background-color: #5E9860;
}
.BgClassName
{
background-color: #5E9860;
}
</style>
border-color css
<style>
span { border-color: #5E9860; }
span { border-color: rgb(94,152,96); }
td.TdClassName
{
border-color: #5E9860;
}
.TagClassName
{
border-color: #5E9860;
}
</style>