Shades of Bitter #8A8F71
Tints of Bitter #8A8F71
RGB
CMYK
RGB Variations
Color information
#8A8F71 (or 0x8A8F71) is known color: Bitter. HEX triplet: 8A, 8F and 71. RGB value is (138,143,113). Sum of RGB (Red+Green+Blue) = 138+143+113=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8F71 is #75708E. Grayscale: #8A8A8A. Windows color (decimal): -7696527 or 7442314. OLE color: 7442314.
HSL color Cylindrical-coordinate representation of color #8A8F71: hue angle of 70º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A8F71 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 143 | 113 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.44 |
| HSL | 70º | 0.12% | 0.5% | - |
| HSV(B) | 70º | 0.21% | 0.56% | - |
| XYZ | 23.28 | 26.24 | 19.46 | - |
| YUV | 138.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 113 | 0.03 | 0 | 0.21 | 0.44 | 70 | 0.12 | 0.5 |
| Hex | 8A | 8F | 71 | 3 | 0 | 15 | 2C | 46 | C | 32 |
| Octal | 212 | 217 | 161 | 3 | 0 | 25 | 54 | 106 | 14 | 62 |
| Binary | 10001010 | 10001111 | 1110001 | 11 | 0 | 10101 | 101100 | 1000110 | 1100 | 110010 |
Color Harmonies of #8A8F71
Complementary color
Monochromatic Colors of #8A8F71
Black with #8A8F71
Text Example
Text Example
White with #8A8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8F71; }
p { color: rgb(138,143,113); }
H1.HeaderClassName
{
color: #8A8F71;
}
.AnyTagClassName
{
color: #8A8F71;
}
</style>
background-color css
<style>
a { background-color: #8A8F71; }
a { background-color: rgb(138,143,113); }
div.DivClassName
{
background-color: #8A8F71;
}
.BgClassName
{
background-color: #8A8F71;
}
</style>
border-color css
<style>
span { border-color: #8A8F71; }
span { border-color: rgb(138,143,113); }
td.TdClassName
{
border-color: #8A8F71;
}
.TagClassName
{
border-color: #8A8F71;
}
</style>