Shades of Hippie Green #59805B
Tints of Hippie Green #59805B
RGB
CMYK
RGB Variations
Color information
#59805B (or 0x59805B) is known color: Hippie Green. HEX triplet: 59, 80 and 5B. RGB value is (89,128,91). Sum of RGB (Red+Green+Blue) = 89+128+91=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #59805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59805B is #A67FA4. Grayscale: #707070. Windows color (decimal): -10911653 or 5996633. OLE color: 5996633.
HSL color Cylindrical-coordinate representation of color #59805B: hue angle of 123.08º 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 #59805B is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 128 | 91 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.50 |
| HSL | 123.08º | 0.18% | 0.43% | - |
| HSV(B) | 123.08º | 0.3% | 0.5% | - |
| XYZ | 13.73 | 18.32 | 12.71 | - |
| YUV | 112.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 91 | 0.30 | 0 | 0.29 | 0.50 | 123.08 | 0.18 | 0.43 |
| Hex | 59 | 80 | 5B | 1E | 0 | 1D | 32 | 7B | 12 | 2B |
| Octal | 131 | 200 | 133 | 36 | 0 | 35 | 62 | 173 | 22 | 53 |
| Binary | 1011001 | 10000000 | 1011011 | 11110 | 0 | 11101 | 110010 | 1111011 | 10010 | 101011 |
Color Harmonies of #59805B
Complementary color
Monochromatic Colors of #59805B
Black with #59805B
Text Example
Text Example
White with #59805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59805B; }
p { color: rgb(89,128,91); }
H1.HeaderClassName
{
color: #59805B;
}
.AnyTagClassName
{
color: #59805B;
}
</style>
background-color css
<style>
a { background-color: #59805B; }
a { background-color: rgb(89,128,91); }
div.DivClassName
{
background-color: #59805B;
}
.BgClassName
{
background-color: #59805B;
}
</style>
border-color css
<style>
span { border-color: #59805B; }
span { border-color: rgb(89,128,91); }
td.TdClassName
{
border-color: #59805B;
}
.TagClassName
{
border-color: #59805B;
}
</style>