Shades of Highball #8E8D4F
Tints of Highball #8E8D4F
RGB
CMYK
RGB Variations
Color information
#8E8D4F (or 0x8E8D4F) is known color: Highball. HEX triplet: 8E, 8D and 4F. RGB value is (142,141,79). Sum of RGB (Red+Green+Blue) = 142+141+79=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8D4F is #7172B0. Grayscale: #868686. Windows color (decimal): -7434929 or 5213582. OLE color: 5213582.
HSL color Cylindrical-coordinate representation of color #8E8D4F: hue angle of 59.05º 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 #8E8D4F is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 141 | 79 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.44 |
| HSL | 59.05º | 0.29% | 0.43% | - |
| HSV(B) | 59.05º | 0.44% | 0.56% | - |
| XYZ | 22.09 | 25.37 | 11.13 | - |
| YUV | 134.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 141 | 79 | 0 | 0.01 | 0.44 | 0.44 | 59.05 | 0.29 | 0.43 |
| Hex | 8E | 8D | 4F | 0 | 1 | 2C | 2C | 3B | 1D | 2B |
| Octal | 216 | 215 | 117 | 0 | 1 | 54 | 54 | 73 | 35 | 53 |
| Binary | 10001110 | 10001101 | 1001111 | 0 | 1 | 101100 | 101100 | 111011 | 11101 | 101011 |
Color Harmonies of #8E8D4F
Complementary color
Monochromatic Colors of #8E8D4F
Black with #8E8D4F
Text Example
Text Example
White with #8E8D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8D4F; }
p { color: rgb(142,141,79); }
H1.HeaderClassName
{
color: #8E8D4F;
}
.AnyTagClassName
{
color: #8E8D4F;
}
</style>
background-color css
<style>
a { background-color: #8E8D4F; }
a { background-color: rgb(142,141,79); }
div.DivClassName
{
background-color: #8E8D4F;
}
.BgClassName
{
background-color: #8E8D4F;
}
</style>
border-color css
<style>
span { border-color: #8E8D4F; }
span { border-color: rgb(142,141,79); }
td.TdClassName
{
border-color: #8E8D4F;
}
.TagClassName
{
border-color: #8E8D4F;
}
</style>