Shades of Hippie Green #578B5E
Tints of Hippie Green #578B5E
RGB
CMYK
RGB Variations
Color information
#578B5E (or 0x578B5E) is known color: Hippie Green. HEX triplet: 57, 8B and 5E. RGB value is (87,139,94). Sum of RGB (Red+Green+Blue) = 87+139+94=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #578B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578B5E is #A874A1. Grayscale: #767676. Windows color (decimal): -11039906 or 6196055. OLE color: 6196055.
HSL color Cylindrical-coordinate representation of color #578B5E: hue angle of 128.08º 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 #578B5E is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
RGB | 87 | 139 | 94 | - |
CMYK | 0.37 | 0 | 0.32 | 0.45 |
HSL | 128.08º | 0.23% | 0.44% | - |
HSV(B) | 128.08º | 0.37% | 0.55% | - |
XYZ | 15.18 | 21.3 | 13.9 | - |
YUV | 118.32 | 114.27 | 105.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 87 | 139 | 94 | 0.37 | 0 | 0.32 | 0.45 | 128.08 | 0.23 | 0.44 |
Hex | 57 | 8B | 5E | 25 | 0 | 20 | 2D | 80 | 17 | 2C |
Octal | 127 | 213 | 136 | 45 | 0 | 40 | 55 | 200 | 27 | 54 |
Binary | 1010111 | 10001011 | 1011110 | 100101 | 0 | 100000 | 101101 | 10000000 | 10111 | 101100 |
Color Harmonies of #578B5E
Complementary color
Monochromatic Colors of #578B5E
Black with #578B5E
Text Example
Text Example
White with #578B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578B5E; }
p { color: rgb(87,139,94); }
H1.HeaderClassName
{
color: #578B5E;
}
.AnyTagClassName
{
color: #578B5E;
}
</style>
background-color css
<style>
a { background-color: #578B5E; }
a { background-color: rgb(87,139,94); }
div.DivClassName
{
background-color: #578B5E;
}
.BgClassName
{
background-color: #578B5E;
}
</style>
border-color css
<style>
span { border-color: #578B5E; }
span { border-color: rgb(87,139,94); }
td.TdClassName
{
border-color: #578B5E;
}
.TagClassName
{
border-color: #578B5E;
}
</style>