Shades of Bitter #8A8C70
Tints of Bitter #8A8C70
RGB
CMYK
RGB Variations
Color information
#8A8C70 (or 0x8A8C70) is known color: Bitter. HEX triplet: 8A, 8C and 70. RGB value is (138,140,112). Sum of RGB (Red+Green+Blue) = 138+140+112=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8C70 is #75738F. Grayscale: #888888. Windows color (decimal): -7697296 or 7376010. OLE color: 7376010.
HSL color Cylindrical-coordinate representation of color #8A8C70: hue angle of 64.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A8C70 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 140 | 112 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.45 |
| HSL | 64.29º | 0.11% | 0.49% | - |
| HSV(B) | 64.29º | 0.2% | 0.55% | - |
| XYZ | 22.78 | 25.33 | 19.02 | - |
| YUV | 136.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 112 | 0.01 | 0 | 0.20 | 0.45 | 64.29 | 0.11 | 0.49 |
| Hex | 8A | 8C | 70 | 1 | 0 | 14 | 2D | 40 | B | 31 |
| Octal | 212 | 214 | 160 | 1 | 0 | 24 | 55 | 100 | 13 | 61 |
| Binary | 10001010 | 10001100 | 1110000 | 1 | 0 | 10100 | 101101 | 1000000 | 1011 | 110001 |
Color Harmonies of #8A8C70
Complementary color
Monochromatic Colors of #8A8C70
Black with #8A8C70
Text Example
Text Example
White with #8A8C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8C70; }
p { color: rgb(138,140,112); }
H1.HeaderClassName
{
color: #8A8C70;
}
.AnyTagClassName
{
color: #8A8C70;
}
</style>
background-color css
<style>
a { background-color: #8A8C70; }
a { background-color: rgb(138,140,112); }
div.DivClassName
{
background-color: #8A8C70;
}
.BgClassName
{
background-color: #8A8C70;
}
</style>
border-color css
<style>
span { border-color: #8A8C70; }
span { border-color: rgb(138,140,112); }
td.TdClassName
{
border-color: #8A8C70;
}
.TagClassName
{
border-color: #8A8C70;
}
</style>