Shades of Highball #8E894F
Tints of Highball #8E894F
RGB
CMYK
RGB Variations
Color information
#8E894F (or 0x8E894F) is known color: Highball. HEX triplet: 8E, 89 and 4F. RGB value is (142,137,79). Sum of RGB (Red+Green+Blue) = 142+137+79=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E894F is #7176B0. Grayscale: #848484. Windows color (decimal): -7435953 or 5212558. OLE color: 5212558.
HSL color Cylindrical-coordinate representation of color #8E894F: hue angle of 55.24º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E894F is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 79 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.44 |
| HSL | 55.24º | 0.29% | 0.43% | - |
| HSV(B) | 55.24º | 0.44% | 0.56% | - |
| XYZ | 21.51 | 24.21 | 10.94 | - |
| YUV | 131.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 79 | 0 | 0.04 | 0.44 | 0.44 | 55.24 | 0.29 | 0.43 |
| Hex | 8E | 89 | 4F | 0 | 4 | 2C | 2C | 37 | 1D | 2B |
| Octal | 216 | 211 | 117 | 0 | 4 | 54 | 54 | 67 | 35 | 53 |
| Binary | 10001110 | 10001001 | 1001111 | 0 | 100 | 101100 | 101100 | 110111 | 11101 | 101011 |
Color Harmonies of #8E894F
Complementary color
Monochromatic Colors of #8E894F
Black with #8E894F
Text Example
Text Example
White with #8E894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E894F; }
p { color: rgb(142,137,79); }
H1.HeaderClassName
{
color: #8E894F;
}
.AnyTagClassName
{
color: #8E894F;
}
</style>
background-color css
<style>
a { background-color: #8E894F; }
a { background-color: rgb(142,137,79); }
div.DivClassName
{
background-color: #8E894F;
}
.BgClassName
{
background-color: #8E894F;
}
</style>
border-color css
<style>
span { border-color: #8E894F; }
span { border-color: rgb(142,137,79); }
td.TdClassName
{
border-color: #8E894F;
}
.TagClassName
{
border-color: #8E894F;
}
</style>