Shades of Hippie Green #56885B
Tints of Hippie Green #56885B
RGB
CMYK
RGB Variations
Color information
#56885B (or 0x56885B) is known color: Hippie Green. HEX triplet: 56, 88 and 5B. RGB value is (86,136,91). Sum of RGB (Red+Green+Blue) = 86+136+91=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #56885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56885B is #A977A4. Grayscale: #747474. Windows color (decimal): -11106213 or 5998678. OLE color: 5998678.
HSL color Cylindrical-coordinate representation of color #56885B: hue angle of 126º 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 #56885B is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 91 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.47 |
| HSL | 126º | 0.23% | 0.44% | - |
| HSV(B) | 126º | 0.37% | 0.53% | - |
| XYZ | 14.53 | 20.34 | 13.06 | - |
| YUV | 115.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 91 | 0.37 | 0 | 0.33 | 0.47 | 126 | 0.23 | 0.44 |
| Hex | 56 | 88 | 5B | 25 | 0 | 21 | 2F | 7E | 17 | 2C |
| Octal | 126 | 210 | 133 | 45 | 0 | 41 | 57 | 176 | 27 | 54 |
| Binary | 1010110 | 10001000 | 1011011 | 100101 | 0 | 100001 | 101111 | 1111110 | 10111 | 101100 |
Color Harmonies of #56885B
Complementary color
Monochromatic Colors of #56885B
Black with #56885B
Text Example
Text Example
White with #56885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56885B; }
p { color: rgb(86,136,91); }
H1.HeaderClassName
{
color: #56885B;
}
.AnyTagClassName
{
color: #56885B;
}
</style>
background-color css
<style>
a { background-color: #56885B; }
a { background-color: rgb(86,136,91); }
div.DivClassName
{
background-color: #56885B;
}
.BgClassName
{
background-color: #56885B;
}
</style>
border-color css
<style>
span { border-color: #56885B; }
span { border-color: rgb(86,136,91); }
td.TdClassName
{
border-color: #56885B;
}
.TagClassName
{
border-color: #56885B;
}
</style>