Shades of Hippie Green #597D5B
Tints of Hippie Green #597D5B
RGB
CMYK
RGB Variations
Color information
#597D5B (or 0x597D5B) is known color: Hippie Green. HEX triplet: 59, 7D and 5B. RGB value is (89,125,91). Sum of RGB (Red+Green+Blue) = 89+125+91=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 125 - color contains mainly: green. Hex color #597D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597D5B is #A682A4. Grayscale: #6E6E6E. Windows color (decimal): -10912421 or 5995865. OLE color: 5995865.
HSL color Cylindrical-coordinate representation of color #597D5B: hue angle of 123.33º 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 #597D5B is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 125 | 91 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.51 |
| HSL | 123.33º | 0.17% | 0.42% | - |
| HSV(B) | 123.33º | 0.29% | 0.49% | - |
| XYZ | 13.34 | 17.55 | 12.58 | - |
| YUV | 110.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 91 | 0.29 | 0 | 0.27 | 0.51 | 123.33 | 0.17 | 0.42 |
| Hex | 59 | 7D | 5B | 1D | 0 | 1B | 33 | 7B | 11 | 2A |
| Octal | 131 | 175 | 133 | 35 | 0 | 33 | 63 | 173 | 21 | 52 |
| Binary | 1011001 | 1111101 | 1011011 | 11101 | 0 | 11011 | 110011 | 1111011 | 10001 | 101010 |
Color Harmonies of #597D5B
Complementary color
Monochromatic Colors of #597D5B
Black with #597D5B
Text Example
Text Example
White with #597D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597D5B; }
p { color: rgb(89,125,91); }
H1.HeaderClassName
{
color: #597D5B;
}
.AnyTagClassName
{
color: #597D5B;
}
</style>
background-color css
<style>
a { background-color: #597D5B; }
a { background-color: rgb(89,125,91); }
div.DivClassName
{
background-color: #597D5B;
}
.BgClassName
{
background-color: #597D5B;
}
</style>
border-color css
<style>
span { border-color: #597D5B; }
span { border-color: rgb(89,125,91); }
td.TdClassName
{
border-color: #597D5B;
}
.TagClassName
{
border-color: #597D5B;
}
</style>