Shades of Hippie Green #5E8A56
Tints of Hippie Green #5E8A56
RGB
CMYK
RGB Variations
Color information
#5E8A56 (or 0x5E8A56) is known color: Hippie Green. HEX triplet: 5E, 8A and 56. RGB value is (94,138,86). Sum of RGB (Red+Green+Blue) = 94+138+86=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8A56 is #A175A9. Grayscale: #777777. Windows color (decimal): -10581418 or 5671518. OLE color: 5671518.
HSL color Cylindrical-coordinate representation of color #5E8A56: hue angle of 110.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E8A56 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 138 | 86 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.46 |
| HSL | 110.77º | 0.23% | 0.44% | - |
| HSV(B) | 110.77º | 0.38% | 0.54% | - |
| XYZ | 15.38 | 21.23 | 12.09 | - |
| YUV | 118.92 | 109.42 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 86 | 0.32 | 0 | 0.38 | 0.46 | 110.77 | 0.23 | 0.44 |
| Hex | 5E | 8A | 56 | 20 | 0 | 26 | 2E | 6F | 17 | 2C |
| Octal | 136 | 212 | 126 | 40 | 0 | 46 | 56 | 157 | 27 | 54 |
| Binary | 1011110 | 10001010 | 1010110 | 100000 | 0 | 100110 | 101110 | 1101111 | 10111 | 101100 |
Color Harmonies of #5E8A56
Complementary color
Monochromatic Colors of #5E8A56
Black with #5E8A56
Text Example
Text Example
White with #5E8A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8A56; }
p { color: rgb(94,138,86); }
H1.HeaderClassName
{
color: #5E8A56;
}
.AnyTagClassName
{
color: #5E8A56;
}
</style>
background-color css
<style>
a { background-color: #5E8A56; }
a { background-color: rgb(94,138,86); }
div.DivClassName
{
background-color: #5E8A56;
}
.BgClassName
{
background-color: #5E8A56;
}
</style>
border-color css
<style>
span { border-color: #5E8A56; }
span { border-color: rgb(94,138,86); }
td.TdClassName
{
border-color: #5E8A56;
}
.TagClassName
{
border-color: #5E8A56;
}
</style>