Shades of Hippie Green #578E5C
Tints of Hippie Green #578E5C
RGB
CMYK
RGB Variations
Color information
#578E5C (or 0x578E5C) is known color: Hippie Green. HEX triplet: 57, 8E and 5C. RGB value is (87,142,92). Sum of RGB (Red+Green+Blue) = 87+142+92=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #578E5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578E5C is #A871A3. Grayscale: #787878. Windows color (decimal): -11039140 or 6065751. OLE color: 6065751.
HSL color Cylindrical-coordinate representation of color #578E5C: hue angle of 125.45º 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 #578E5C is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 142 | 92 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.44 |
| HSL | 125.45º | 0.24% | 0.45% | - |
| HSV(B) | 125.45º | 0.39% | 0.56% | - |
| XYZ | 15.54 | 22.14 | 13.58 | - |
| YUV | 119.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 142 | 92 | 0.39 | 0 | 0.35 | 0.44 | 125.45 | 0.24 | 0.45 |
| Hex | 57 | 8E | 5C | 27 | 0 | 23 | 2C | 7D | 18 | 2D |
| Octal | 127 | 216 | 134 | 47 | 0 | 43 | 54 | 175 | 30 | 55 |
| Binary | 1010111 | 10001110 | 1011100 | 100111 | 0 | 100011 | 101100 | 1111101 | 11000 | 101101 |
Color Harmonies of #578E5C
Complementary color
Monochromatic Colors of #578E5C
Black with #578E5C
Text Example
Text Example
White with #578E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578E5C; }
p { color: rgb(87,142,92); }
H1.HeaderClassName
{
color: #578E5C;
}
.AnyTagClassName
{
color: #578E5C;
}
</style>
background-color css
<style>
a { background-color: #578E5C; }
a { background-color: rgb(87,142,92); }
div.DivClassName
{
background-color: #578E5C;
}
.BgClassName
{
background-color: #578E5C;
}
</style>
border-color css
<style>
span { border-color: #578E5C; }
span { border-color: rgb(87,142,92); }
td.TdClassName
{
border-color: #578E5C;
}
.TagClassName
{
border-color: #578E5C;
}
</style>