Shades of Highball #8E8A3E
Tints of Highball #8E8A3E
RGB
CMYK
RGB Variations
Color information
#8E8A3E (or 0x8E8A3E) is known color: Highball. HEX triplet: 8E, 8A and 3E. RGB value is (142,138,62). Sum of RGB (Red+Green+Blue) = 142+138+62=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8A3E is #7175C1. Grayscale: #828282. Windows color (decimal): -7435714 or 4098702. OLE color: 4098702.
HSL color Cylindrical-coordinate representation of color #8E8A3E: hue angle of 57º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E8A3E is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 62 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.44 |
| HSL | 57º | 0.39% | 0.4% | - |
| HSV(B) | 57º | 0.56% | 0.56% | - |
| XYZ | 21.11 | 24.28 | 8.13 | - |
| YUV | 130.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 62 | 0 | 0.03 | 0.56 | 0.44 | 57 | 0.39 | 0.4 |
| Hex | 8E | 8A | 3E | 0 | 3 | 38 | 2C | 39 | 27 | 28 |
| Octal | 216 | 212 | 76 | 0 | 3 | 70 | 54 | 71 | 47 | 50 |
| Binary | 10001110 | 10001010 | 111110 | 0 | 11 | 111000 | 101100 | 111001 | 100111 | 101000 |
Color Harmonies of #8E8A3E
Complementary color
Monochromatic Colors of #8E8A3E
Black with #8E8A3E
Text Example
Text Example
White with #8E8A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A3E; }
p { color: rgb(142,138,62); }
H1.HeaderClassName
{
color: #8E8A3E;
}
.AnyTagClassName
{
color: #8E8A3E;
}
</style>
background-color css
<style>
a { background-color: #8E8A3E; }
a { background-color: rgb(142,138,62); }
div.DivClassName
{
background-color: #8E8A3E;
}
.BgClassName
{
background-color: #8E8A3E;
}
</style>
border-color css
<style>
span { border-color: #8E8A3E; }
span { border-color: rgb(142,138,62); }
td.TdClassName
{
border-color: #8E8A3E;
}
.TagClassName
{
border-color: #8E8A3E;
}
</style>