Shades of Bitter #8B8D70
Tints of Bitter #8B8D70
RGB
CMYK
RGB Variations
Color information
#8B8D70 (or 0x8B8D70) is known color: Bitter. HEX triplet: 8B, 8D and 70. RGB value is (139,141,112). Sum of RGB (Red+Green+Blue) = 139+141+112=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8D70 is #74728F. Grayscale: #898989. Windows color (decimal): -7631504 or 7376267. OLE color: 7376267.
HSL color Cylindrical-coordinate representation of color #8B8D70: hue angle of 64.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B8D70 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 141 | 112 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.45 |
| HSL | 64.14º | 0.11% | 0.5% | - |
| HSV(B) | 64.14º | 0.21% | 0.55% | - |
| XYZ | 23.1 | 25.71 | 19.07 | - |
| YUV | 137.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 112 | 0.01 | 0 | 0.21 | 0.45 | 64.14 | 0.11 | 0.5 |
| Hex | 8B | 8D | 70 | 1 | 0 | 15 | 2D | 40 | B | 32 |
| Octal | 213 | 215 | 160 | 1 | 0 | 25 | 55 | 100 | 13 | 62 |
| Binary | 10001011 | 10001101 | 1110000 | 1 | 0 | 10101 | 101101 | 1000000 | 1011 | 110010 |
Color Harmonies of #8B8D70
Complementary color
Monochromatic Colors of #8B8D70
Black with #8B8D70
Text Example
Text Example
White with #8B8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8D70; }
p { color: rgb(139,141,112); }
H1.HeaderClassName
{
color: #8B8D70;
}
.AnyTagClassName
{
color: #8B8D70;
}
</style>
background-color css
<style>
a { background-color: #8B8D70; }
a { background-color: rgb(139,141,112); }
div.DivClassName
{
background-color: #8B8D70;
}
.BgClassName
{
background-color: #8B8D70;
}
</style>
border-color css
<style>
span { border-color: #8B8D70; }
span { border-color: rgb(139,141,112); }
td.TdClassName
{
border-color: #8B8D70;
}
.TagClassName
{
border-color: #8B8D70;
}
</style>