Shades of Hippie Green #5D8457
Tints of Hippie Green #5D8457
RGB
CMYK
RGB Variations
Color information
#5D8457 (or 0x5D8457) is known color: Hippie Green. HEX triplet: 5D, 84 and 57. RGB value is (93,132,87). Sum of RGB (Red+Green+Blue) = 93+132+87=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8457 is #A27BA8. Grayscale: #737373. Windows color (decimal): -10648489 or 5735517. OLE color: 5735517.
HSL color Cylindrical-coordinate representation of color #5D8457: hue angle of 112º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D8457 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 132 | 87 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.48 |
| HSL | 112º | 0.21% | 0.43% | - |
| HSV(B) | 112º | 0.34% | 0.52% | - |
| XYZ | 14.49 | 19.52 | 12.02 | - |
| YUV | 115.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 87 | 0.30 | 0 | 0.34 | 0.48 | 112 | 0.21 | 0.43 |
| Hex | 5D | 84 | 57 | 1E | 0 | 22 | 30 | 70 | 15 | 2B |
| Octal | 135 | 204 | 127 | 36 | 0 | 42 | 60 | 160 | 25 | 53 |
| Binary | 1011101 | 10000100 | 1010111 | 11110 | 0 | 100010 | 110000 | 1110000 | 10101 | 101011 |
Color Harmonies of #5D8457
Complementary color
Monochromatic Colors of #5D8457
Black with #5D8457
Text Example
Text Example
White with #5D8457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8457; }
p { color: rgb(93,132,87); }
H1.HeaderClassName
{
color: #5D8457;
}
.AnyTagClassName
{
color: #5D8457;
}
</style>
background-color css
<style>
a { background-color: #5D8457; }
a { background-color: rgb(93,132,87); }
div.DivClassName
{
background-color: #5D8457;
}
.BgClassName
{
background-color: #5D8457;
}
</style>
border-color css
<style>
span { border-color: #5D8457; }
span { border-color: rgb(93,132,87); }
td.TdClassName
{
border-color: #5D8457;
}
.TagClassName
{
border-color: #5D8457;
}
</style>