Shades of Hippie Green #5D885B
Tints of Hippie Green #5D885B
RGB
CMYK
RGB Variations
Color information
#5D885B (or 0x5D885B) is known color: Hippie Green. HEX triplet: 5D, 88 and 5B. RGB value is (93,136,91). Sum of RGB (Red+Green+Blue) = 93+136+91=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #5D885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D885B is #A277A4. Grayscale: #767676. Windows color (decimal): -10647461 or 5998685. OLE color: 5998685.
HSL color Cylindrical-coordinate representation of color #5D885B: hue angle of 117.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D885B is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 136 | 91 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.47 |
| HSL | 117.33º | 0.2% | 0.45% | - |
| HSV(B) | 117.33º | 0.33% | 0.53% | - |
| XYZ | 15.21 | 20.69 | 13.09 | - |
| YUV | 118.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 91 | 0.32 | 0 | 0.33 | 0.47 | 117.33 | 0.2 | 0.45 |
| Hex | 5D | 88 | 5B | 20 | 0 | 21 | 2F | 75 | 14 | 2D |
| Octal | 135 | 210 | 133 | 40 | 0 | 41 | 57 | 165 | 24 | 55 |
| Binary | 1011101 | 10001000 | 1011011 | 100000 | 0 | 100001 | 101111 | 1110101 | 10100 | 101101 |
Color Harmonies of #5D885B
Complementary color
Monochromatic Colors of #5D885B
Black with #5D885B
Text Example
Text Example
White with #5D885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D885B; }
p { color: rgb(93,136,91); }
H1.HeaderClassName
{
color: #5D885B;
}
.AnyTagClassName
{
color: #5D885B;
}
</style>
background-color css
<style>
a { background-color: #5D885B; }
a { background-color: rgb(93,136,91); }
div.DivClassName
{
background-color: #5D885B;
}
.BgClassName
{
background-color: #5D885B;
}
</style>
border-color css
<style>
span { border-color: #5D885B; }
span { border-color: rgb(93,136,91); }
td.TdClassName
{
border-color: #5D885B;
}
.TagClassName
{
border-color: #5D885B;
}
</style>