Shades of Bitter #8A8D71
Tints of Bitter #8A8D71
RGB
CMYK
RGB Variations
Color information
#8A8D71 (or 0x8A8D71) is known color: Bitter. HEX triplet: 8A, 8D and 71. RGB value is (138,141,113). Sum of RGB (Red+Green+Blue) = 138+141+113=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8D71 is #75728E. Grayscale: #898989. Windows color (decimal): -7697039 or 7441802. OLE color: 7441802.
HSL color Cylindrical-coordinate representation of color #8A8D71: hue angle of 66.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A8D71 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 141 | 113 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.45 |
| HSL | 66.43º | 0.11% | 0.5% | - |
| HSV(B) | 66.43º | 0.2% | 0.55% | - |
| XYZ | 22.99 | 25.65 | 19.36 | - |
| YUV | 136.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 113 | 0.02 | 0 | 0.20 | 0.45 | 66.43 | 0.11 | 0.5 |
| Hex | 8A | 8D | 71 | 2 | 0 | 14 | 2D | 42 | B | 32 |
| Octal | 212 | 215 | 161 | 2 | 0 | 24 | 55 | 102 | 13 | 62 |
| Binary | 10001010 | 10001101 | 1110001 | 10 | 0 | 10100 | 101101 | 1000010 | 1011 | 110010 |
Color Harmonies of #8A8D71
Complementary color
Monochromatic Colors of #8A8D71
Black with #8A8D71
Text Example
Text Example
White with #8A8D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8D71; }
p { color: rgb(138,141,113); }
H1.HeaderClassName
{
color: #8A8D71;
}
.AnyTagClassName
{
color: #8A8D71;
}
</style>
background-color css
<style>
a { background-color: #8A8D71; }
a { background-color: rgb(138,141,113); }
div.DivClassName
{
background-color: #8A8D71;
}
.BgClassName
{
background-color: #8A8D71;
}
</style>
border-color css
<style>
span { border-color: #8A8D71; }
span { border-color: rgb(138,141,113); }
td.TdClassName
{
border-color: #8A8D71;
}
.TagClassName
{
border-color: #8A8D71;
}
</style>