Shades of Hippie Green #578B5D
Tints of Hippie Green #578B5D
RGB
CMYK
RGB Variations
Color information
#578B5D (or 0x578B5D) is known color: Hippie Green. HEX triplet: 57, 8B and 5D. RGB value is (87,139,93). Sum of RGB (Red+Green+Blue) = 87+139+93=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #578B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578B5D is #A874A2. Grayscale: #767676. Windows color (decimal): -11039907 or 6130519. OLE color: 6130519.
HSL color Cylindrical-coordinate representation of color #578B5D: hue angle of 126.92º 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 #578B5D is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 139 | 93 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.45 |
| HSL | 126.92º | 0.23% | 0.44% | - |
| HSV(B) | 126.92º | 0.37% | 0.55% | - |
| XYZ | 15.14 | 21.28 | 13.67 | - |
| YUV | 118.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 93 | 0.37 | 0 | 0.33 | 0.45 | 126.92 | 0.23 | 0.44 |
| Hex | 57 | 8B | 5D | 25 | 0 | 21 | 2D | 7F | 17 | 2C |
| Octal | 127 | 213 | 135 | 45 | 0 | 41 | 55 | 177 | 27 | 54 |
| Binary | 1010111 | 10001011 | 1011101 | 100101 | 0 | 100001 | 101101 | 1111111 | 10111 | 101100 |
Color Harmonies of #578B5D
Complementary color
Monochromatic Colors of #578B5D
Black with #578B5D
Text Example
Text Example
White with #578B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578B5D; }
p { color: rgb(87,139,93); }
H1.HeaderClassName
{
color: #578B5D;
}
.AnyTagClassName
{
color: #578B5D;
}
</style>
background-color css
<style>
a { background-color: #578B5D; }
a { background-color: rgb(87,139,93); }
div.DivClassName
{
background-color: #578B5D;
}
.BgClassName
{
background-color: #578B5D;
}
</style>
border-color css
<style>
span { border-color: #578B5D; }
span { border-color: rgb(87,139,93); }
td.TdClassName
{
border-color: #578B5D;
}
.TagClassName
{
border-color: #578B5D;
}
</style>