Shades of Hippie Green #5D8855
Tints of Hippie Green #5D8855
RGB
CMYK
RGB Variations
Color information
#5D8855 (or 0x5D8855) is known color: Hippie Green. HEX triplet: 5D, 88 and 55. RGB value is (93,136,85). Sum of RGB (Red+Green+Blue) = 93+136+85=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #5D8855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8855 is #A277AA. Grayscale: #757575. Windows color (decimal): -10647467 or 5605469. OLE color: 5605469.
HSL color Cylindrical-coordinate representation of color #5D8855: hue angle of 110.59º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D8855 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 136 | 85 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.47 |
| HSL | 110.59º | 0.23% | 0.43% | - |
| HSV(B) | 110.59º | 0.38% | 0.53% | - |
| XYZ | 14.96 | 20.59 | 11.78 | - |
| YUV | 117.33 | 109.75 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 85 | 0.32 | 0 | 0.38 | 0.47 | 110.59 | 0.23 | 0.43 |
| Hex | 5D | 88 | 55 | 20 | 0 | 26 | 2F | 6F | 17 | 2B |
| Octal | 135 | 210 | 125 | 40 | 0 | 46 | 57 | 157 | 27 | 53 |
| Binary | 1011101 | 10001000 | 1010101 | 100000 | 0 | 100110 | 101111 | 1101111 | 10111 | 101011 |
Color Harmonies of #5D8855
Complementary color
Monochromatic Colors of #5D8855
Black with #5D8855
Text Example
Text Example
White with #5D8855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8855; }
p { color: rgb(93,136,85); }
H1.HeaderClassName
{
color: #5D8855;
}
.AnyTagClassName
{
color: #5D8855;
}
</style>
background-color css
<style>
a { background-color: #5D8855; }
a { background-color: rgb(93,136,85); }
div.DivClassName
{
background-color: #5D8855;
}
.BgClassName
{
background-color: #5D8855;
}
</style>
border-color css
<style>
span { border-color: #5D8855; }
span { border-color: rgb(93,136,85); }
td.TdClassName
{
border-color: #5D8855;
}
.TagClassName
{
border-color: #5D8855;
}
</style>