Shades of Hippie Green #597D5A
Tints of Hippie Green #597D5A
RGB
CMYK
RGB Variations
Color information
#597D5A (or 0x597D5A) is known color: Hippie Green. HEX triplet: 59, 7D and 5A. RGB value is (89,125,90). Sum of RGB (Red+Green+Blue) = 89+125+90=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #597D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597D5A is #A682A5. Grayscale: #6E6E6E. Windows color (decimal): -10912422 or 5930329. OLE color: 5930329.
HSL color Cylindrical-coordinate representation of color #597D5A: hue angle of 121.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #597D5A is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 125 | 90 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.51 |
| HSL | 121.67º | 0.17% | 0.42% | - |
| HSV(B) | 121.67º | 0.29% | 0.49% | - |
| XYZ | 13.3 | 17.53 | 12.36 | - |
| YUV | 110.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 90 | 0.29 | 0 | 0.28 | 0.51 | 121.67 | 0.17 | 0.42 |
| Hex | 59 | 7D | 5A | 1D | 0 | 1C | 33 | 7A | 11 | 2A |
| Octal | 131 | 175 | 132 | 35 | 0 | 34 | 63 | 172 | 21 | 52 |
| Binary | 1011001 | 1111101 | 1011010 | 11101 | 0 | 11100 | 110011 | 1111010 | 10001 | 101010 |
Color Harmonies of #597D5A
Complementary color
Monochromatic Colors of #597D5A
Black with #597D5A
Text Example
Text Example
White with #597D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597D5A; }
p { color: rgb(89,125,90); }
H1.HeaderClassName
{
color: #597D5A;
}
.AnyTagClassName
{
color: #597D5A;
}
</style>
background-color css
<style>
a { background-color: #597D5A; }
a { background-color: rgb(89,125,90); }
div.DivClassName
{
background-color: #597D5A;
}
.BgClassName
{
background-color: #597D5A;
}
</style>
border-color css
<style>
span { border-color: #597D5A; }
span { border-color: rgb(89,125,90); }
td.TdClassName
{
border-color: #597D5A;
}
.TagClassName
{
border-color: #597D5A;
}
</style>