Shades of Hippie Green #578C54
Tints of Hippie Green #578C54
RGB
CMYK
RGB Variations
Color information
#578C54 (or 0x578C54) is known color: Hippie Green. HEX triplet: 57, 8C and 54. RGB value is (87,140,84). Sum of RGB (Red+Green+Blue) = 87+140+84=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #578C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578C54 is #A873AB. Grayscale: #757575. Windows color (decimal): -11039660 or 5540951. OLE color: 5540951.
HSL color Cylindrical-coordinate representation of color #578C54: hue angle of 116.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #578C54 is Cyan = 0.38, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 140 | 84 | - |
| CMYK | 0.38 | 0 | 0.4 | 0.45 |
| HSL | 116.79º | 0.25% | 0.44% | - |
| HSV(B) | 116.79º | 0.4% | 0.55% | - |
| XYZ | 14.91 | 21.42 | 11.74 | - |
| YUV | 117.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 140 | 84 | 0.38 | 0 | 0.4 | 0.45 | 116.79 | 0.25 | 0.44 |
| Hex | 57 | 8C | 54 | 26 | 0 | 28 | 2D | 75 | 19 | 2C |
| Octal | 127 | 214 | 124 | 46 | 0 | 50 | 55 | 165 | 31 | 54 |
| Binary | 1010111 | 10001100 | 1010100 | 100110 | 0 | 101000 | 101101 | 1110101 | 11001 | 101100 |
Color Harmonies of #578C54
Complementary color
Monochromatic Colors of #578C54
Black with #578C54
Text Example
Text Example
White with #578C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578C54; }
p { color: rgb(87,140,84); }
H1.HeaderClassName
{
color: #578C54;
}
.AnyTagClassName
{
color: #578C54;
}
</style>
background-color css
<style>
a { background-color: #578C54; }
a { background-color: rgb(87,140,84); }
div.DivClassName
{
background-color: #578C54;
}
.BgClassName
{
background-color: #578C54;
}
</style>
border-color css
<style>
span { border-color: #578C54; }
span { border-color: rgb(87,140,84); }
td.TdClassName
{
border-color: #578C54;
}
.TagClassName
{
border-color: #578C54;
}
</style>