Shades of Bitter #868870
Tints of Bitter #868870
RGB
CMYK
RGB Variations
Color information
#868870 (or 0x868870) is known color: Bitter. HEX triplet: 86, 88 and 70. RGB value is (134,136,112). Sum of RGB (Red+Green+Blue) = 134+136+112=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 136 - color contains mainly: green. Hex color #868870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868870 is #79778F. Grayscale: #848484. Windows color (decimal): -7960464 or 7374982. OLE color: 7374982.
HSL color Cylindrical-coordinate representation of color #868870: hue angle of 65º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #868870 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 112 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.47 |
| HSL | 65º | 0.1% | 0.49% | - |
| HSV(B) | 65º | 0.18% | 0.53% | - |
| XYZ | 21.56 | 23.85 | 18.8 | - |
| YUV | 132.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 112 | 0.01 | 0 | 0.18 | 0.47 | 65 | 0.1 | 0.49 |
| Hex | 86 | 88 | 70 | 1 | 0 | 12 | 2F | 41 | A | 31 |
| Octal | 206 | 210 | 160 | 1 | 0 | 22 | 57 | 101 | 12 | 61 |
| Binary | 10000110 | 10001000 | 1110000 | 1 | 0 | 10010 | 101111 | 1000001 | 1010 | 110001 |
Color Harmonies of #868870
Complementary color
Monochromatic Colors of #868870
Black with #868870
Text Example
Text Example
White with #868870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868870; }
p { color: rgb(134,136,112); }
H1.HeaderClassName
{
color: #868870;
}
.AnyTagClassName
{
color: #868870;
}
</style>
background-color css
<style>
a { background-color: #868870; }
a { background-color: rgb(134,136,112); }
div.DivClassName
{
background-color: #868870;
}
.BgClassName
{
background-color: #868870;
}
</style>
border-color css
<style>
span { border-color: #868870; }
span { border-color: rgb(134,136,112); }
td.TdClassName
{
border-color: #868870;
}
.TagClassName
{
border-color: #868870;
}
</style>