Shades of Hippie Green #5E9355
Tints of Hippie Green #5E9355
RGB
CMYK
RGB Variations
Color information
#5E9355 (or 0x5E9355) is known color: Hippie Green. HEX triplet: 5E, 93 and 55. RGB value is (94,147,85). Sum of RGB (Red+Green+Blue) = 94+147+85=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9355 is #A16CAA. Grayscale: #7C7C7C. Windows color (decimal): -10579115 or 5608286. OLE color: 5608286.
HSL color Cylindrical-coordinate representation of color #5E9355: hue angle of 111.29º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E9355 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 85 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.42 |
| HSL | 111.29º | 0.27% | 0.45% | - |
| HSV(B) | 111.29º | 0.42% | 0.58% | - |
| XYZ | 16.69 | 23.9 | 12.33 | - |
| YUV | 124.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 85 | 0.36 | 0 | 0.42 | 0.42 | 111.29 | 0.27 | 0.45 |
| Hex | 5E | 93 | 55 | 24 | 0 | 2A | 2A | 6F | 1B | 2D |
| Octal | 136 | 223 | 125 | 44 | 0 | 52 | 52 | 157 | 33 | 55 |
| Binary | 1011110 | 10010011 | 1010101 | 100100 | 0 | 101010 | 101010 | 1101111 | 11011 | 101101 |
Color Harmonies of #5E9355
Complementary color
Monochromatic Colors of #5E9355
Black with #5E9355
Text Example
Text Example
White with #5E9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9355; }
p { color: rgb(94,147,85); }
H1.HeaderClassName
{
color: #5E9355;
}
.AnyTagClassName
{
color: #5E9355;
}
</style>
background-color css
<style>
a { background-color: #5E9355; }
a { background-color: rgb(94,147,85); }
div.DivClassName
{
background-color: #5E9355;
}
.BgClassName
{
background-color: #5E9355;
}
</style>
border-color css
<style>
span { border-color: #5E9355; }
span { border-color: rgb(94,147,85); }
td.TdClassName
{
border-color: #5E9355;
}
.TagClassName
{
border-color: #5E9355;
}
</style>