Shades of Bitter #868A71
Tints of Bitter #868A71
RGB
CMYK
RGB Variations
Color information
#868A71 (or 0x868A71) is known color: Bitter. HEX triplet: 86, 8A and 71. RGB value is (134,138,113). Sum of RGB (Red+Green+Blue) = 134+138+113=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 138 - color contains mainly: green. Hex color #868A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868A71 is #79758E. Grayscale: #868686. Windows color (decimal): -7959951 or 7441030. OLE color: 7441030.
HSL color Cylindrical-coordinate representation of color #868A71: hue angle of 69.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #868A71 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 138 | 113 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.46 |
| HSL | 69.6º | 0.1% | 0.49% | - |
| HSV(B) | 69.6º | 0.18% | 0.54% | - |
| XYZ | 21.9 | 24.44 | 19.19 | - |
| YUV | 133.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 113 | 0.03 | 0 | 0.18 | 0.46 | 69.6 | 0.1 | 0.49 |
| Hex | 86 | 8A | 71 | 3 | 0 | 12 | 2E | 46 | A | 31 |
| Octal | 206 | 212 | 161 | 3 | 0 | 22 | 56 | 106 | 12 | 61 |
| Binary | 10000110 | 10001010 | 1110001 | 11 | 0 | 10010 | 101110 | 1000110 | 1010 | 110001 |
Color Harmonies of #868A71
Complementary color
Monochromatic Colors of #868A71
Black with #868A71
Text Example
Text Example
White with #868A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A71; }
p { color: rgb(134,138,113); }
H1.HeaderClassName
{
color: #868A71;
}
.AnyTagClassName
{
color: #868A71;
}
</style>
background-color css
<style>
a { background-color: #868A71; }
a { background-color: rgb(134,138,113); }
div.DivClassName
{
background-color: #868A71;
}
.BgClassName
{
background-color: #868A71;
}
</style>
border-color css
<style>
span { border-color: #868A71; }
span { border-color: rgb(134,138,113); }
td.TdClassName
{
border-color: #868A71;
}
.TagClassName
{
border-color: #868A71;
}
</style>