Shades of Hippie Green #578F5E
Tints of Hippie Green #578F5E
RGB
CMYK
RGB Variations
Color information
#578F5E (or 0x578F5E) is known color: Hippie Green. HEX triplet: 57, 8F and 5E. RGB value is (87,143,94). Sum of RGB (Red+Green+Blue) = 87+143+94=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #578F5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578F5E is #A870A1. Grayscale: #787878. Windows color (decimal): -11038882 or 6197079. OLE color: 6197079.
HSL color Cylindrical-coordinate representation of color #578F5E: hue angle of 127.5º 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 #578F5E is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 143 | 94 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.44 |
| HSL | 127.5º | 0.24% | 0.45% | - |
| HSV(B) | 127.5º | 0.39% | 0.56% | - |
| XYZ | 15.77 | 22.48 | 14.1 | - |
| YUV | 120.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 143 | 94 | 0.39 | 0 | 0.34 | 0.44 | 127.5 | 0.24 | 0.45 |
| Hex | 57 | 8F | 5E | 27 | 0 | 22 | 2C | 80 | 18 | 2D |
| Octal | 127 | 217 | 136 | 47 | 0 | 42 | 54 | 200 | 30 | 55 |
| Binary | 1010111 | 10001111 | 1011110 | 100111 | 0 | 100010 | 101100 | 10000000 | 11000 | 101101 |
Color Harmonies of #578F5E
Complementary color
Monochromatic Colors of #578F5E
Black with #578F5E
Text Example
Text Example
White with #578F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578F5E; }
p { color: rgb(87,143,94); }
H1.HeaderClassName
{
color: #578F5E;
}
.AnyTagClassName
{
color: #578F5E;
}
</style>
background-color css
<style>
a { background-color: #578F5E; }
a { background-color: rgb(87,143,94); }
div.DivClassName
{
background-color: #578F5E;
}
.BgClassName
{
background-color: #578F5E;
}
</style>
border-color css
<style>
span { border-color: #578F5E; }
span { border-color: rgb(87,143,94); }
td.TdClassName
{
border-color: #578F5E;
}
.TagClassName
{
border-color: #578F5E;
}
</style>