Shades of Hippie Green #56885C
Tints of Hippie Green #56885C
RGB
CMYK
RGB Variations
Color information
#56885C (or 0x56885C) is known color: Hippie Green. HEX triplet: 56, 88 and 5C. RGB value is (86,136,92). Sum of RGB (Red+Green+Blue) = 86+136+92=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #56885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56885C is #A977A3. Grayscale: #747474. Windows color (decimal): -11106212 or 6064214. OLE color: 6064214.
HSL color Cylindrical-coordinate representation of color #56885C: hue angle of 127.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56885C is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 92 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.47 |
| HSL | 127.2º | 0.23% | 0.44% | - |
| HSV(B) | 127.2º | 0.37% | 0.53% | - |
| XYZ | 14.57 | 20.36 | 13.29 | - |
| YUV | 116.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 92 | 0.37 | 0 | 0.32 | 0.47 | 127.2 | 0.23 | 0.44 |
| Hex | 56 | 88 | 5C | 25 | 0 | 20 | 2F | 7F | 17 | 2C |
| Octal | 126 | 210 | 134 | 45 | 0 | 40 | 57 | 177 | 27 | 54 |
| Binary | 1010110 | 10001000 | 1011100 | 100101 | 0 | 100000 | 101111 | 1111111 | 10111 | 101100 |
Color Harmonies of #56885C
Complementary color
Monochromatic Colors of #56885C
Black with #56885C
Text Example
Text Example
White with #56885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56885C; }
p { color: rgb(86,136,92); }
H1.HeaderClassName
{
color: #56885C;
}
.AnyTagClassName
{
color: #56885C;
}
</style>
background-color css
<style>
a { background-color: #56885C; }
a { background-color: rgb(86,136,92); }
div.DivClassName
{
background-color: #56885C;
}
.BgClassName
{
background-color: #56885C;
}
</style>
border-color css
<style>
span { border-color: #56885C; }
span { border-color: rgb(86,136,92); }
td.TdClassName
{
border-color: #56885C;
}
.TagClassName
{
border-color: #56885C;
}
</style>