Shades of Hippie Green #5D8559
Tints of Hippie Green #5D8559
RGB
CMYK
RGB Variations
Color information
#5D8559 (or 0x5D8559) is known color: Hippie Green. HEX triplet: 5D, 85 and 59. RGB value is (93,133,89). Sum of RGB (Red+Green+Blue) = 93+133+89=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8559 is #A27AA6. Grayscale: #747474. Windows color (decimal): -10648231 or 5866845. OLE color: 5866845.
HSL color Cylindrical-coordinate representation of color #5D8559: hue angle of 114.55º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D8559 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 89 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.48 |
| HSL | 114.55º | 0.2% | 0.44% | - |
| HSV(B) | 114.55º | 0.33% | 0.52% | - |
| XYZ | 14.7 | 19.82 | 12.5 | - |
| YUV | 116.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 89 | 0.30 | 0 | 0.33 | 0.48 | 114.55 | 0.2 | 0.44 |
| Hex | 5D | 85 | 59 | 1E | 0 | 21 | 30 | 73 | 14 | 2C |
| Octal | 135 | 205 | 131 | 36 | 0 | 41 | 60 | 163 | 24 | 54 |
| Binary | 1011101 | 10000101 | 1011001 | 11110 | 0 | 100001 | 110000 | 1110011 | 10100 | 101100 |
Color Harmonies of #5D8559
Complementary color
Monochromatic Colors of #5D8559
Black with #5D8559
Text Example
Text Example
White with #5D8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8559; }
p { color: rgb(93,133,89); }
H1.HeaderClassName
{
color: #5D8559;
}
.AnyTagClassName
{
color: #5D8559;
}
</style>
background-color css
<style>
a { background-color: #5D8559; }
a { background-color: rgb(93,133,89); }
div.DivClassName
{
background-color: #5D8559;
}
.BgClassName
{
background-color: #5D8559;
}
</style>
border-color css
<style>
span { border-color: #5D8559; }
span { border-color: rgb(93,133,89); }
td.TdClassName
{
border-color: #5D8559;
}
.TagClassName
{
border-color: #5D8559;
}
</style>