Shades of Hippie Green #578B5A
Tints of Hippie Green #578B5A
RGB
CMYK
RGB Variations
Color information
#578B5A (or 0x578B5A) is known color: Hippie Green. HEX triplet: 57, 8B and 5A. RGB value is (87,139,90). Sum of RGB (Red+Green+Blue) = 87+139+90=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #578B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578B5A is #A874A5. Grayscale: #767676. Windows color (decimal): -11039910 or 5933911. OLE color: 5933911.
HSL color Cylindrical-coordinate representation of color #578B5A: hue angle of 123.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #578B5A is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 139 | 90 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.45 |
| HSL | 123.46º | 0.23% | 0.44% | - |
| HSV(B) | 123.46º | 0.37% | 0.55% | - |
| XYZ | 15.01 | 21.23 | 12.98 | - |
| YUV | 117.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 90 | 0.37 | 0 | 0.35 | 0.45 | 123.46 | 0.23 | 0.44 |
| Hex | 57 | 8B | 5A | 25 | 0 | 23 | 2D | 7B | 17 | 2C |
| Octal | 127 | 213 | 132 | 45 | 0 | 43 | 55 | 173 | 27 | 54 |
| Binary | 1010111 | 10001011 | 1011010 | 100101 | 0 | 100011 | 101101 | 1111011 | 10111 | 101100 |
Color Harmonies of #578B5A
Complementary color
Monochromatic Colors of #578B5A
Black with #578B5A
Text Example
Text Example
White with #578B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578B5A; }
p { color: rgb(87,139,90); }
H1.HeaderClassName
{
color: #578B5A;
}
.AnyTagClassName
{
color: #578B5A;
}
</style>
background-color css
<style>
a { background-color: #578B5A; }
a { background-color: rgb(87,139,90); }
div.DivClassName
{
background-color: #578B5A;
}
.BgClassName
{
background-color: #578B5A;
}
</style>
border-color css
<style>
span { border-color: #578B5A; }
span { border-color: rgb(87,139,90); }
td.TdClassName
{
border-color: #578B5A;
}
.TagClassName
{
border-color: #578B5A;
}
</style>