Shades of Bitter #8A8D72
Tints of Bitter #8A8D72
RGB
CMYK
RGB Variations
Color information
#8A8D72 (or 0x8A8D72) is known color: Bitter. HEX triplet: 8A, 8D and 72. RGB value is (138,141,114). Sum of RGB (Red+Green+Blue) = 138+141+114=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8D72 is #75728D. Grayscale: #898989. Windows color (decimal): -7697038 or 7507338. OLE color: 7507338.
HSL color Cylindrical-coordinate representation of color #8A8D72: hue angle of 66.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A8D72 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 141 | 114 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.45 |
| HSL | 66.67º | 0.11% | 0.5% | - |
| HSV(B) | 66.67º | 0.19% | 0.55% | - |
| XYZ | 23.04 | 25.67 | 19.66 | - |
| YUV | 137.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 114 | 0.02 | 0 | 0.19 | 0.45 | 66.67 | 0.11 | 0.5 |
| Hex | 8A | 8D | 72 | 2 | 0 | 13 | 2D | 43 | B | 32 |
| Octal | 212 | 215 | 162 | 2 | 0 | 23 | 55 | 103 | 13 | 62 |
| Binary | 10001010 | 10001101 | 1110010 | 10 | 0 | 10011 | 101101 | 1000011 | 1011 | 110010 |
Color Harmonies of #8A8D72
Complementary color
Monochromatic Colors of #8A8D72
Black with #8A8D72
Text Example
Text Example
White with #8A8D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8D72; }
p { color: rgb(138,141,114); }
H1.HeaderClassName
{
color: #8A8D72;
}
.AnyTagClassName
{
color: #8A8D72;
}
</style>
background-color css
<style>
a { background-color: #8A8D72; }
a { background-color: rgb(138,141,114); }
div.DivClassName
{
background-color: #8A8D72;
}
.BgClassName
{
background-color: #8A8D72;
}
</style>
border-color css
<style>
span { border-color: #8A8D72; }
span { border-color: rgb(138,141,114); }
td.TdClassName
{
border-color: #8A8D72;
}
.TagClassName
{
border-color: #8A8D72;
}
</style>