Shades of Hippie Green #5E9959
Tints of Hippie Green #5E9959
RGB
CMYK
RGB Variations
Color information
#5E9959 (or 0x5E9959) is known color: Hippie Green. HEX triplet: 5E, 99 and 59. RGB value is (94,153,89). Sum of RGB (Red+Green+Blue) = 94+153+89=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9959 is #A166A6. Grayscale: #808080. Windows color (decimal): -10577575 or 5871966. OLE color: 5871966.
HSL color Cylindrical-coordinate representation of color #5E9959: hue angle of 115.31º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E9959 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 89 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.4 |
| HSL | 115.31º | 0.26% | 0.47% | - |
| HSV(B) | 115.31º | 0.42% | 0.6% | - |
| XYZ | 17.81 | 25.88 | 13.51 | - |
| YUV | 128.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 89 | 0.39 | 0 | 0.42 | 0.4 | 115.31 | 0.26 | 0.47 |
| Hex | 5E | 99 | 59 | 27 | 0 | 2A | 28 | 73 | 1A | 2F |
| Octal | 136 | 231 | 131 | 47 | 0 | 52 | 50 | 163 | 32 | 57 |
| Binary | 1011110 | 10011001 | 1011001 | 100111 | 0 | 101010 | 101000 | 1110011 | 11010 | 101111 |
Color Harmonies of #5E9959
Complementary color
Monochromatic Colors of #5E9959
Black with #5E9959
Text Example
Text Example
White with #5E9959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9959; }
p { color: rgb(94,153,89); }
H1.HeaderClassName
{
color: #5E9959;
}
.AnyTagClassName
{
color: #5E9959;
}
</style>
background-color css
<style>
a { background-color: #5E9959; }
a { background-color: rgb(94,153,89); }
div.DivClassName
{
background-color: #5E9959;
}
.BgClassName
{
background-color: #5E9959;
}
</style>
border-color css
<style>
span { border-color: #5E9959; }
span { border-color: rgb(94,153,89); }
td.TdClassName
{
border-color: #5E9959;
}
.TagClassName
{
border-color: #5E9959;
}
</style>