Shades of Bitter #8C906F
Tints of Bitter #8C906F
RGB
CMYK
RGB Variations
Color information
#8C906F (or 0x8C906F) is known color: Bitter. HEX triplet: 8C, 90 and 6F. RGB value is (140,144,111). Sum of RGB (Red+Green+Blue) = 140+144+111=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #8C906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C906F is #736F90. Grayscale: #8B8B8B. Windows color (decimal): -7565201 or 7311500. OLE color: 7311500.
HSL color Cylindrical-coordinate representation of color #8C906F: hue angle of 67.27º 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 #8C906F is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 144 | 111 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.44 |
| HSL | 67.27º | 0.13% | 0.5% | - |
| HSV(B) | 67.27º | 0.23% | 0.56% | - |
| XYZ | 23.66 | 26.67 | 18.94 | - |
| YUV | 139.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 111 | 0.03 | 0 | 0.23 | 0.44 | 67.27 | 0.13 | 0.5 |
| Hex | 8C | 90 | 6F | 3 | 0 | 17 | 2C | 43 | D | 32 |
| Octal | 214 | 220 | 157 | 3 | 0 | 27 | 54 | 103 | 15 | 62 |
| Binary | 10001100 | 10010000 | 1101111 | 11 | 0 | 10111 | 101100 | 1000011 | 1101 | 110010 |
Color Harmonies of #8C906F
Complementary color
Monochromatic Colors of #8C906F
Black with #8C906F
Text Example
Text Example
White with #8C906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C906F; }
p { color: rgb(140,144,111); }
H1.HeaderClassName
{
color: #8C906F;
}
.AnyTagClassName
{
color: #8C906F;
}
</style>
background-color css
<style>
a { background-color: #8C906F; }
a { background-color: rgb(140,144,111); }
div.DivClassName
{
background-color: #8C906F;
}
.BgClassName
{
background-color: #8C906F;
}
</style>
border-color css
<style>
span { border-color: #8C906F; }
span { border-color: rgb(140,144,111); }
td.TdClassName
{
border-color: #8C906F;
}
.TagClassName
{
border-color: #8C906F;
}
</style>