Shades of Hippie Green #5E9759
Tints of Hippie Green #5E9759
RGB
CMYK
RGB Variations
Color information
#5E9759 (or 0x5E9759) is known color: Hippie Green. HEX triplet: 5E, 97 and 59. RGB value is (94,151,89). Sum of RGB (Red+Green+Blue) = 94+151+89=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #5E9759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9759 is #A168A6. Grayscale: #7F7F7F. Windows color (decimal): -10578087 or 5871454. OLE color: 5871454.
HSL color Cylindrical-coordinate representation of color #5E9759: hue angle of 115.16º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9759 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 89 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.41 |
| HSL | 115.16º | 0.26% | 0.47% | - |
| HSV(B) | 115.16º | 0.41% | 0.59% | - |
| XYZ | 17.49 | 25.23 | 13.4 | - |
| YUV | 126.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 89 | 0.38 | 0 | 0.41 | 0.41 | 115.16 | 0.26 | 0.47 |
| Hex | 5E | 97 | 59 | 26 | 0 | 29 | 29 | 73 | 1A | 2F |
| Octal | 136 | 227 | 131 | 46 | 0 | 51 | 51 | 163 | 32 | 57 |
| Binary | 1011110 | 10010111 | 1011001 | 100110 | 0 | 101001 | 101001 | 1110011 | 11010 | 101111 |
Color Harmonies of #5E9759
Complementary color
Monochromatic Colors of #5E9759
Black with #5E9759
Text Example
Text Example
White with #5E9759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9759; }
p { color: rgb(94,151,89); }
H1.HeaderClassName
{
color: #5E9759;
}
.AnyTagClassName
{
color: #5E9759;
}
</style>
background-color css
<style>
a { background-color: #5E9759; }
a { background-color: rgb(94,151,89); }
div.DivClassName
{
background-color: #5E9759;
}
.BgClassName
{
background-color: #5E9759;
}
</style>
border-color css
<style>
span { border-color: #5E9759; }
span { border-color: rgb(94,151,89); }
td.TdClassName
{
border-color: #5E9759;
}
.TagClassName
{
border-color: #5E9759;
}
</style>