Shades of Hippie Green #5E9055
Tints of Hippie Green #5E9055
RGB
CMYK
RGB Variations
Color information
#5E9055 (or 0x5E9055) is known color: Hippie Green. HEX triplet: 5E, 90 and 55. RGB value is (94,144,85). Sum of RGB (Red+Green+Blue) = 94+144+85=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #5E9055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9055 is #A16FAA. Grayscale: #7A7A7A. Windows color (decimal): -10579883 or 5607518. OLE color: 5607518.
HSL color Cylindrical-coordinate representation of color #5E9055: hue angle of 110.85º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9055 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 85 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.44 |
| HSL | 110.85º | 0.26% | 0.45% | - |
| HSV(B) | 110.85º | 0.41% | 0.56% | - |
| XYZ | 16.23 | 22.98 | 12.17 | - |
| YUV | 122.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 85 | 0.35 | 0 | 0.41 | 0.44 | 110.85 | 0.26 | 0.45 |
| Hex | 5E | 90 | 55 | 23 | 0 | 29 | 2C | 6F | 1A | 2D |
| Octal | 136 | 220 | 125 | 43 | 0 | 51 | 54 | 157 | 32 | 55 |
| Binary | 1011110 | 10010000 | 1010101 | 100011 | 0 | 101001 | 101100 | 1101111 | 11010 | 101101 |
Color Harmonies of #5E9055
Complementary color
Monochromatic Colors of #5E9055
Black with #5E9055
Text Example
Text Example
White with #5E9055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9055; }
p { color: rgb(94,144,85); }
H1.HeaderClassName
{
color: #5E9055;
}
.AnyTagClassName
{
color: #5E9055;
}
</style>
background-color css
<style>
a { background-color: #5E9055; }
a { background-color: rgb(94,144,85); }
div.DivClassName
{
background-color: #5E9055;
}
.BgClassName
{
background-color: #5E9055;
}
</style>
border-color css
<style>
span { border-color: #5E9055; }
span { border-color: rgb(94,144,85); }
td.TdClassName
{
border-color: #5E9055;
}
.TagClassName
{
border-color: #5E9055;
}
</style>