Shades of Hippie Green #5D885D
Tints of Hippie Green #5D885D
RGB
CMYK
RGB Variations
Color information
#5D885D (or 0x5D885D) is known color: Hippie Green. HEX triplet: 5D, 88 and 5D. RGB value is (93,136,93). Sum of RGB (Red+Green+Blue) = 93+136+93=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #5D885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D885D is #A277A2. Grayscale: #767676. Windows color (decimal): -10647459 or 6129757. OLE color: 6129757.
HSL color Cylindrical-coordinate representation of color #5D885D: hue angle of 120º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D885D is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 136 | 93 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.47 |
| HSL | 120º | 0.19% | 0.45% | - |
| HSV(B) | 120º | 0.32% | 0.53% | - |
| XYZ | 15.29 | 20.73 | 13.55 | - |
| YUV | 118.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 93 | 0.32 | 0 | 0.32 | 0.47 | 120 | 0.19 | 0.45 |
| Hex | 5D | 88 | 5D | 20 | 0 | 20 | 2F | 78 | 13 | 2D |
| Octal | 135 | 210 | 135 | 40 | 0 | 40 | 57 | 170 | 23 | 55 |
| Binary | 1011101 | 10001000 | 1011101 | 100000 | 0 | 100000 | 101111 | 1111000 | 10011 | 101101 |
Color Harmonies of #5D885D
Complementary color
Monochromatic Colors of #5D885D
Black with #5D885D
Text Example
Text Example
White with #5D885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D885D; }
p { color: rgb(93,136,93); }
H1.HeaderClassName
{
color: #5D885D;
}
.AnyTagClassName
{
color: #5D885D;
}
</style>
background-color css
<style>
a { background-color: #5D885D; }
a { background-color: rgb(93,136,93); }
div.DivClassName
{
background-color: #5D885D;
}
.BgClassName
{
background-color: #5D885D;
}
</style>
border-color css
<style>
span { border-color: #5D885D; }
span { border-color: rgb(93,136,93); }
td.TdClassName
{
border-color: #5D885D;
}
.TagClassName
{
border-color: #5D885D;
}
</style>