Shades of Hippie Green #578F5F
Tints of Hippie Green #578F5F
RGB
CMYK
RGB Variations
Color information
#578F5F (or 0x578F5F) is known color: Hippie Green. HEX triplet: 57, 8F and 5F. RGB value is (87,143,95). Sum of RGB (Red+Green+Blue) = 87+143+95=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #578F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578F5F is #A870A0. Grayscale: #787878. Windows color (decimal): -11038881 or 6262615. OLE color: 6262615.
HSL color Cylindrical-coordinate representation of color #578F5F: hue angle of 128.57º 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 #578F5F is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 143 | 95 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.44 |
| HSL | 128.57º | 0.24% | 0.45% | - |
| HSV(B) | 128.57º | 0.39% | 0.56% | - |
| XYZ | 15.82 | 22.5 | 14.34 | - |
| YUV | 120.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 143 | 95 | 0.39 | 0 | 0.34 | 0.44 | 128.57 | 0.24 | 0.45 |
| Hex | 57 | 8F | 5F | 27 | 0 | 22 | 2C | 81 | 18 | 2D |
| Octal | 127 | 217 | 137 | 47 | 0 | 42 | 54 | 201 | 30 | 55 |
| Binary | 1010111 | 10001111 | 1011111 | 100111 | 0 | 100010 | 101100 | 10000001 | 11000 | 101101 |
Color Harmonies of #578F5F
Complementary color
Monochromatic Colors of #578F5F
Black with #578F5F
Text Example
Text Example
White with #578F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578F5F; }
p { color: rgb(87,143,95); }
H1.HeaderClassName
{
color: #578F5F;
}
.AnyTagClassName
{
color: #578F5F;
}
</style>
background-color css
<style>
a { background-color: #578F5F; }
a { background-color: rgb(87,143,95); }
div.DivClassName
{
background-color: #578F5F;
}
.BgClassName
{
background-color: #578F5F;
}
</style>
border-color css
<style>
span { border-color: #578F5F; }
span { border-color: rgb(87,143,95); }
td.TdClassName
{
border-color: #578F5F;
}
.TagClassName
{
border-color: #578F5F;
}
</style>