Shades of Hippie Green #578E5D
Tints of Hippie Green #578E5D
RGB
CMYK
RGB Variations
Color information
#578E5D (or 0x578E5D) is known color: Hippie Green. HEX triplet: 57, 8E and 5D. RGB value is (87,142,93). Sum of RGB (Red+Green+Blue) = 87+142+93=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 142 - color contains mainly: green. Hex color #578E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578E5D is #A871A2. Grayscale: #787878. Windows color (decimal): -11039139 or 6131287. OLE color: 6131287.
HSL color Cylindrical-coordinate representation of color #578E5D: hue angle of 126.55º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #578E5D is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 142 | 93 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.44 |
| HSL | 126.55º | 0.24% | 0.45% | - |
| HSV(B) | 126.55º | 0.39% | 0.56% | - |
| XYZ | 15.58 | 22.16 | 13.81 | - |
| YUV | 119.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 142 | 93 | 0.39 | 0 | 0.35 | 0.44 | 126.55 | 0.24 | 0.45 |
| Hex | 57 | 8E | 5D | 27 | 0 | 23 | 2C | 7F | 18 | 2D |
| Octal | 127 | 216 | 135 | 47 | 0 | 43 | 54 | 177 | 30 | 55 |
| Binary | 1010111 | 10001110 | 1011101 | 100111 | 0 | 100011 | 101100 | 1111111 | 11000 | 101101 |
Color Harmonies of #578E5D
Complementary color
Monochromatic Colors of #578E5D
Black with #578E5D
Text Example
Text Example
White with #578E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578E5D; }
p { color: rgb(87,142,93); }
H1.HeaderClassName
{
color: #578E5D;
}
.AnyTagClassName
{
color: #578E5D;
}
</style>
background-color css
<style>
a { background-color: #578E5D; }
a { background-color: rgb(87,142,93); }
div.DivClassName
{
background-color: #578E5D;
}
.BgClassName
{
background-color: #578E5D;
}
</style>
border-color css
<style>
span { border-color: #578E5D; }
span { border-color: rgb(87,142,93); }
td.TdClassName
{
border-color: #578E5D;
}
.TagClassName
{
border-color: #578E5D;
}
</style>