Shades of Hippie Green #59905E
Tints of Hippie Green #59905E
RGB
CMYK
RGB Variations
Color information
#59905E (or 0x59905E) is known color: Hippie Green. HEX triplet: 59, 90 and 5E. RGB value is (89,144,94). Sum of RGB (Red+Green+Blue) = 89+144+94=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #59905E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59905E is #A66FA1. Grayscale: #7A7A7A. Windows color (decimal): -10907554 or 6197337. OLE color: 6197337.
HSL color Cylindrical-coordinate representation of color #59905E: hue angle of 125.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59905E is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 144 | 94 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.44 |
| HSL | 125.45º | 0.24% | 0.46% | - |
| HSV(B) | 125.45º | 0.38% | 0.56% | - |
| XYZ | 16.11 | 22.88 | 14.16 | - |
| YUV | 121.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 94 | 0.38 | 0 | 0.35 | 0.44 | 125.45 | 0.24 | 0.46 |
| Hex | 59 | 90 | 5E | 26 | 0 | 23 | 2C | 7D | 18 | 2E |
| Octal | 131 | 220 | 136 | 46 | 0 | 43 | 54 | 175 | 30 | 56 |
| Binary | 1011001 | 10010000 | 1011110 | 100110 | 0 | 100011 | 101100 | 1111101 | 11000 | 101110 |
Color Harmonies of #59905E
Complementary color
Monochromatic Colors of #59905E
Black with #59905E
Text Example
Text Example
White with #59905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59905E; }
p { color: rgb(89,144,94); }
H1.HeaderClassName
{
color: #59905E;
}
.AnyTagClassName
{
color: #59905E;
}
</style>
background-color css
<style>
a { background-color: #59905E; }
a { background-color: rgb(89,144,94); }
div.DivClassName
{
background-color: #59905E;
}
.BgClassName
{
background-color: #59905E;
}
</style>
border-color css
<style>
span { border-color: #59905E; }
span { border-color: rgb(89,144,94); }
td.TdClassName
{
border-color: #59905E;
}
.TagClassName
{
border-color: #59905E;
}
</style>