Shades of Hippie Green #578B5F
Tints of Hippie Green #578B5F
RGB
CMYK
RGB Variations
Color information
#578B5F (or 0x578B5F) is known color: Hippie Green. HEX triplet: 57, 8B and 5F. RGB value is (87,139,95). Sum of RGB (Red+Green+Blue) = 87+139+95=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #578B5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578B5F is #A874A0. Grayscale: #767676. Windows color (decimal): -11039905 or 6261591. OLE color: 6261591.
HSL color Cylindrical-coordinate representation of color #578B5F: hue angle of 129.23º 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 #578B5F is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 139 | 95 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.45 |
| HSL | 129.23º | 0.23% | 0.44% | - |
| HSV(B) | 129.23º | 0.37% | 0.55% | - |
| XYZ | 15.23 | 21.32 | 14.14 | - |
| YUV | 118.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 95 | 0.37 | 0 | 0.32 | 0.45 | 129.23 | 0.23 | 0.44 |
| Hex | 57 | 8B | 5F | 25 | 0 | 20 | 2D | 81 | 17 | 2C |
| Octal | 127 | 213 | 137 | 45 | 0 | 40 | 55 | 201 | 27 | 54 |
| Binary | 1010111 | 10001011 | 1011111 | 100101 | 0 | 100000 | 101101 | 10000001 | 10111 | 101100 |
Color Harmonies of #578B5F
Complementary color
Monochromatic Colors of #578B5F
Black with #578B5F
Text Example
Text Example
White with #578B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578B5F; }
p { color: rgb(87,139,95); }
H1.HeaderClassName
{
color: #578B5F;
}
.AnyTagClassName
{
color: #578B5F;
}
</style>
background-color css
<style>
a { background-color: #578B5F; }
a { background-color: rgb(87,139,95); }
div.DivClassName
{
background-color: #578B5F;
}
.BgClassName
{
background-color: #578B5F;
}
</style>
border-color css
<style>
span { border-color: #578B5F; }
span { border-color: rgb(87,139,95); }
td.TdClassName
{
border-color: #578B5F;
}
.TagClassName
{
border-color: #578B5F;
}
</style>