Shades of Highball #8E8739
Tints of Highball #8E8739
RGB
CMYK
RGB Variations
Color information
#8E8739 (or 0x8E8739) is known color: Highball. HEX triplet: 8E, 87 and 39. RGB value is (142,135,57). Sum of RGB (Red+Green+Blue) = 142+135+57=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8739 is #7178C6. Grayscale: #808080. Windows color (decimal): -7436487 or 3770254. OLE color: 3770254.
HSL color Cylindrical-coordinate representation of color #8E8739: hue angle of 55.06º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E8739 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 57 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.44 |
| HSL | 55.06º | 0.43% | 0.39% | - |
| HSV(B) | 55.06º | 0.6% | 0.56% | - |
| XYZ | 20.56 | 23.37 | 7.3 | - |
| YUV | 128.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 57 | 0 | 0.05 | 0.60 | 0.44 | 55.06 | 0.43 | 0.39 |
| Hex | 8E | 87 | 39 | 0 | 5 | 3C | 2C | 37 | 2B | 27 |
| Octal | 216 | 207 | 71 | 0 | 5 | 74 | 54 | 67 | 53 | 47 |
| Binary | 10001110 | 10000111 | 111001 | 0 | 101 | 111100 | 101100 | 110111 | 101011 | 100111 |
Color Harmonies of #8E8739
Complementary color
Monochromatic Colors of #8E8739
Black with #8E8739
Text Example
Text Example
White with #8E8739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8739; }
p { color: rgb(142,135,57); }
H1.HeaderClassName
{
color: #8E8739;
}
.AnyTagClassName
{
color: #8E8739;
}
</style>
background-color css
<style>
a { background-color: #8E8739; }
a { background-color: rgb(142,135,57); }
div.DivClassName
{
background-color: #8E8739;
}
.BgClassName
{
background-color: #8E8739;
}
</style>
border-color css
<style>
span { border-color: #8E8739; }
span { border-color: rgb(142,135,57); }
td.TdClassName
{
border-color: #8E8739;
}
.TagClassName
{
border-color: #8E8739;
}
</style>