Shades of Bitter #868B70
Tints of Bitter #868B70
RGB
CMYK
RGB Variations
Color information
#868B70 (or 0x868B70) is known color: Bitter. HEX triplet: 86, 8B and 70. RGB value is (134,139,112). Sum of RGB (Red+Green+Blue) = 134+139+112=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #868B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B70 is #79748F. Grayscale: #868686. Windows color (decimal): -7959696 or 7375750. OLE color: 7375750.
HSL color Cylindrical-coordinate representation of color #868B70: hue angle of 71.11º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #868B70 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 112 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.45 |
| HSL | 71.11º | 0.11% | 0.49% | - |
| HSV(B) | 71.11º | 0.19% | 0.55% | - |
| XYZ | 21.99 | 24.7 | 18.94 | - |
| YUV | 134.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 112 | 0.04 | 0 | 0.19 | 0.45 | 71.11 | 0.11 | 0.49 |
| Hex | 86 | 8B | 70 | 4 | 0 | 13 | 2D | 47 | B | 31 |
| Octal | 206 | 213 | 160 | 4 | 0 | 23 | 55 | 107 | 13 | 61 |
| Binary | 10000110 | 10001011 | 1110000 | 100 | 0 | 10011 | 101101 | 1000111 | 1011 | 110001 |
Color Harmonies of #868B70
Complementary color
Monochromatic Colors of #868B70
Black with #868B70
Text Example
Text Example
White with #868B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B70; }
p { color: rgb(134,139,112); }
H1.HeaderClassName
{
color: #868B70;
}
.AnyTagClassName
{
color: #868B70;
}
</style>
background-color css
<style>
a { background-color: #868B70; }
a { background-color: rgb(134,139,112); }
div.DivClassName
{
background-color: #868B70;
}
.BgClassName
{
background-color: #868B70;
}
</style>
border-color css
<style>
span { border-color: #868B70; }
span { border-color: rgb(134,139,112); }
td.TdClassName
{
border-color: #868B70;
}
.TagClassName
{
border-color: #868B70;
}
</style>