Shades of Hippie Green #5E8D61
Tints of Hippie Green #5E8D61
RGB
CMYK
RGB Variations
Color information
#5E8D61 (or 0x5E8D61) is known color: Hippie Green. HEX triplet: 5E, 8D and 61. RGB value is (94,141,97). Sum of RGB (Red+Green+Blue) = 94+141+97=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8D61 is #A1729E. Grayscale: #7A7A7A. Windows color (decimal): -10580639 or 6393182. OLE color: 6393182.
HSL color Cylindrical-coordinate representation of color #5E8D61: hue angle of 123.83º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E8D61 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 141 | 97 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.45 |
| HSL | 123.83º | 0.2% | 0.46% | - |
| HSV(B) | 123.83º | 0.33% | 0.55% | - |
| XYZ | 16.3 | 22.29 | 14.75 | - |
| YUV | 121.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 141 | 97 | 0.33 | 0 | 0.31 | 0.45 | 123.83 | 0.2 | 0.46 |
| Hex | 5E | 8D | 61 | 21 | 0 | 1F | 2D | 7C | 14 | 2E |
| Octal | 136 | 215 | 141 | 41 | 0 | 37 | 55 | 174 | 24 | 56 |
| Binary | 1011110 | 10001101 | 1100001 | 100001 | 0 | 11111 | 101101 | 1111100 | 10100 | 101110 |
Color Harmonies of #5E8D61
Complementary color
Monochromatic Colors of #5E8D61
Black with #5E8D61
Text Example
Text Example
White with #5E8D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8D61; }
p { color: rgb(94,141,97); }
H1.HeaderClassName
{
color: #5E8D61;
}
.AnyTagClassName
{
color: #5E8D61;
}
</style>
background-color css
<style>
a { background-color: #5E8D61; }
a { background-color: rgb(94,141,97); }
div.DivClassName
{
background-color: #5E8D61;
}
.BgClassName
{
background-color: #5E8D61;
}
</style>
border-color css
<style>
span { border-color: #5E8D61; }
span { border-color: rgb(94,141,97); }
td.TdClassName
{
border-color: #5E8D61;
}
.TagClassName
{
border-color: #5E8D61;
}
</style>