Shades of Hippie Green #59845D
Tints of Hippie Green #59845D
RGB
CMYK
RGB Variations
Color information
#59845D (or 0x59845D) is known color: Hippie Green. HEX triplet: 59, 84 and 5D. RGB value is (89,132,93). Sum of RGB (Red+Green+Blue) = 89+132+93=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #59845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59845D is #A67BA2. Grayscale: #727272. Windows color (decimal): -10910627 or 6128729. OLE color: 6128729.
HSL color Cylindrical-coordinate representation of color #59845D: hue angle of 125.58º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59845D is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 132 | 93 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.48 |
| HSL | 125.58º | 0.19% | 0.43% | - |
| HSV(B) | 125.58º | 0.33% | 0.52% | - |
| XYZ | 14.35 | 19.42 | 13.35 | - |
| YUV | 114.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 132 | 93 | 0.33 | 0 | 0.30 | 0.48 | 125.58 | 0.19 | 0.43 |
| Hex | 59 | 84 | 5D | 21 | 0 | 1E | 30 | 7E | 13 | 2B |
| Octal | 131 | 204 | 135 | 41 | 0 | 36 | 60 | 176 | 23 | 53 |
| Binary | 1011001 | 10000100 | 1011101 | 100001 | 0 | 11110 | 110000 | 1111110 | 10011 | 101011 |
Color Harmonies of #59845D
Complementary color
Monochromatic Colors of #59845D
Black with #59845D
Text Example
Text Example
White with #59845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59845D; }
p { color: rgb(89,132,93); }
H1.HeaderClassName
{
color: #59845D;
}
.AnyTagClassName
{
color: #59845D;
}
</style>
background-color css
<style>
a { background-color: #59845D; }
a { background-color: rgb(89,132,93); }
div.DivClassName
{
background-color: #59845D;
}
.BgClassName
{
background-color: #59845D;
}
</style>
border-color css
<style>
span { border-color: #59845D; }
span { border-color: rgb(89,132,93); }
td.TdClassName
{
border-color: #59845D;
}
.TagClassName
{
border-color: #59845D;
}
</style>