Shades of Bitter #8D9076
Tints of Bitter #8D9076
RGB
CMYK
RGB Variations
Color information
#8D9076 (or 0x8D9076) is known color: Bitter. HEX triplet: 8D, 90 and 76. RGB value is (141,144,118). Sum of RGB (Red+Green+Blue) = 141+144+118=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #8D9076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9076 is #726F89. Grayscale: #8C8C8C. Windows color (decimal): -7499658 or 7770253. OLE color: 7770253.
HSL color Cylindrical-coordinate representation of color #8D9076: hue angle of 66.92º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D9076 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 144 | 118 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.44 |
| HSL | 66.92º | 0.1% | 0.51% | - |
| HSV(B) | 66.92º | 0.18% | 0.56% | - |
| XYZ | 24.23 | 26.92 | 21.06 | - |
| YUV | 140.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 118 | 0.02 | 0 | 0.18 | 0.44 | 66.92 | 0.1 | 0.51 |
| Hex | 8D | 90 | 76 | 2 | 0 | 12 | 2C | 43 | A | 33 |
| Octal | 215 | 220 | 166 | 2 | 0 | 22 | 54 | 103 | 12 | 63 |
| Binary | 10001101 | 10010000 | 1110110 | 10 | 0 | 10010 | 101100 | 1000011 | 1010 | 110011 |
Color Harmonies of #8D9076
Complementary color
Monochromatic Colors of #8D9076
Black with #8D9076
Text Example
Text Example
White with #8D9076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9076; }
p { color: rgb(141,144,118); }
H1.HeaderClassName
{
color: #8D9076;
}
.AnyTagClassName
{
color: #8D9076;
}
</style>
background-color css
<style>
a { background-color: #8D9076; }
a { background-color: rgb(141,144,118); }
div.DivClassName
{
background-color: #8D9076;
}
.BgClassName
{
background-color: #8D9076;
}
</style>
border-color css
<style>
span { border-color: #8D9076; }
span { border-color: rgb(141,144,118); }
td.TdClassName
{
border-color: #8D9076;
}
.TagClassName
{
border-color: #8D9076;
}
</style>