Shades of Hippie Green #578B5C
Tints of Hippie Green #578B5C
RGB
CMYK
RGB Variations
Color information
#578B5C (or 0x578B5C) is known color: Hippie Green. HEX triplet: 57, 8B and 5C. RGB value is (87,139,92). Sum of RGB (Red+Green+Blue) = 87+139+92=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #578B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578B5C is #A874A3. Grayscale: #767676. Windows color (decimal): -11039908 or 6064983. OLE color: 6064983.
HSL color Cylindrical-coordinate representation of color #578B5C: hue angle of 125.77º 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 #578B5C is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 139 | 92 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.45 |
| HSL | 125.77º | 0.23% | 0.44% | - |
| HSV(B) | 125.77º | 0.37% | 0.55% | - |
| XYZ | 15.09 | 21.26 | 13.43 | - |
| YUV | 118.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 92 | 0.37 | 0 | 0.34 | 0.45 | 125.77 | 0.23 | 0.44 |
| Hex | 57 | 8B | 5C | 25 | 0 | 22 | 2D | 7E | 17 | 2C |
| Octal | 127 | 213 | 134 | 45 | 0 | 42 | 55 | 176 | 27 | 54 |
| Binary | 1010111 | 10001011 | 1011100 | 100101 | 0 | 100010 | 101101 | 1111110 | 10111 | 101100 |
Color Harmonies of #578B5C
Complementary color
Monochromatic Colors of #578B5C
Black with #578B5C
Text Example
Text Example
White with #578B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578B5C; }
p { color: rgb(87,139,92); }
H1.HeaderClassName
{
color: #578B5C;
}
.AnyTagClassName
{
color: #578B5C;
}
</style>
background-color css
<style>
a { background-color: #578B5C; }
a { background-color: rgb(87,139,92); }
div.DivClassName
{
background-color: #578B5C;
}
.BgClassName
{
background-color: #578B5C;
}
</style>
border-color css
<style>
span { border-color: #578B5C; }
span { border-color: rgb(87,139,92); }
td.TdClassName
{
border-color: #578B5C;
}
.TagClassName
{
border-color: #578B5C;
}
</style>