Shades of Bitter #8C9069
Tints of Bitter #8C9069
RGB
CMYK
RGB Variations
Color information
#8C9069 (or 0x8C9069) is known color: Bitter. HEX triplet: 8C, 90 and 69. RGB value is (140,144,105). Sum of RGB (Red+Green+Blue) = 140+144+105=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9069 is #736F96. Grayscale: #8A8A8A. Windows color (decimal): -7565207 or 6918284. OLE color: 6918284.
HSL color Cylindrical-coordinate representation of color #8C9069: hue angle of 66.15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C9069 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 144 | 105 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.44 |
| HSL | 66.15º | 0.16% | 0.49% | - |
| HSV(B) | 66.15º | 0.27% | 0.56% | - |
| XYZ | 23.34 | 26.54 | 17.26 | - |
| YUV | 138.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 105 | 0.03 | 0 | 0.27 | 0.44 | 66.15 | 0.16 | 0.49 |
| Hex | 8C | 90 | 69 | 3 | 0 | 1B | 2C | 42 | 10 | 31 |
| Octal | 214 | 220 | 151 | 3 | 0 | 33 | 54 | 102 | 20 | 61 |
| Binary | 10001100 | 10010000 | 1101001 | 11 | 0 | 11011 | 101100 | 1000010 | 10000 | 110001 |
Color Harmonies of #8C9069
Complementary color
Monochromatic Colors of #8C9069
Black with #8C9069
Text Example
Text Example
White with #8C9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9069; }
p { color: rgb(140,144,105); }
H1.HeaderClassName
{
color: #8C9069;
}
.AnyTagClassName
{
color: #8C9069;
}
</style>
background-color css
<style>
a { background-color: #8C9069; }
a { background-color: rgb(140,144,105); }
div.DivClassName
{
background-color: #8C9069;
}
.BgClassName
{
background-color: #8C9069;
}
</style>
border-color css
<style>
span { border-color: #8C9069; }
span { border-color: rgb(140,144,105); }
td.TdClassName
{
border-color: #8C9069;
}
.TagClassName
{
border-color: #8C9069;
}
</style>