Shades of Bitter #868B75
Tints of Bitter #868B75
RGB
CMYK
RGB Variations
Color information
#868B75 (or 0x868B75) is known color: Bitter. HEX triplet: 86, 8B and 75. RGB value is (134,139,117). Sum of RGB (Red+Green+Blue) = 134+139+117=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 139 - color contains mainly: green. Hex color #868B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B75 is #79748A. Grayscale: #878787. Windows color (decimal): -7959691 or 7703430. OLE color: 7703430.
HSL color Cylindrical-coordinate representation of color #868B75: hue angle of 73.64º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #868B75 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 117 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.45 |
| HSL | 73.64º | 0.09% | 0.5% | - |
| HSV(B) | 73.64º | 0.16% | 0.55% | - |
| XYZ | 22.28 | 24.82 | 20.45 | - |
| YUV | 135 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 117 | 0.04 | 0 | 0.16 | 0.45 | 73.64 | 0.09 | 0.5 |
| Hex | 86 | 8B | 75 | 4 | 0 | 10 | 2D | 4A | 9 | 32 |
| Octal | 206 | 213 | 165 | 4 | 0 | 20 | 55 | 112 | 11 | 62 |
| Binary | 10000110 | 10001011 | 1110101 | 100 | 0 | 10000 | 101101 | 1001010 | 1001 | 110010 |
Color Harmonies of #868B75
Complementary color
Monochromatic Colors of #868B75
Black with #868B75
Text Example
Text Example
White with #868B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B75; }
p { color: rgb(134,139,117); }
H1.HeaderClassName
{
color: #868B75;
}
.AnyTagClassName
{
color: #868B75;
}
</style>
background-color css
<style>
a { background-color: #868B75; }
a { background-color: rgb(134,139,117); }
div.DivClassName
{
background-color: #868B75;
}
.BgClassName
{
background-color: #868B75;
}
</style>
border-color css
<style>
span { border-color: #868B75; }
span { border-color: rgb(134,139,117); }
td.TdClassName
{
border-color: #868B75;
}
.TagClassName
{
border-color: #868B75;
}
</style>