Shades of Bitter #8B8C6F
Tints of Bitter #8B8C6F
RGB
CMYK
RGB Variations
Color information
#8B8C6F (or 0x8B8C6F) is known color: Bitter. HEX triplet: 8B, 8C and 6F. RGB value is (139,140,111). Sum of RGB (Red+Green+Blue) = 139+140+111=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 140 - color contains mainly: green. Hex color #8B8C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8C6F is #747390. Grayscale: #888888. Windows color (decimal): -7631761 or 7310475. OLE color: 7310475.
HSL color Cylindrical-coordinate representation of color #8B8C6F: hue angle of 62.07º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B8C6F is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 140 | 111 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.45 |
| HSL | 62.07º | 0.12% | 0.49% | - |
| HSV(B) | 62.07º | 0.21% | 0.55% | - |
| XYZ | 22.89 | 25.39 | 18.73 | - |
| YUV | 136.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 140 | 111 | 0.01 | 0 | 0.21 | 0.45 | 62.07 | 0.12 | 0.49 |
| Hex | 8B | 8C | 6F | 1 | 0 | 15 | 2D | 3E | C | 31 |
| Octal | 213 | 214 | 157 | 1 | 0 | 25 | 55 | 76 | 14 | 61 |
| Binary | 10001011 | 10001100 | 1101111 | 1 | 0 | 10101 | 101101 | 111110 | 1100 | 110001 |
Color Harmonies of #8B8C6F
Complementary color
Monochromatic Colors of #8B8C6F
Black with #8B8C6F
Text Example
Text Example
White with #8B8C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8C6F; }
p { color: rgb(139,140,111); }
H1.HeaderClassName
{
color: #8B8C6F;
}
.AnyTagClassName
{
color: #8B8C6F;
}
</style>
background-color css
<style>
a { background-color: #8B8C6F; }
a { background-color: rgb(139,140,111); }
div.DivClassName
{
background-color: #8B8C6F;
}
.BgClassName
{
background-color: #8B8C6F;
}
</style>
border-color css
<style>
span { border-color: #8B8C6F; }
span { border-color: rgb(139,140,111); }
td.TdClassName
{
border-color: #8B8C6F;
}
.TagClassName
{
border-color: #8B8C6F;
}
</style>