Shades of Highball #8E8945
Tints of Highball #8E8945
RGB
CMYK
RGB Variations
Color information
#8E8945 (or 0x8E8945) is known color: Highball. HEX triplet: 8E, 89 and 45. RGB value is (142,137,69). Sum of RGB (Red+Green+Blue) = 142+137+69=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8945 is #7176BA. Grayscale: #838383. Windows color (decimal): -7435963 or 4557198. OLE color: 4557198.
HSL color Cylindrical-coordinate representation of color #8E8945: hue angle of 55.89º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E8945 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 69 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.44 |
| HSL | 55.89º | 0.35% | 0.41% | - |
| HSV(B) | 55.89º | 0.51% | 0.56% | - |
| XYZ | 21.18 | 24.07 | 9.16 | - |
| YUV | 130.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 69 | 0 | 0.04 | 0.51 | 0.44 | 55.89 | 0.35 | 0.41 |
| Hex | 8E | 89 | 45 | 0 | 4 | 33 | 2C | 38 | 23 | 29 |
| Octal | 216 | 211 | 105 | 0 | 4 | 63 | 54 | 70 | 43 | 51 |
| Binary | 10001110 | 10001001 | 1000101 | 0 | 100 | 110011 | 101100 | 111000 | 100011 | 101001 |
Color Harmonies of #8E8945
Complementary color
Monochromatic Colors of #8E8945
Black with #8E8945
Text Example
Text Example
White with #8E8945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8945; }
p { color: rgb(142,137,69); }
H1.HeaderClassName
{
color: #8E8945;
}
.AnyTagClassName
{
color: #8E8945;
}
</style>
background-color css
<style>
a { background-color: #8E8945; }
a { background-color: rgb(142,137,69); }
div.DivClassName
{
background-color: #8E8945;
}
.BgClassName
{
background-color: #8E8945;
}
</style>
border-color css
<style>
span { border-color: #8E8945; }
span { border-color: rgb(142,137,69); }
td.TdClassName
{
border-color: #8E8945;
}
.TagClassName
{
border-color: #8E8945;
}
</style>