Shades of Bitter #8C9071
Tints of Bitter #8C9071
RGB
CMYK
RGB Variations
Color information
#8C9071 (or 0x8C9071) is known color: Bitter. HEX triplet: 8C, 90 and 71. RGB value is (140,144,113). Sum of RGB (Red+Green+Blue) = 140+144+113=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9071 is #736F8E. Grayscale: #8B8B8B. Windows color (decimal): -7565199 or 7442572. OLE color: 7442572.
HSL color Cylindrical-coordinate representation of color #8C9071: hue angle of 67.74º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C9071 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 144 | 113 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.44 |
| HSL | 67.74º | 0.12% | 0.5% | - |
| HSV(B) | 67.74º | 0.22% | 0.56% | - |
| XYZ | 23.77 | 26.71 | 19.53 | - |
| YUV | 139.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 113 | 0.03 | 0 | 0.22 | 0.44 | 67.74 | 0.12 | 0.5 |
| Hex | 8C | 90 | 71 | 3 | 0 | 16 | 2C | 44 | C | 32 |
| Octal | 214 | 220 | 161 | 3 | 0 | 26 | 54 | 104 | 14 | 62 |
| Binary | 10001100 | 10010000 | 1110001 | 11 | 0 | 10110 | 101100 | 1000100 | 1100 | 110010 |
Color Harmonies of #8C9071
Complementary color
Monochromatic Colors of #8C9071
Black with #8C9071
Text Example
Text Example
White with #8C9071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9071; }
p { color: rgb(140,144,113); }
H1.HeaderClassName
{
color: #8C9071;
}
.AnyTagClassName
{
color: #8C9071;
}
</style>
background-color css
<style>
a { background-color: #8C9071; }
a { background-color: rgb(140,144,113); }
div.DivClassName
{
background-color: #8C9071;
}
.BgClassName
{
background-color: #8C9071;
}
</style>
border-color css
<style>
span { border-color: #8C9071; }
span { border-color: rgb(140,144,113); }
td.TdClassName
{
border-color: #8C9071;
}
.TagClassName
{
border-color: #8C9071;
}
</style>