Shades of Bitter #868E65
Tints of Bitter #868E65
RGB
CMYK
RGB Variations
Color information
#868E65 (or 0x868E65) is known color: Bitter. HEX triplet: 86, 8E and 65. RGB value is (134,142,101). Sum of RGB (Red+Green+Blue) = 134+142+101=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 142 - color contains mainly: green. Hex color #868E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868E65 is #79719A. Grayscale: #878787. Windows color (decimal): -7958939 or 6655622. OLE color: 6655622.
HSL color Cylindrical-coordinate representation of color #868E65: hue angle of 71.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #868E65 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 142 | 101 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.44 |
| HSL | 71.71º | 0.17% | 0.48% | - |
| HSV(B) | 71.71º | 0.29% | 0.56% | - |
| XYZ | 21.85 | 25.35 | 16.05 | - |
| YUV | 134.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 101 | 0.06 | 0 | 0.29 | 0.44 | 71.71 | 0.17 | 0.48 |
| Hex | 86 | 8E | 65 | 6 | 0 | 1D | 2C | 48 | 11 | 30 |
| Octal | 206 | 216 | 145 | 6 | 0 | 35 | 54 | 110 | 21 | 60 |
| Binary | 10000110 | 10001110 | 1100101 | 110 | 0 | 11101 | 101100 | 1001000 | 10001 | 110000 |
Color Harmonies of #868E65
Complementary color
Monochromatic Colors of #868E65
Black with #868E65
Text Example
Text Example
White with #868E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868E65; }
p { color: rgb(134,142,101); }
H1.HeaderClassName
{
color: #868E65;
}
.AnyTagClassName
{
color: #868E65;
}
</style>
background-color css
<style>
a { background-color: #868E65; }
a { background-color: rgb(134,142,101); }
div.DivClassName
{
background-color: #868E65;
}
.BgClassName
{
background-color: #868E65;
}
</style>
border-color css
<style>
span { border-color: #868E65; }
span { border-color: rgb(134,142,101); }
td.TdClassName
{
border-color: #868E65;
}
.TagClassName
{
border-color: #868E65;
}
</style>