Shades of Bitter #8B8E72
Tints of Bitter #8B8E72
RGB
CMYK
RGB Variations
Color information
#8B8E72 (or 0x8B8E72) is known color: Bitter. HEX triplet: 8B, 8E and 72. RGB value is (139,142,114). Sum of RGB (Red+Green+Blue) = 139+142+114=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8E72 is #74718D. Grayscale: #8A8A8A. Windows color (decimal): -7631246 or 7507595. OLE color: 7507595.
HSL color Cylindrical-coordinate representation of color #8B8E72: hue angle of 66.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B8E72 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 142 | 114 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.44 |
| HSL | 66.43º | 0.11% | 0.5% | - |
| HSV(B) | 66.43º | 0.2% | 0.56% | - |
| XYZ | 23.36 | 26.05 | 19.72 | - |
| YUV | 137.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 114 | 0.02 | 0 | 0.20 | 0.44 | 66.43 | 0.11 | 0.5 |
| Hex | 8B | 8E | 72 | 2 | 0 | 14 | 2C | 42 | B | 32 |
| Octal | 213 | 216 | 162 | 2 | 0 | 24 | 54 | 102 | 13 | 62 |
| Binary | 10001011 | 10001110 | 1110010 | 10 | 0 | 10100 | 101100 | 1000010 | 1011 | 110010 |
Color Harmonies of #8B8E72
Complementary color
Monochromatic Colors of #8B8E72
Black with #8B8E72
Text Example
Text Example
White with #8B8E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8E72; }
p { color: rgb(139,142,114); }
H1.HeaderClassName
{
color: #8B8E72;
}
.AnyTagClassName
{
color: #8B8E72;
}
</style>
background-color css
<style>
a { background-color: #8B8E72; }
a { background-color: rgb(139,142,114); }
div.DivClassName
{
background-color: #8B8E72;
}
.BgClassName
{
background-color: #8B8E72;
}
</style>
border-color css
<style>
span { border-color: #8B8E72; }
span { border-color: rgb(139,142,114); }
td.TdClassName
{
border-color: #8B8E72;
}
.TagClassName
{
border-color: #8B8E72;
}
</style>