Shades of Bitter #8A8D73
Tints of Bitter #8A8D73
RGB
CMYK
RGB Variations
Color information
#8A8D73 (or 0x8A8D73) is known color: Bitter. HEX triplet: 8A, 8D and 73. RGB value is (138,141,115). Sum of RGB (Red+Green+Blue) = 138+141+115=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8D73 is #75728C. Grayscale: #898989. Windows color (decimal): -7697037 or 7572874. OLE color: 7572874.
HSL color Cylindrical-coordinate representation of color #8A8D73: hue angle of 66.92º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A8D73 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 141 | 115 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.45 |
| HSL | 66.92º | 0.1% | 0.5% | - |
| HSV(B) | 66.92º | 0.18% | 0.55% | - |
| XYZ | 23.1 | 25.69 | 19.96 | - |
| YUV | 137.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 115 | 0.02 | 0 | 0.18 | 0.45 | 66.92 | 0.1 | 0.5 |
| Hex | 8A | 8D | 73 | 2 | 0 | 12 | 2D | 43 | A | 32 |
| Octal | 212 | 215 | 163 | 2 | 0 | 22 | 55 | 103 | 12 | 62 |
| Binary | 10001010 | 10001101 | 1110011 | 10 | 0 | 10010 | 101101 | 1000011 | 1010 | 110010 |
Color Harmonies of #8A8D73
Complementary color
Monochromatic Colors of #8A8D73
Black with #8A8D73
Text Example
Text Example
White with #8A8D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8D73; }
p { color: rgb(138,141,115); }
H1.HeaderClassName
{
color: #8A8D73;
}
.AnyTagClassName
{
color: #8A8D73;
}
</style>
background-color css
<style>
a { background-color: #8A8D73; }
a { background-color: rgb(138,141,115); }
div.DivClassName
{
background-color: #8A8D73;
}
.BgClassName
{
background-color: #8A8D73;
}
</style>
border-color css
<style>
span { border-color: #8A8D73; }
span { border-color: rgb(138,141,115); }
td.TdClassName
{
border-color: #8A8D73;
}
.TagClassName
{
border-color: #8A8D73;
}
</style>