Shades of Hippie Green #5E9359
Tints of Hippie Green #5E9359
RGB
CMYK
RGB Variations
Color information
#5E9359 (or 0x5E9359) is known color: Hippie Green. HEX triplet: 5E, 93 and 59. RGB value is (94,147,89). Sum of RGB (Red+Green+Blue) = 94+147+89=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9359 is #A16CA6. Grayscale: #7C7C7C. Windows color (decimal): -10579111 or 5870430. OLE color: 5870430.
HSL color Cylindrical-coordinate representation of color #5E9359: hue angle of 114.83º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9359 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 89 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.42 |
| HSL | 114.83º | 0.25% | 0.46% | - |
| HSV(B) | 114.83º | 0.39% | 0.58% | - |
| XYZ | 16.85 | 23.97 | 13.19 | - |
| YUV | 124.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 89 | 0.36 | 0 | 0.39 | 0.42 | 114.83 | 0.25 | 0.46 |
| Hex | 5E | 93 | 59 | 24 | 0 | 27 | 2A | 73 | 19 | 2E |
| Octal | 136 | 223 | 131 | 44 | 0 | 47 | 52 | 163 | 31 | 56 |
| Binary | 1011110 | 10010011 | 1011001 | 100100 | 0 | 100111 | 101010 | 1110011 | 11001 | 101110 |
Color Harmonies of #5E9359
Complementary color
Monochromatic Colors of #5E9359
Black with #5E9359
Text Example
Text Example
White with #5E9359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9359; }
p { color: rgb(94,147,89); }
H1.HeaderClassName
{
color: #5E9359;
}
.AnyTagClassName
{
color: #5E9359;
}
</style>
background-color css
<style>
a { background-color: #5E9359; }
a { background-color: rgb(94,147,89); }
div.DivClassName
{
background-color: #5E9359;
}
.BgClassName
{
background-color: #5E9359;
}
</style>
border-color css
<style>
span { border-color: #5E9359; }
span { border-color: rgb(94,147,89); }
td.TdClassName
{
border-color: #5E9359;
}
.TagClassName
{
border-color: #5E9359;
}
</style>