Shades of Hippie Green #5E845A
Tints of Hippie Green #5E845A
RGB
CMYK
RGB Variations
Color information
#5E845A (or 0x5E845A) is known color: Hippie Green. HEX triplet: 5E, 84 and 5A. RGB value is (94,132,90). Sum of RGB (Red+Green+Blue) = 94+132+90=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #5E845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E845A is #A17BA5. Grayscale: #737373. Windows color (decimal): -10582950 or 5932126. OLE color: 5932126.
HSL color Cylindrical-coordinate representation of color #5E845A: hue angle of 114.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E845A is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 90 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.48 |
| HSL | 114.29º | 0.19% | 0.44% | - |
| HSV(B) | 114.29º | 0.32% | 0.52% | - |
| XYZ | 14.71 | 19.62 | 12.68 | - |
| YUV | 115.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 90 | 0.29 | 0 | 0.32 | 0.48 | 114.29 | 0.19 | 0.44 |
| Hex | 5E | 84 | 5A | 1D | 0 | 20 | 30 | 72 | 13 | 2C |
| Octal | 136 | 204 | 132 | 35 | 0 | 40 | 60 | 162 | 23 | 54 |
| Binary | 1011110 | 10000100 | 1011010 | 11101 | 0 | 100000 | 110000 | 1110010 | 10011 | 101100 |
Color Harmonies of #5E845A
Complementary color
Monochromatic Colors of #5E845A
Black with #5E845A
Text Example
Text Example
White with #5E845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E845A; }
p { color: rgb(94,132,90); }
H1.HeaderClassName
{
color: #5E845A;
}
.AnyTagClassName
{
color: #5E845A;
}
</style>
background-color css
<style>
a { background-color: #5E845A; }
a { background-color: rgb(94,132,90); }
div.DivClassName
{
background-color: #5E845A;
}
.BgClassName
{
background-color: #5E845A;
}
</style>
border-color css
<style>
span { border-color: #5E845A; }
span { border-color: rgb(94,132,90); }
td.TdClassName
{
border-color: #5E845A;
}
.TagClassName
{
border-color: #5E845A;
}
</style>