Shades of Hippie Green #578155
Tints of Hippie Green #578155
RGB
CMYK
RGB Variations
Color information
#578155 (or 0x578155) is known color: Hippie Green. HEX triplet: 57, 81 and 55. RGB value is (87,129,85). Sum of RGB (Red+Green+Blue) = 87+129+85=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #578155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578155 is #A87EAA. Grayscale: #6F6F6F. Windows color (decimal): -11042475 or 5603671. OLE color: 5603671.
HSL color Cylindrical-coordinate representation of color #578155: hue angle of 117.27º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #578155 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 129 | 85 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.49 |
| HSL | 117.27º | 0.21% | 0.42% | - |
| HSV(B) | 117.27º | 0.34% | 0.51% | - |
| XYZ | 13.42 | 18.38 | 11.44 | - |
| YUV | 111.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 129 | 85 | 0.33 | 0 | 0.34 | 0.49 | 117.27 | 0.21 | 0.42 |
| Hex | 57 | 81 | 55 | 21 | 0 | 22 | 31 | 75 | 15 | 2A |
| Octal | 127 | 201 | 125 | 41 | 0 | 42 | 61 | 165 | 25 | 52 |
| Binary | 1010111 | 10000001 | 1010101 | 100001 | 0 | 100010 | 110001 | 1110101 | 10101 | 101010 |
Color Harmonies of #578155
Complementary color
Monochromatic Colors of #578155
Black with #578155
Text Example
Text Example
White with #578155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578155; }
p { color: rgb(87,129,85); }
H1.HeaderClassName
{
color: #578155;
}
.AnyTagClassName
{
color: #578155;
}
</style>
background-color css
<style>
a { background-color: #578155; }
a { background-color: rgb(87,129,85); }
div.DivClassName
{
background-color: #578155;
}
.BgClassName
{
background-color: #578155;
}
</style>
border-color css
<style>
span { border-color: #578155; }
span { border-color: rgb(87,129,85); }
td.TdClassName
{
border-color: #578155;
}
.TagClassName
{
border-color: #578155;
}
</style>