Shades of Bitter #868C73
Tints of Bitter #868C73
RGB
CMYK
RGB Variations
Color information
#868C73 (or 0x868C73) is known color: Bitter. HEX triplet: 86, 8C and 73. RGB value is (134,140,115). Sum of RGB (Red+Green+Blue) = 134+140+115=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 140 - color contains mainly: green. Hex color #868C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868C73 is #79738C. Grayscale: #878787. Windows color (decimal): -7959437 or 7572614. OLE color: 7572614.
HSL color Cylindrical-coordinate representation of color #868C73: hue angle of 74.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #868C73 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 140 | 115 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.45 |
| HSL | 74.4º | 0.1% | 0.5% | - |
| HSV(B) | 74.4º | 0.18% | 0.55% | - |
| XYZ | 22.3 | 25.06 | 19.88 | - |
| YUV | 135.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 115 | 0.04 | 0 | 0.18 | 0.45 | 74.4 | 0.1 | 0.5 |
| Hex | 86 | 8C | 73 | 4 | 0 | 12 | 2D | 4A | A | 32 |
| Octal | 206 | 214 | 163 | 4 | 0 | 22 | 55 | 112 | 12 | 62 |
| Binary | 10000110 | 10001100 | 1110011 | 100 | 0 | 10010 | 101101 | 1001010 | 1010 | 110010 |
Color Harmonies of #868C73
Complementary color
Monochromatic Colors of #868C73
Black with #868C73
Text Example
Text Example
White with #868C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868C73; }
p { color: rgb(134,140,115); }
H1.HeaderClassName
{
color: #868C73;
}
.AnyTagClassName
{
color: #868C73;
}
</style>
background-color css
<style>
a { background-color: #868C73; }
a { background-color: rgb(134,140,115); }
div.DivClassName
{
background-color: #868C73;
}
.BgClassName
{
background-color: #868C73;
}
</style>
border-color css
<style>
span { border-color: #868C73; }
span { border-color: rgb(134,140,115); }
td.TdClassName
{
border-color: #868C73;
}
.TagClassName
{
border-color: #868C73;
}
</style>