Shades of Bitter #8A906F
Tints of Bitter #8A906F
RGB
CMYK
RGB Variations
Color information
#8A906F (or 0x8A906F) is known color: Bitter. HEX triplet: 8A, 90 and 6F. RGB value is (138,144,111). Sum of RGB (Red+Green+Blue) = 138+144+111=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 144 - color contains mainly: green. Hex color #8A906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A906F is #756F90. Grayscale: #8A8A8A. Windows color (decimal): -7696273 or 7311498. OLE color: 7311498.
HSL color Cylindrical-coordinate representation of color #8A906F: hue angle of 70.91º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A906F is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 111 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.44 |
| HSL | 70.91º | 0.13% | 0.5% | - |
| HSV(B) | 70.91º | 0.23% | 0.56% | - |
| XYZ | 23.32 | 26.5 | 18.92 | - |
| YUV | 138.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 111 | 0.04 | 0 | 0.23 | 0.44 | 70.91 | 0.13 | 0.5 |
| Hex | 8A | 90 | 6F | 4 | 0 | 17 | 2C | 47 | D | 32 |
| Octal | 212 | 220 | 157 | 4 | 0 | 27 | 54 | 107 | 15 | 62 |
| Binary | 10001010 | 10010000 | 1101111 | 100 | 0 | 10111 | 101100 | 1000111 | 1101 | 110010 |
Color Harmonies of #8A906F
Complementary color
Monochromatic Colors of #8A906F
Black with #8A906F
Text Example
Text Example
White with #8A906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A906F; }
p { color: rgb(138,144,111); }
H1.HeaderClassName
{
color: #8A906F;
}
.AnyTagClassName
{
color: #8A906F;
}
</style>
background-color css
<style>
a { background-color: #8A906F; }
a { background-color: rgb(138,144,111); }
div.DivClassName
{
background-color: #8A906F;
}
.BgClassName
{
background-color: #8A906F;
}
</style>
border-color css
<style>
span { border-color: #8A906F; }
span { border-color: rgb(138,144,111); }
td.TdClassName
{
border-color: #8A906F;
}
.TagClassName
{
border-color: #8A906F;
}
</style>