Shades of Bitter #868B58
Tints of Bitter #868B58
RGB
CMYK
RGB Variations
Color information
#868B58 (or 0x868B58) is known color: Bitter. HEX triplet: 86, 8B and 58. RGB value is (134,139,88). Sum of RGB (Red+Green+Blue) = 134+139+88=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #868B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B58 is #7974A7. Grayscale: #838383. Windows color (decimal): -7959720 or 5802886. OLE color: 5802886.
HSL color Cylindrical-coordinate representation of color #868B58: hue angle of 65.88º degrees, saturation: 0.22, 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 #868B58 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 88 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.45 |
| HSL | 65.88º | 0.22% | 0.45% | - |
| HSV(B) | 65.88º | 0.37% | 0.55% | - |
| XYZ | 20.83 | 24.24 | 12.81 | - |
| YUV | 131.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 88 | 0.04 | 0 | 0.37 | 0.45 | 65.88 | 0.22 | 0.45 |
| Hex | 86 | 8B | 58 | 4 | 0 | 25 | 2D | 42 | 16 | 2D |
| Octal | 206 | 213 | 130 | 4 | 0 | 45 | 55 | 102 | 26 | 55 |
| Binary | 10000110 | 10001011 | 1011000 | 100 | 0 | 100101 | 101101 | 1000010 | 10110 | 101101 |
Color Harmonies of #868B58
Complementary color
Monochromatic Colors of #868B58
Black with #868B58
Text Example
Text Example
White with #868B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B58; }
p { color: rgb(134,139,88); }
H1.HeaderClassName
{
color: #868B58;
}
.AnyTagClassName
{
color: #868B58;
}
</style>
background-color css
<style>
a { background-color: #868B58; }
a { background-color: rgb(134,139,88); }
div.DivClassName
{
background-color: #868B58;
}
.BgClassName
{
background-color: #868B58;
}
</style>
border-color css
<style>
span { border-color: #868B58; }
span { border-color: rgb(134,139,88); }
td.TdClassName
{
border-color: #868B58;
}
.TagClassName
{
border-color: #868B58;
}
</style>