Shades of Hippie Green #59855D
Tints of Hippie Green #59855D
RGB
CMYK
RGB Variations
Color information
#59855D (or 0x59855D) is known color: Hippie Green. HEX triplet: 59, 85 and 5D. RGB value is (89,133,93). Sum of RGB (Red+Green+Blue) = 89+133+93=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #59855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59855D is #A67AA2. Grayscale: #737373. Windows color (decimal): -10910371 or 6128985. OLE color: 6128985.
HSL color Cylindrical-coordinate representation of color #59855D: hue angle of 125.45º 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 #59855D is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 133 | 93 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.48 |
| HSL | 125.45º | 0.2% | 0.44% | - |
| HSV(B) | 125.45º | 0.33% | 0.52% | - |
| XYZ | 14.48 | 19.69 | 13.39 | - |
| YUV | 115.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 93 | 0.33 | 0 | 0.30 | 0.48 | 125.45 | 0.2 | 0.44 |
| Hex | 59 | 85 | 5D | 21 | 0 | 1E | 30 | 7D | 14 | 2C |
| Octal | 131 | 205 | 135 | 41 | 0 | 36 | 60 | 175 | 24 | 54 |
| Binary | 1011001 | 10000101 | 1011101 | 100001 | 0 | 11110 | 110000 | 1111101 | 10100 | 101100 |
Color Harmonies of #59855D
Complementary color
Monochromatic Colors of #59855D
Black with #59855D
Text Example
Text Example
White with #59855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59855D; }
p { color: rgb(89,133,93); }
H1.HeaderClassName
{
color: #59855D;
}
.AnyTagClassName
{
color: #59855D;
}
</style>
background-color css
<style>
a { background-color: #59855D; }
a { background-color: rgb(89,133,93); }
div.DivClassName
{
background-color: #59855D;
}
.BgClassName
{
background-color: #59855D;
}
</style>
border-color css
<style>
span { border-color: #59855D; }
span { border-color: rgb(89,133,93); }
td.TdClassName
{
border-color: #59855D;
}
.TagClassName
{
border-color: #59855D;
}
</style>