Shades of Hippie Green #558759
Tints of Hippie Green #558759
RGB
CMYK
RGB Variations
Color information
#558759 (or 0x558759) is known color: Hippie Green. HEX triplet: 55, 87 and 59. RGB value is (85,135,89). Sum of RGB (Red+Green+Blue) = 85+135+89=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #558759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558759 is #AA78A6. Grayscale: #727272. Windows color (decimal): -11172007 or 5867349. OLE color: 5867349.
HSL color Cylindrical-coordinate representation of color #558759: hue angle of 124.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #558759 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 135 | 89 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.47 |
| HSL | 124.8º | 0.23% | 0.43% | - |
| HSV(B) | 124.8º | 0.37% | 0.53% | - |
| XYZ | 14.21 | 19.98 | 12.56 | - |
| YUV | 114.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 89 | 0.37 | 0 | 0.34 | 0.47 | 124.8 | 0.23 | 0.43 |
| Hex | 55 | 87 | 59 | 25 | 0 | 22 | 2F | 7D | 17 | 2B |
| Octal | 125 | 207 | 131 | 45 | 0 | 42 | 57 | 175 | 27 | 53 |
| Binary | 1010101 | 10000111 | 1011001 | 100101 | 0 | 100010 | 101111 | 1111101 | 10111 | 101011 |
Color Harmonies of #558759
Complementary color
Monochromatic Colors of #558759
Black with #558759
Text Example
Text Example
White with #558759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558759; }
p { color: rgb(85,135,89); }
H1.HeaderClassName
{
color: #558759;
}
.AnyTagClassName
{
color: #558759;
}
</style>
background-color css
<style>
a { background-color: #558759; }
a { background-color: rgb(85,135,89); }
div.DivClassName
{
background-color: #558759;
}
.BgClassName
{
background-color: #558759;
}
</style>
border-color css
<style>
span { border-color: #558759; }
span { border-color: rgb(85,135,89); }
td.TdClassName
{
border-color: #558759;
}
.TagClassName
{
border-color: #558759;
}
</style>