Shades of Bitter #868C56
Tints of Bitter #868C56
RGB
CMYK
RGB Variations
Color information
#868C56 (or 0x868C56) is known color: Bitter. HEX triplet: 86, 8C and 56. RGB value is (134,140,86). Sum of RGB (Red+Green+Blue) = 134+140+86=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 140 - color contains mainly: green. Hex color #868C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868C56 is #7973A9. Grayscale: #848484. Windows color (decimal): -7959466 or 5672070. OLE color: 5672070.
HSL color Cylindrical-coordinate representation of color #868C56: hue angle of 66.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868C56 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 140 | 86 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.45 |
| HSL | 66.67º | 0.24% | 0.44% | - |
| HSV(B) | 66.67º | 0.39% | 0.55% | - |
| XYZ | 20.89 | 24.5 | 12.43 | - |
| YUV | 132.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 86 | 0.04 | 0 | 0.39 | 0.45 | 66.67 | 0.24 | 0.44 |
| Hex | 86 | 8C | 56 | 4 | 0 | 27 | 2D | 43 | 18 | 2C |
| Octal | 206 | 214 | 126 | 4 | 0 | 47 | 55 | 103 | 30 | 54 |
| Binary | 10000110 | 10001100 | 1010110 | 100 | 0 | 100111 | 101101 | 1000011 | 11000 | 101100 |
Color Harmonies of #868C56
Complementary color
Monochromatic Colors of #868C56
Black with #868C56
Text Example
Text Example
White with #868C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868C56; }
p { color: rgb(134,140,86); }
H1.HeaderClassName
{
color: #868C56;
}
.AnyTagClassName
{
color: #868C56;
}
</style>
background-color css
<style>
a { background-color: #868C56; }
a { background-color: rgb(134,140,86); }
div.DivClassName
{
background-color: #868C56;
}
.BgClassName
{
background-color: #868C56;
}
</style>
border-color css
<style>
span { border-color: #868C56; }
span { border-color: rgb(134,140,86); }
td.TdClassName
{
border-color: #868C56;
}
.TagClassName
{
border-color: #868C56;
}
</style>