Shades of Bitter #8A9068
Tints of Bitter #8A9068
RGB
CMYK
RGB Variations
Color information
#8A9068 (or 0x8A9068) is known color: Bitter. HEX triplet: 8A, 90 and 68. RGB value is (138,144,104). Sum of RGB (Red+Green+Blue) = 138+144+104=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9068 is #756F97. Grayscale: #898989. Windows color (decimal): -7696280 or 6852746. OLE color: 6852746.
HSL color Cylindrical-coordinate representation of color #8A9068: hue angle of 69º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A9068 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 104 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.44 |
| HSL | 69º | 0.16% | 0.49% | - |
| HSV(B) | 69º | 0.28% | 0.56% | - |
| XYZ | 22.95 | 26.35 | 16.97 | - |
| YUV | 137.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 104 | 0.04 | 0 | 0.28 | 0.44 | 69 | 0.16 | 0.49 |
| Hex | 8A | 90 | 68 | 4 | 0 | 1C | 2C | 45 | 10 | 31 |
| Octal | 212 | 220 | 150 | 4 | 0 | 34 | 54 | 105 | 20 | 61 |
| Binary | 10001010 | 10010000 | 1101000 | 100 | 0 | 11100 | 101100 | 1000101 | 10000 | 110001 |
Color Harmonies of #8A9068
Complementary color
Monochromatic Colors of #8A9068
Black with #8A9068
Text Example
Text Example
White with #8A9068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9068; }
p { color: rgb(138,144,104); }
H1.HeaderClassName
{
color: #8A9068;
}
.AnyTagClassName
{
color: #8A9068;
}
</style>
background-color css
<style>
a { background-color: #8A9068; }
a { background-color: rgb(138,144,104); }
div.DivClassName
{
background-color: #8A9068;
}
.BgClassName
{
background-color: #8A9068;
}
</style>
border-color css
<style>
span { border-color: #8A9068; }
span { border-color: rgb(138,144,104); }
td.TdClassName
{
border-color: #8A9068;
}
.TagClassName
{
border-color: #8A9068;
}
</style>