Shades of Bitter #8D9075
Tints of Bitter #8D9075
RGB
CMYK
RGB Variations
Color information
#8D9075 (or 0x8D9075) is known color: Bitter. HEX triplet: 8D, 90 and 75. RGB value is (141,144,117). Sum of RGB (Red+Green+Blue) = 141+144+117=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 144 - color contains mainly: green. Hex color #8D9075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9075 is #726F8A. Grayscale: #8C8C8C. Windows color (decimal): -7499659 or 7704717. OLE color: 7704717.
HSL color Cylindrical-coordinate representation of color #8D9075: hue angle of 66.67º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D9075 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 144 | 117 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.44 |
| HSL | 66.67º | 0.11% | 0.51% | - |
| HSV(B) | 66.67º | 0.19% | 0.56% | - |
| XYZ | 24.17 | 26.89 | 20.75 | - |
| YUV | 140.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 117 | 0.02 | 0 | 0.19 | 0.44 | 66.67 | 0.11 | 0.51 |
| Hex | 8D | 90 | 75 | 2 | 0 | 13 | 2C | 43 | B | 33 |
| Octal | 215 | 220 | 165 | 2 | 0 | 23 | 54 | 103 | 13 | 63 |
| Binary | 10001101 | 10010000 | 1110101 | 10 | 0 | 10011 | 101100 | 1000011 | 1011 | 110011 |
Color Harmonies of #8D9075
Complementary color
Monochromatic Colors of #8D9075
Black with #8D9075
Text Example
Text Example
White with #8D9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9075; }
p { color: rgb(141,144,117); }
H1.HeaderClassName
{
color: #8D9075;
}
.AnyTagClassName
{
color: #8D9075;
}
</style>
background-color css
<style>
a { background-color: #8D9075; }
a { background-color: rgb(141,144,117); }
div.DivClassName
{
background-color: #8D9075;
}
.BgClassName
{
background-color: #8D9075;
}
</style>
border-color css
<style>
span { border-color: #8D9075; }
span { border-color: rgb(141,144,117); }
td.TdClassName
{
border-color: #8D9075;
}
.TagClassName
{
border-color: #8D9075;
}
</style>