Shades of Bitter #868D59
Tints of Bitter #868D59
RGB
CMYK
RGB Variations
Color information
#868D59 (or 0x868D59) is known color: Bitter. HEX triplet: 86, 8D and 59. RGB value is (134,141,89). Sum of RGB (Red+Green+Blue) = 134+141+89=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #868D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868D59 is #7972A6. Grayscale: #858585. Windows color (decimal): -7959207 or 5868934. OLE color: 5868934.
HSL color Cylindrical-coordinate representation of color #868D59: hue angle of 68.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #868D59 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 141 | 89 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.45 |
| HSL | 68.08º | 0.23% | 0.45% | - |
| HSV(B) | 68.08º | 0.37% | 0.55% | - |
| XYZ | 21.16 | 24.84 | 13.13 | - |
| YUV | 132.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 141 | 89 | 0.05 | 0 | 0.37 | 0.45 | 68.08 | 0.23 | 0.45 |
| Hex | 86 | 8D | 59 | 5 | 0 | 25 | 2D | 44 | 17 | 2D |
| Octal | 206 | 215 | 131 | 5 | 0 | 45 | 55 | 104 | 27 | 55 |
| Binary | 10000110 | 10001101 | 1011001 | 101 | 0 | 100101 | 101101 | 1000100 | 10111 | 101101 |
Color Harmonies of #868D59
Complementary color
Monochromatic Colors of #868D59
Black with #868D59
Text Example
Text Example
White with #868D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868D59; }
p { color: rgb(134,141,89); }
H1.HeaderClassName
{
color: #868D59;
}
.AnyTagClassName
{
color: #868D59;
}
</style>
background-color css
<style>
a { background-color: #868D59; }
a { background-color: rgb(134,141,89); }
div.DivClassName
{
background-color: #868D59;
}
.BgClassName
{
background-color: #868D59;
}
</style>
border-color css
<style>
span { border-color: #868D59; }
span { border-color: rgb(134,141,89); }
td.TdClassName
{
border-color: #868D59;
}
.TagClassName
{
border-color: #868D59;
}
</style>