Shades of Hippie Green #59945E
Tints of Hippie Green #59945E
RGB
CMYK
RGB Variations
Color information
#59945E (or 0x59945E) is known color: Hippie Green. HEX triplet: 59, 94 and 5E. RGB value is (89,148,94). Sum of RGB (Red+Green+Blue) = 89+148+94=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #59945E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59945E is #A66BA1. Grayscale: #7C7C7C. Windows color (decimal): -10906530 or 6198361. OLE color: 6198361.
HSL color Cylindrical-coordinate representation of color #59945E: hue angle of 125.08º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59945E is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 94 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.42 |
| HSL | 125.08º | 0.25% | 0.46% | - |
| HSV(B) | 125.08º | 0.4% | 0.58% | - |
| XYZ | 16.73 | 24.11 | 14.36 | - |
| YUV | 124.2 | 110.95 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 94 | 0.40 | 0 | 0.36 | 0.42 | 125.08 | 0.25 | 0.46 |
| Hex | 59 | 94 | 5E | 28 | 0 | 24 | 2A | 7D | 19 | 2E |
| Octal | 131 | 224 | 136 | 50 | 0 | 44 | 52 | 175 | 31 | 56 |
| Binary | 1011001 | 10010100 | 1011110 | 101000 | 0 | 100100 | 101010 | 1111101 | 11001 | 101110 |
Color Harmonies of #59945E
Complementary color
Monochromatic Colors of #59945E
Black with #59945E
Text Example
Text Example
White with #59945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59945E; }
p { color: rgb(89,148,94); }
H1.HeaderClassName
{
color: #59945E;
}
.AnyTagClassName
{
color: #59945E;
}
</style>
background-color css
<style>
a { background-color: #59945E; }
a { background-color: rgb(89,148,94); }
div.DivClassName
{
background-color: #59945E;
}
.BgClassName
{
background-color: #59945E;
}
</style>
border-color css
<style>
span { border-color: #59945E; }
span { border-color: rgb(89,148,94); }
td.TdClassName
{
border-color: #59945E;
}
.TagClassName
{
border-color: #59945E;
}
</style>