Shades of Bitter #8E9067
Tints of Bitter #8E9067
RGB
CMYK
RGB Variations
Color information
#8E9067 (or 0x8E9067) is known color: Bitter. HEX triplet: 8E, 90 and 67. RGB value is (142,144,103). Sum of RGB (Red+Green+Blue) = 142+144+103=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9067 is #716F98. Grayscale: #8A8A8A. Windows color (decimal): -7434137 or 6787214. OLE color: 6787214.
HSL color Cylindrical-coordinate representation of color #8E9067: hue angle of 62.93º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E9067 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 144 | 103 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.44 |
| HSL | 62.93º | 0.17% | 0.48% | - |
| HSV(B) | 62.93º | 0.28% | 0.56% | - |
| XYZ | 23.58 | 26.68 | 16.74 | - |
| YUV | 138.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 103 | 0.01 | 0 | 0.28 | 0.44 | 62.93 | 0.17 | 0.48 |
| Hex | 8E | 90 | 67 | 1 | 0 | 1C | 2C | 3F | 11 | 30 |
| Octal | 216 | 220 | 147 | 1 | 0 | 34 | 54 | 77 | 21 | 60 |
| Binary | 10001110 | 10010000 | 1100111 | 1 | 0 | 11100 | 101100 | 111111 | 10001 | 110000 |
Color Harmonies of #8E9067
Complementary color
Monochromatic Colors of #8E9067
Black with #8E9067
Text Example
Text Example
White with #8E9067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9067; }
p { color: rgb(142,144,103); }
H1.HeaderClassName
{
color: #8E9067;
}
.AnyTagClassName
{
color: #8E9067;
}
</style>
background-color css
<style>
a { background-color: #8E9067; }
a { background-color: rgb(142,144,103); }
div.DivClassName
{
background-color: #8E9067;
}
.BgClassName
{
background-color: #8E9067;
}
</style>
border-color css
<style>
span { border-color: #8E9067; }
span { border-color: rgb(142,144,103); }
td.TdClassName
{
border-color: #8E9067;
}
.TagClassName
{
border-color: #8E9067;
}
</style>