Shades of Bitter #8E9071
Tints of Bitter #8E9071
RGB
CMYK
RGB Variations
Color information
#8E9071 (or 0x8E9071) is known color: Bitter. HEX triplet: 8E, 90 and 71. RGB value is (142,144,113). Sum of RGB (Red+Green+Blue) = 142+144+113=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9071 is #716F8E. Grayscale: #8B8B8B. Windows color (decimal): -7434127 or 7442574. OLE color: 7442574.
HSL color Cylindrical-coordinate representation of color #8E9071: hue angle of 63.87º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E9071 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 144 | 113 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.44 |
| HSL | 63.87º | 0.12% | 0.5% | - |
| HSV(B) | 63.87º | 0.22% | 0.56% | - |
| XYZ | 24.11 | 26.89 | 19.54 | - |
| YUV | 139.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 113 | 0.01 | 0 | 0.22 | 0.44 | 63.87 | 0.12 | 0.5 |
| Hex | 8E | 90 | 71 | 1 | 0 | 16 | 2C | 40 | C | 32 |
| Octal | 216 | 220 | 161 | 1 | 0 | 26 | 54 | 100 | 14 | 62 |
| Binary | 10001110 | 10010000 | 1110001 | 1 | 0 | 10110 | 101100 | 1000000 | 1100 | 110010 |
Color Harmonies of #8E9071
Complementary color
Monochromatic Colors of #8E9071
Black with #8E9071
Text Example
Text Example
White with #8E9071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9071; }
p { color: rgb(142,144,113); }
H1.HeaderClassName
{
color: #8E9071;
}
.AnyTagClassName
{
color: #8E9071;
}
</style>
background-color css
<style>
a { background-color: #8E9071; }
a { background-color: rgb(142,144,113); }
div.DivClassName
{
background-color: #8E9071;
}
.BgClassName
{
background-color: #8E9071;
}
</style>
border-color css
<style>
span { border-color: #8E9071; }
span { border-color: rgb(142,144,113); }
td.TdClassName
{
border-color: #8E9071;
}
.TagClassName
{
border-color: #8E9071;
}
</style>