Shades of Bitter #8D8E6A
Tints of Bitter #8D8E6A
RGB
CMYK
RGB Variations
Color information
#8D8E6A (or 0x8D8E6A) is known color: Bitter. HEX triplet: 8D, 8E and 6A. RGB value is (141,142,106). Sum of RGB (Red+Green+Blue) = 141+142+106=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 142 - color contains mainly: green. Hex color #8D8E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8E6A is #727195. Grayscale: #898989. Windows color (decimal): -7500182 or 6983309. OLE color: 6983309.
HSL color Cylindrical-coordinate representation of color #8D8E6A: hue angle of 61.67º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D8E6A is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 142 | 106 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.44 |
| HSL | 61.67º | 0.15% | 0.49% | - |
| HSV(B) | 61.67º | 0.25% | 0.56% | - |
| XYZ | 23.26 | 26.05 | 17.44 | - |
| YUV | 137.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 142 | 106 | 0.01 | 0 | 0.25 | 0.44 | 61.67 | 0.15 | 0.49 |
| Hex | 8D | 8E | 6A | 1 | 0 | 19 | 2C | 3E | F | 31 |
| Octal | 215 | 216 | 152 | 1 | 0 | 31 | 54 | 76 | 17 | 61 |
| Binary | 10001101 | 10001110 | 1101010 | 1 | 0 | 11001 | 101100 | 111110 | 1111 | 110001 |
Color Harmonies of #8D8E6A
Complementary color
Monochromatic Colors of #8D8E6A
Black with #8D8E6A
Text Example
Text Example
White with #8D8E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8E6A; }
p { color: rgb(141,142,106); }
H1.HeaderClassName
{
color: #8D8E6A;
}
.AnyTagClassName
{
color: #8D8E6A;
}
</style>
background-color css
<style>
a { background-color: #8D8E6A; }
a { background-color: rgb(141,142,106); }
div.DivClassName
{
background-color: #8D8E6A;
}
.BgClassName
{
background-color: #8D8E6A;
}
</style>
border-color css
<style>
span { border-color: #8D8E6A; }
span { border-color: rgb(141,142,106); }
td.TdClassName
{
border-color: #8D8E6A;
}
.TagClassName
{
border-color: #8D8E6A;
}
</style>