Shades of Hippie Green #5E9157
Tints of Hippie Green #5E9157
RGB
CMYK
RGB Variations
Color information
#5E9157 (or 0x5E9157) is known color: Hippie Green. HEX triplet: 5E, 91 and 57. RGB value is (94,145,87). Sum of RGB (Red+Green+Blue) = 94+145+87=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9157 is #A16EA8. Grayscale: #7B7B7B. Windows color (decimal): -10579625 or 5738846. OLE color: 5738846.
HSL color Cylindrical-coordinate representation of color #5E9157: hue angle of 112.76º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9157 is Cyan = 0.35, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 87 | - |
| CMYK | 0.35 | 0 | 0.4 | 0.43 |
| HSL | 112.76º | 0.25% | 0.45% | - |
| HSV(B) | 112.76º | 0.4% | 0.57% | - |
| XYZ | 16.46 | 23.32 | 12.65 | - |
| YUV | 123.14 | 107.6 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 87 | 0.35 | 0 | 0.4 | 0.43 | 112.76 | 0.25 | 0.45 |
| Hex | 5E | 91 | 57 | 23 | 0 | 28 | 2B | 71 | 19 | 2D |
| Octal | 136 | 221 | 127 | 43 | 0 | 50 | 53 | 161 | 31 | 55 |
| Binary | 1011110 | 10010001 | 1010111 | 100011 | 0 | 101000 | 101011 | 1110001 | 11001 | 101101 |
Color Harmonies of #5E9157
Complementary color
Monochromatic Colors of #5E9157
Black with #5E9157
Text Example
Text Example
White with #5E9157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9157; }
p { color: rgb(94,145,87); }
H1.HeaderClassName
{
color: #5E9157;
}
.AnyTagClassName
{
color: #5E9157;
}
</style>
background-color css
<style>
a { background-color: #5E9157; }
a { background-color: rgb(94,145,87); }
div.DivClassName
{
background-color: #5E9157;
}
.BgClassName
{
background-color: #5E9157;
}
</style>
border-color css
<style>
span { border-color: #5E9157; }
span { border-color: rgb(94,145,87); }
td.TdClassName
{
border-color: #5E9157;
}
.TagClassName
{
border-color: #5E9157;
}
</style>