Shades of Hippie Green #5E885F
Tints of Hippie Green #5E885F
RGB
CMYK
RGB Variations
Color information
#5E885F (or 0x5E885F) is known color: Hippie Green. HEX triplet: 5E, 88 and 5F. RGB value is (94,136,95). Sum of RGB (Red+Green+Blue) = 94+136+95=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #5E885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E885F is #A177A0. Grayscale: #767676. Windows color (decimal): -10581921 or 6260830. OLE color: 6260830.
HSL color Cylindrical-coordinate representation of color #5E885F: hue angle of 121.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E885F is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 95 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.47 |
| HSL | 121.43º | 0.18% | 0.45% | - |
| HSV(B) | 121.43º | 0.31% | 0.53% | - |
| XYZ | 15.49 | 20.81 | 14.03 | - |
| YUV | 118.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 95 | 0.31 | 0 | 0.30 | 0.47 | 121.43 | 0.18 | 0.45 |
| Hex | 5E | 88 | 5F | 1F | 0 | 1E | 2F | 79 | 12 | 2D |
| Octal | 136 | 210 | 137 | 37 | 0 | 36 | 57 | 171 | 22 | 55 |
| Binary | 1011110 | 10001000 | 1011111 | 11111 | 0 | 11110 | 101111 | 1111001 | 10010 | 101101 |
Color Harmonies of #5E885F
Complementary color
Monochromatic Colors of #5E885F
Black with #5E885F
Text Example
Text Example
White with #5E885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E885F; }
p { color: rgb(94,136,95); }
H1.HeaderClassName
{
color: #5E885F;
}
.AnyTagClassName
{
color: #5E885F;
}
</style>
background-color css
<style>
a { background-color: #5E885F; }
a { background-color: rgb(94,136,95); }
div.DivClassName
{
background-color: #5E885F;
}
.BgClassName
{
background-color: #5E885F;
}
</style>
border-color css
<style>
span { border-color: #5E885F; }
span { border-color: rgb(94,136,95); }
td.TdClassName
{
border-color: #5E885F;
}
.TagClassName
{
border-color: #5E885F;
}
</style>