Shades of Bitter #8D8F62
Tints of Bitter #8D8F62
RGB
CMYK
RGB Variations
Color information
#8D8F62 (or 0x8D8F62) is known color: Bitter. HEX triplet: 8D, 8F and 62. RGB value is (141,143,98). Sum of RGB (Red+Green+Blue) = 141+143+98=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 143 - color contains mainly: green. Hex color #8D8F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8F62 is #72709D. Grayscale: #898989. Windows color (decimal): -7499934 or 6459277. OLE color: 6459277.
HSL color Cylindrical-coordinate representation of color #8D8F62: hue angle of 62.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D8F62 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 143 | 98 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.44 |
| HSL | 62.67º | 0.19% | 0.47% | - |
| HSV(B) | 62.67º | 0.31% | 0.56% | - |
| XYZ | 23.01 | 26.19 | 15.4 | - |
| YUV | 137.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 143 | 98 | 0.01 | 0 | 0.31 | 0.44 | 62.67 | 0.19 | 0.47 |
| Hex | 8D | 8F | 62 | 1 | 0 | 1F | 2C | 3F | 13 | 2F |
| Octal | 215 | 217 | 142 | 1 | 0 | 37 | 54 | 77 | 23 | 57 |
| Binary | 10001101 | 10001111 | 1100010 | 1 | 0 | 11111 | 101100 | 111111 | 10011 | 101111 |
Color Harmonies of #8D8F62
Complementary color
Monochromatic Colors of #8D8F62
Black with #8D8F62
Text Example
Text Example
White with #8D8F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8F62; }
p { color: rgb(141,143,98); }
H1.HeaderClassName
{
color: #8D8F62;
}
.AnyTagClassName
{
color: #8D8F62;
}
</style>
background-color css
<style>
a { background-color: #8D8F62; }
a { background-color: rgb(141,143,98); }
div.DivClassName
{
background-color: #8D8F62;
}
.BgClassName
{
background-color: #8D8F62;
}
</style>
border-color css
<style>
span { border-color: #8D8F62; }
span { border-color: rgb(141,143,98); }
td.TdClassName
{
border-color: #8D8F62;
}
.TagClassName
{
border-color: #8D8F62;
}
</style>