Shades of Hippie Green #578053
Tints of Hippie Green #578053
RGB
CMYK
RGB Variations
Color information
#578053 (or 0x578053) is known color: Hippie Green. HEX triplet: 57, 80 and 53. RGB value is (87,128,83). Sum of RGB (Red+Green+Blue) = 87+128+83=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #578053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578053 is #A87FAC. Grayscale: #6E6E6E. Windows color (decimal): -11042733 or 5472343. OLE color: 5472343.
HSL color Cylindrical-coordinate representation of color #578053: hue angle of 114.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #578053 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 128 | 83 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.50 |
| HSL | 114.67º | 0.21% | 0.41% | - |
| HSV(B) | 114.67º | 0.35% | 0.5% | - |
| XYZ | 13.21 | 18.09 | 10.98 | - |
| YUV | 110.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 83 | 0.32 | 0 | 0.35 | 0.50 | 114.67 | 0.21 | 0.41 |
| Hex | 57 | 80 | 53 | 20 | 0 | 23 | 32 | 73 | 15 | 29 |
| Octal | 127 | 200 | 123 | 40 | 0 | 43 | 62 | 163 | 25 | 51 |
| Binary | 1010111 | 10000000 | 1010011 | 100000 | 0 | 100011 | 110010 | 1110011 | 10101 | 101001 |
Color Harmonies of #578053
Complementary color
Monochromatic Colors of #578053
Black with #578053
Text Example
Text Example
White with #578053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578053; }
p { color: rgb(87,128,83); }
H1.HeaderClassName
{
color: #578053;
}
.AnyTagClassName
{
color: #578053;
}
</style>
background-color css
<style>
a { background-color: #578053; }
a { background-color: rgb(87,128,83); }
div.DivClassName
{
background-color: #578053;
}
.BgClassName
{
background-color: #578053;
}
</style>
border-color css
<style>
span { border-color: #578053; }
span { border-color: rgb(87,128,83); }
td.TdClassName
{
border-color: #578053;
}
.TagClassName
{
border-color: #578053;
}
</style>