Shades of Hippie Green #59805C
Tints of Hippie Green #59805C
RGB
CMYK
RGB Variations
Color information
#59805C (or 0x59805C) is known color: Hippie Green. HEX triplet: 59, 80 and 5C. RGB value is (89,128,92). Sum of RGB (Red+Green+Blue) = 89+128+92=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #59805C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59805C is #A67FA3. Grayscale: #707070. Windows color (decimal): -10911652 or 6062169. OLE color: 6062169.
HSL color Cylindrical-coordinate representation of color #59805C: hue angle of 124.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59805C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 128 | 92 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.50 |
| HSL | 124.62º | 0.18% | 0.43% | - |
| HSV(B) | 124.62º | 0.3% | 0.5% | - |
| XYZ | 13.77 | 18.33 | 12.94 | - |
| YUV | 112.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 92 | 0.30 | 0 | 0.28 | 0.50 | 124.62 | 0.18 | 0.43 |
| Hex | 59 | 80 | 5C | 1E | 0 | 1C | 32 | 7D | 12 | 2B |
| Octal | 131 | 200 | 134 | 36 | 0 | 34 | 62 | 175 | 22 | 53 |
| Binary | 1011001 | 10000000 | 1011100 | 11110 | 0 | 11100 | 110010 | 1111101 | 10010 | 101011 |
Color Harmonies of #59805C
Complementary color
Monochromatic Colors of #59805C
Black with #59805C
Text Example
Text Example
White with #59805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59805C; }
p { color: rgb(89,128,92); }
H1.HeaderClassName
{
color: #59805C;
}
.AnyTagClassName
{
color: #59805C;
}
</style>
background-color css
<style>
a { background-color: #59805C; }
a { background-color: rgb(89,128,92); }
div.DivClassName
{
background-color: #59805C;
}
.BgClassName
{
background-color: #59805C;
}
</style>
border-color css
<style>
span { border-color: #59805C; }
span { border-color: rgb(89,128,92); }
td.TdClassName
{
border-color: #59805C;
}
.TagClassName
{
border-color: #59805C;
}
</style>