Shades of Hippie Green #56884E
Tints of Hippie Green #56884E
RGB
CMYK
RGB Variations
Color information
#56884E (or 0x56884E) is known color: Hippie Green. HEX triplet: 56, 88 and 4E. RGB value is (86,136,78). Sum of RGB (Red+Green+Blue) = 86+136+78=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #56884E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56884E is #A977B1. Grayscale: #727272. Windows color (decimal): -11106226 or 5146710. OLE color: 5146710.
HSL color Cylindrical-coordinate representation of color #56884E: hue angle of 111.72º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56884E is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 78 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.47 |
| HSL | 111.72º | 0.27% | 0.42% | - |
| HSV(B) | 111.72º | 0.43% | 0.53% | - |
| XYZ | 14.02 | 20.14 | 10.36 | - |
| YUV | 114.44 | 107.44 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 78 | 0.37 | 0 | 0.43 | 0.47 | 111.72 | 0.27 | 0.42 |
| Hex | 56 | 88 | 4E | 25 | 0 | 2B | 2F | 70 | 1B | 2A |
| Octal | 126 | 210 | 116 | 45 | 0 | 53 | 57 | 160 | 33 | 52 |
| Binary | 1010110 | 10001000 | 1001110 | 100101 | 0 | 101011 | 101111 | 1110000 | 11011 | 101010 |
Color Harmonies of #56884E
Complementary color
Monochromatic Colors of #56884E
Black with #56884E
Text Example
Text Example
White with #56884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56884E; }
p { color: rgb(86,136,78); }
H1.HeaderClassName
{
color: #56884E;
}
.AnyTagClassName
{
color: #56884E;
}
</style>
background-color css
<style>
a { background-color: #56884E; }
a { background-color: rgb(86,136,78); }
div.DivClassName
{
background-color: #56884E;
}
.BgClassName
{
background-color: #56884E;
}
</style>
border-color css
<style>
span { border-color: #56884E; }
span { border-color: rgb(86,136,78); }
td.TdClassName
{
border-color: #56884E;
}
.TagClassName
{
border-color: #56884E;
}
</style>