Shades of Hippie Green #587D56
Tints of Hippie Green #587D56
RGB
CMYK
RGB Variations
Color information
#587D56 (or 0x587D56) is known color: Hippie Green. HEX triplet: 58, 7D and 56. RGB value is (88,125,86). Sum of RGB (Red+Green+Blue) = 88+125+86=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 125 - color contains mainly: green. Hex color #587D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587D56 is #A782A9. Grayscale: #6D6D6D. Windows color (decimal): -10977962 or 5668184. OLE color: 5668184.
HSL color Cylindrical-coordinate representation of color #587D56: hue angle of 116.92º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #587D56 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 125 | 86 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.51 |
| HSL | 116.92º | 0.18% | 0.41% | - |
| HSV(B) | 116.92º | 0.31% | 0.49% | - |
| XYZ | 13.04 | 17.41 | 11.48 | - |
| YUV | 109.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 86 | 0.30 | 0 | 0.31 | 0.51 | 116.92 | 0.18 | 0.41 |
| Hex | 58 | 7D | 56 | 1E | 0 | 1F | 33 | 75 | 12 | 29 |
| Octal | 130 | 175 | 126 | 36 | 0 | 37 | 63 | 165 | 22 | 51 |
| Binary | 1011000 | 1111101 | 1010110 | 11110 | 0 | 11111 | 110011 | 1110101 | 10010 | 101001 |
Color Harmonies of #587D56
Complementary color
Monochromatic Colors of #587D56
Black with #587D56
Text Example
Text Example
White with #587D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D56; }
p { color: rgb(88,125,86); }
H1.HeaderClassName
{
color: #587D56;
}
.AnyTagClassName
{
color: #587D56;
}
</style>
background-color css
<style>
a { background-color: #587D56; }
a { background-color: rgb(88,125,86); }
div.DivClassName
{
background-color: #587D56;
}
.BgClassName
{
background-color: #587D56;
}
</style>
border-color css
<style>
span { border-color: #587D56; }
span { border-color: rgb(88,125,86); }
td.TdClassName
{
border-color: #587D56;
}
.TagClassName
{
border-color: #587D56;
}
</style>