Shades of Hippie Green #5E9559
Tints of Hippie Green #5E9559
RGB
CMYK
RGB Variations
Color information
#5E9559 (or 0x5E9559) is known color: Hippie Green. HEX triplet: 5E, 95 and 59. RGB value is (94,149,89). Sum of RGB (Red+Green+Blue) = 94+149+89=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9559 is #A16AA6. Grayscale: #7D7D7D. Windows color (decimal): -10578599 or 5870942. OLE color: 5870942.
HSL color Cylindrical-coordinate representation of color #5E9559: hue angle of 115º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9559 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 89 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.42 |
| HSL | 115º | 0.25% | 0.47% | - |
| HSV(B) | 115º | 0.4% | 0.58% | - |
| XYZ | 17.17 | 24.6 | 13.29 | - |
| YUV | 125.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 89 | 0.37 | 0 | 0.40 | 0.42 | 115 | 0.25 | 0.47 |
| Hex | 5E | 95 | 59 | 25 | 0 | 28 | 2A | 73 | 19 | 2F |
| Octal | 136 | 225 | 131 | 45 | 0 | 50 | 52 | 163 | 31 | 57 |
| Binary | 1011110 | 10010101 | 1011001 | 100101 | 0 | 101000 | 101010 | 1110011 | 11001 | 101111 |
Color Harmonies of #5E9559
Complementary color
Monochromatic Colors of #5E9559
Black with #5E9559
Text Example
Text Example
White with #5E9559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9559; }
p { color: rgb(94,149,89); }
H1.HeaderClassName
{
color: #5E9559;
}
.AnyTagClassName
{
color: #5E9559;
}
</style>
background-color css
<style>
a { background-color: #5E9559; }
a { background-color: rgb(94,149,89); }
div.DivClassName
{
background-color: #5E9559;
}
.BgClassName
{
background-color: #5E9559;
}
</style>
border-color css
<style>
span { border-color: #5E9559; }
span { border-color: rgb(94,149,89); }
td.TdClassName
{
border-color: #5E9559;
}
.TagClassName
{
border-color: #5E9559;
}
</style>