Shades of Hippie Green #5E9059
Tints of Hippie Green #5E9059
RGB
CMYK
RGB Variations
Color information
#5E9059 (or 0x5E9059) is known color: Hippie Green. HEX triplet: 5E, 90 and 59. RGB value is (94,144,89). Sum of RGB (Red+Green+Blue) = 94+144+89=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #5E9059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9059 is #A16FA6. Grayscale: #7A7A7A. Windows color (decimal): -10579879 or 5869662. OLE color: 5869662.
HSL color Cylindrical-coordinate representation of color #5E9059: hue angle of 114.55º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E9059 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 89 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.44 |
| HSL | 114.55º | 0.24% | 0.46% | - |
| HSV(B) | 114.55º | 0.38% | 0.56% | - |
| XYZ | 16.39 | 23.05 | 13.04 | - |
| YUV | 122.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 89 | 0.35 | 0 | 0.38 | 0.44 | 114.55 | 0.24 | 0.46 |
| Hex | 5E | 90 | 59 | 23 | 0 | 26 | 2C | 73 | 18 | 2E |
| Octal | 136 | 220 | 131 | 43 | 0 | 46 | 54 | 163 | 30 | 56 |
| Binary | 1011110 | 10010000 | 1011001 | 100011 | 0 | 100110 | 101100 | 1110011 | 11000 | 101110 |
Color Harmonies of #5E9059
Complementary color
Monochromatic Colors of #5E9059
Black with #5E9059
Text Example
Text Example
White with #5E9059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9059; }
p { color: rgb(94,144,89); }
H1.HeaderClassName
{
color: #5E9059;
}
.AnyTagClassName
{
color: #5E9059;
}
</style>
background-color css
<style>
a { background-color: #5E9059; }
a { background-color: rgb(94,144,89); }
div.DivClassName
{
background-color: #5E9059;
}
.BgClassName
{
background-color: #5E9059;
}
</style>
border-color css
<style>
span { border-color: #5E9059; }
span { border-color: rgb(94,144,89); }
td.TdClassName
{
border-color: #5E9059;
}
.TagClassName
{
border-color: #5E9059;
}
</style>