Shades of Hippie Green #5E9A59
Tints of Hippie Green #5E9A59
RGB
CMYK
RGB Variations
Color information
#5E9A59 (or 0x5E9A59) is known color: Hippie Green. HEX triplet: 5E, 9A and 59. RGB value is (94,154,89). Sum of RGB (Red+Green+Blue) = 94+154+89=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9A59 is #A165A6. Grayscale: #808080. Windows color (decimal): -10577319 or 5872222. OLE color: 5872222.
HSL color Cylindrical-coordinate representation of color #5E9A59: hue angle of 115.38º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E9A59 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 89 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.40 |
| HSL | 115.38º | 0.27% | 0.48% | - |
| HSV(B) | 115.38º | 0.42% | 0.6% | - |
| XYZ | 17.97 | 26.21 | 13.56 | - |
| YUV | 128.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 89 | 0.39 | 0 | 0.42 | 0.40 | 115.38 | 0.27 | 0.48 |
| Hex | 5E | 9A | 59 | 27 | 0 | 2A | 28 | 73 | 1B | 30 |
| Octal | 136 | 232 | 131 | 47 | 0 | 52 | 50 | 163 | 33 | 60 |
| Binary | 1011110 | 10011010 | 1011001 | 100111 | 0 | 101010 | 101000 | 1110011 | 11011 | 110000 |
Color Harmonies of #5E9A59
Complementary color
Monochromatic Colors of #5E9A59
Black with #5E9A59
Text Example
Text Example
White with #5E9A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A59; }
p { color: rgb(94,154,89); }
H1.HeaderClassName
{
color: #5E9A59;
}
.AnyTagClassName
{
color: #5E9A59;
}
</style>
background-color css
<style>
a { background-color: #5E9A59; }
a { background-color: rgb(94,154,89); }
div.DivClassName
{
background-color: #5E9A59;
}
.BgClassName
{
background-color: #5E9A59;
}
</style>
border-color css
<style>
span { border-color: #5E9A59; }
span { border-color: rgb(94,154,89); }
td.TdClassName
{
border-color: #5E9A59;
}
.TagClassName
{
border-color: #5E9A59;
}
</style>