Shades of Bitter #8A8B6B
Tints of Bitter #8A8B6B
RGB
CMYK
RGB Variations
Color information
#8A8B6B (or 0x8A8B6B) is known color: Bitter. HEX triplet: 8A, 8B and 6B. RGB value is (138,139,107). Sum of RGB (Red+Green+Blue) = 138+139+107=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8B6B is #757494. Grayscale: #878787. Windows color (decimal): -7697557 or 7048074. OLE color: 7048074.
HSL color Cylindrical-coordinate representation of color #8A8B6B: hue angle of 61.88º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A8B6B is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 139 | 107 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.45 |
| HSL | 61.88º | 0.13% | 0.48% | - |
| HSV(B) | 61.88º | 0.23% | 0.55% | - |
| XYZ | 22.37 | 24.93 | 17.54 | - |
| YUV | 135.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 107 | 0.01 | 0 | 0.23 | 0.45 | 61.88 | 0.13 | 0.48 |
| Hex | 8A | 8B | 6B | 1 | 0 | 17 | 2D | 3E | D | 30 |
| Octal | 212 | 213 | 153 | 1 | 0 | 27 | 55 | 76 | 15 | 60 |
| Binary | 10001010 | 10001011 | 1101011 | 1 | 0 | 10111 | 101101 | 111110 | 1101 | 110000 |
Color Harmonies of #8A8B6B
Complementary color
Monochromatic Colors of #8A8B6B
Black with #8A8B6B
Text Example
Text Example
White with #8A8B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8B6B; }
p { color: rgb(138,139,107); }
H1.HeaderClassName
{
color: #8A8B6B;
}
.AnyTagClassName
{
color: #8A8B6B;
}
</style>
background-color css
<style>
a { background-color: #8A8B6B; }
a { background-color: rgb(138,139,107); }
div.DivClassName
{
background-color: #8A8B6B;
}
.BgClassName
{
background-color: #8A8B6B;
}
</style>
border-color css
<style>
span { border-color: #8A8B6B; }
span { border-color: rgb(138,139,107); }
td.TdClassName
{
border-color: #8A8B6B;
}
.TagClassName
{
border-color: #8A8B6B;
}
</style>