Shades of Bitter #8E8E70
Tints of Bitter #8E8E70
RGB
CMYK
RGB Variations
Color information
#8E8E70 (or 0x8E8E70) is known color: Bitter. HEX triplet: 8E, 8E and 70. RGB value is (142,142,112). Sum of RGB (Red+Green+Blue) = 142+142+112=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 142 - color contains mainly: red, green. Hex color #8E8E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8E70 is #71718F. Grayscale: #8A8A8A. Windows color (decimal): -7434640 or 7376526. OLE color: 7376526.
HSL color Cylindrical-coordinate representation of color #8E8E70: hue angle of 60º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E8E70 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 142 | 112 | - |
| CMYK | 0 | 0 | 0.21 | 0.44 |
| HSL | 60º | 0.12% | 0.5% | - |
| HSV(B) | 60º | 0.21% | 0.56% | - |
| XYZ | 23.75 | 26.27 | 19.15 | - |
| YUV | 138.58 | 113 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 142 | 112 | 0 | 0 | 0.21 | 0.44 | 60 | 0.12 | 0.5 |
| Hex | 8E | 8E | 70 | 0 | 0 | 15 | 2C | 3C | C | 32 |
| Octal | 216 | 216 | 160 | 0 | 0 | 25 | 54 | 74 | 14 | 62 |
| Binary | 10001110 | 10001110 | 1110000 | 0 | 0 | 10101 | 101100 | 111100 | 1100 | 110010 |
Color Harmonies of #8E8E70
Complementary color
Monochromatic Colors of #8E8E70
Black with #8E8E70
Text Example
Text Example
White with #8E8E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8E70; }
p { color: rgb(142,142,112); }
H1.HeaderClassName
{
color: #8E8E70;
}
.AnyTagClassName
{
color: #8E8E70;
}
</style>
background-color css
<style>
a { background-color: #8E8E70; }
a { background-color: rgb(142,142,112); }
div.DivClassName
{
background-color: #8E8E70;
}
.BgClassName
{
background-color: #8E8E70;
}
</style>
border-color css
<style>
span { border-color: #8E8E70; }
span { border-color: rgb(142,142,112); }
td.TdClassName
{
border-color: #8E8E70;
}
.TagClassName
{
border-color: #8E8E70;
}
</style>