Shades of Bitter #8F9070
Tints of Bitter #8F9070
RGB
CMYK
RGB Variations
Color information
#8F9070 (or 0x8F9070) is known color: Bitter. HEX triplet: 8F, 90 and 70. RGB value is (143,144,112). Sum of RGB (Red+Green+Blue) = 143+144+112=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #8F9070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9070 is #706F8F. Grayscale: #8C8C8C. Windows color (decimal): -7368592 or 7377039. OLE color: 7377039.
HSL color Cylindrical-coordinate representation of color #8F9070: hue angle of 61.88º degrees, saturation: 0.13, 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 #8F9070 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 112 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.44 |
| HSL | 61.88º | 0.13% | 0.5% | - |
| HSV(B) | 61.88º | 0.22% | 0.56% | - |
| XYZ | 24.23 | 26.96 | 19.26 | - |
| YUV | 140.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 112 | 0.01 | 0 | 0.22 | 0.44 | 61.88 | 0.13 | 0.5 |
| Hex | 8F | 90 | 70 | 1 | 0 | 16 | 2C | 3E | D | 32 |
| Octal | 217 | 220 | 160 | 1 | 0 | 26 | 54 | 76 | 15 | 62 |
| Binary | 10001111 | 10010000 | 1110000 | 1 | 0 | 10110 | 101100 | 111110 | 1101 | 110010 |
Color Harmonies of #8F9070
Complementary color
Monochromatic Colors of #8F9070
Black with #8F9070
Text Example
Text Example
White with #8F9070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9070; }
p { color: rgb(143,144,112); }
H1.HeaderClassName
{
color: #8F9070;
}
.AnyTagClassName
{
color: #8F9070;
}
</style>
background-color css
<style>
a { background-color: #8F9070; }
a { background-color: rgb(143,144,112); }
div.DivClassName
{
background-color: #8F9070;
}
.BgClassName
{
background-color: #8F9070;
}
</style>
border-color css
<style>
span { border-color: #8F9070; }
span { border-color: rgb(143,144,112); }
td.TdClassName
{
border-color: #8F9070;
}
.TagClassName
{
border-color: #8F9070;
}
</style>