Shades of Bitter #868B74
Tints of Bitter #868B74
RGB
CMYK
RGB Variations
Color information
#868B74 (or 0x868B74) is known color: Bitter. HEX triplet: 86, 8B and 74. RGB value is (134,139,116). Sum of RGB (Red+Green+Blue) = 134+139+116=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 139 - color contains mainly: green. Hex color #868B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B74 is #79748B. Grayscale: #868686. Windows color (decimal): -7959692 or 7637894. OLE color: 7637894.
HSL color Cylindrical-coordinate representation of color #868B74: hue angle of 73.04º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #868B74 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 116 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.45 |
| HSL | 73.04º | 0.09% | 0.5% | - |
| HSV(B) | 73.04º | 0.17% | 0.55% | - |
| XYZ | 22.22 | 24.79 | 20.14 | - |
| YUV | 134.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 116 | 0.04 | 0 | 0.17 | 0.45 | 73.04 | 0.09 | 0.5 |
| Hex | 86 | 8B | 74 | 4 | 0 | 11 | 2D | 49 | 9 | 32 |
| Octal | 206 | 213 | 164 | 4 | 0 | 21 | 55 | 111 | 11 | 62 |
| Binary | 10000110 | 10001011 | 1110100 | 100 | 0 | 10001 | 101101 | 1001001 | 1001 | 110010 |
Color Harmonies of #868B74
Complementary color
Monochromatic Colors of #868B74
Black with #868B74
Text Example
Text Example
White with #868B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B74; }
p { color: rgb(134,139,116); }
H1.HeaderClassName
{
color: #868B74;
}
.AnyTagClassName
{
color: #868B74;
}
</style>
background-color css
<style>
a { background-color: #868B74; }
a { background-color: rgb(134,139,116); }
div.DivClassName
{
background-color: #868B74;
}
.BgClassName
{
background-color: #868B74;
}
</style>
border-color css
<style>
span { border-color: #868B74; }
span { border-color: rgb(134,139,116); }
td.TdClassName
{
border-color: #868B74;
}
.TagClassName
{
border-color: #868B74;
}
</style>