Shades of Bitter #8C8D6F
Tints of Bitter #8C8D6F
RGB
CMYK
RGB Variations
Color information
#8C8D6F (or 0x8C8D6F) is known color: Bitter. HEX triplet: 8C, 8D and 6F. RGB value is (140,141,111). Sum of RGB (Red+Green+Blue) = 140+141+111=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8D6F is #737290. Grayscale: #898989. Windows color (decimal): -7565969 or 7310732. OLE color: 7310732.
HSL color Cylindrical-coordinate representation of color #8C8D6F: hue angle of 62º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C8D6F is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 141 | 111 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.45 |
| HSL | 62º | 0.12% | 0.49% | - |
| HSV(B) | 62º | 0.21% | 0.55% | - |
| XYZ | 23.21 | 25.77 | 18.79 | - |
| YUV | 137.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 111 | 0.01 | 0 | 0.21 | 0.45 | 62 | 0.12 | 0.49 |
| Hex | 8C | 8D | 6F | 1 | 0 | 15 | 2D | 3E | C | 31 |
| Octal | 214 | 215 | 157 | 1 | 0 | 25 | 55 | 76 | 14 | 61 |
| Binary | 10001100 | 10001101 | 1101111 | 1 | 0 | 10101 | 101101 | 111110 | 1100 | 110001 |
Color Harmonies of #8C8D6F
Complementary color
Monochromatic Colors of #8C8D6F
Black with #8C8D6F
Text Example
Text Example
White with #8C8D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8D6F; }
p { color: rgb(140,141,111); }
H1.HeaderClassName
{
color: #8C8D6F;
}
.AnyTagClassName
{
color: #8C8D6F;
}
</style>
background-color css
<style>
a { background-color: #8C8D6F; }
a { background-color: rgb(140,141,111); }
div.DivClassName
{
background-color: #8C8D6F;
}
.BgClassName
{
background-color: #8C8D6F;
}
</style>
border-color css
<style>
span { border-color: #8C8D6F; }
span { border-color: rgb(140,141,111); }
td.TdClassName
{
border-color: #8C8D6F;
}
.TagClassName
{
border-color: #8C8D6F;
}
</style>