Shades of Highball #8E8C40
Tints of Highball #8E8C40
RGB
CMYK
RGB Variations
Color information
#8E8C40 (or 0x8E8C40) is known color: Highball. HEX triplet: 8E, 8C and 40. RGB value is (142,140,64). Sum of RGB (Red+Green+Blue) = 142+140+64=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8C40 is #7173BF. Grayscale: #848484. Windows color (decimal): -7435200 or 4230286. OLE color: 4230286.
HSL color Cylindrical-coordinate representation of color #8E8C40: hue angle of 58.46º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E8C40 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 140 | 64 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.44 |
| HSL | 58.46º | 0.38% | 0.4% | - |
| HSV(B) | 58.46º | 0.55% | 0.56% | - |
| XYZ | 21.46 | 24.88 | 8.52 | - |
| YUV | 131.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 140 | 64 | 0 | 0.01 | 0.55 | 0.44 | 58.46 | 0.38 | 0.4 |
| Hex | 8E | 8C | 40 | 0 | 1 | 37 | 2C | 3A | 26 | 28 |
| Octal | 216 | 214 | 100 | 0 | 1 | 67 | 54 | 72 | 46 | 50 |
| Binary | 10001110 | 10001100 | 1000000 | 0 | 1 | 110111 | 101100 | 111010 | 100110 | 101000 |
Color Harmonies of #8E8C40
Complementary color
Monochromatic Colors of #8E8C40
Black with #8E8C40
Text Example
Text Example
White with #8E8C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8C40; }
p { color: rgb(142,140,64); }
H1.HeaderClassName
{
color: #8E8C40;
}
.AnyTagClassName
{
color: #8E8C40;
}
</style>
background-color css
<style>
a { background-color: #8E8C40; }
a { background-color: rgb(142,140,64); }
div.DivClassName
{
background-color: #8E8C40;
}
.BgClassName
{
background-color: #8E8C40;
}
</style>
border-color css
<style>
span { border-color: #8E8C40; }
span { border-color: rgb(142,140,64); }
td.TdClassName
{
border-color: #8E8C40;
}
.TagClassName
{
border-color: #8E8C40;
}
</style>