Shades of Bitter #8E9075
Tints of Bitter #8E9075
RGB
CMYK
RGB Variations
Color information
#8E9075 (or 0x8E9075) is known color: Bitter. HEX triplet: 8E, 90 and 75. RGB value is (142,144,117). Sum of RGB (Red+Green+Blue) = 142+144+117=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9075 is #716F8A. Grayscale: #8C8C8C. Windows color (decimal): -7434123 or 7704718. OLE color: 7704718.
HSL color Cylindrical-coordinate representation of color #8E9075: hue angle of 64.44º 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 #8E9075 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 144 | 117 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.44 |
| HSL | 64.44º | 0.11% | 0.51% | - |
| HSV(B) | 64.44º | 0.19% | 0.56% | - |
| XYZ | 24.34 | 26.98 | 20.75 | - |
| YUV | 140.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 117 | 0.01 | 0 | 0.19 | 0.44 | 64.44 | 0.11 | 0.51 |
| Hex | 8E | 90 | 75 | 1 | 0 | 13 | 2C | 40 | B | 33 |
| Octal | 216 | 220 | 165 | 1 | 0 | 23 | 54 | 100 | 13 | 63 |
| Binary | 10001110 | 10010000 | 1110101 | 1 | 0 | 10011 | 101100 | 1000000 | 1011 | 110011 |
Color Harmonies of #8E9075
Complementary color
Monochromatic Colors of #8E9075
Black with #8E9075
Text Example
Text Example
White with #8E9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9075; }
p { color: rgb(142,144,117); }
H1.HeaderClassName
{
color: #8E9075;
}
.AnyTagClassName
{
color: #8E9075;
}
</style>
background-color css
<style>
a { background-color: #8E9075; }
a { background-color: rgb(142,144,117); }
div.DivClassName
{
background-color: #8E9075;
}
.BgClassName
{
background-color: #8E9075;
}
</style>
border-color css
<style>
span { border-color: #8E9075; }
span { border-color: rgb(142,144,117); }
td.TdClassName
{
border-color: #8E9075;
}
.TagClassName
{
border-color: #8E9075;
}
</style>