Shades of Highball #8E8730
Tints of Highball #8E8730
RGB
CMYK
RGB Variations
Color information
#8E8730 (or 0x8E8730) is known color: Highball. HEX triplet: 8E, 87 and 30. RGB value is (142,135,48). Sum of RGB (Red+Green+Blue) = 142+135+48=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8730 is #7178CF. Grayscale: #7F7F7F. Windows color (decimal): -7436496 or 3180430. OLE color: 3180430.
HSL color Cylindrical-coordinate representation of color #8E8730: hue angle of 55.53º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E8730 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 48 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.44 |
| HSL | 55.53º | 0.49% | 0.37% | - |
| HSV(B) | 55.53º | 0.66% | 0.56% | - |
| XYZ | 20.35 | 23.29 | 6.22 | - |
| YUV | 127.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 48 | 0 | 0.05 | 0.66 | 0.44 | 55.53 | 0.49 | 0.37 |
| Hex | 8E | 87 | 30 | 0 | 5 | 42 | 2C | 38 | 31 | 25 |
| Octal | 216 | 207 | 60 | 0 | 5 | 102 | 54 | 70 | 61 | 45 |
| Binary | 10001110 | 10000111 | 110000 | 0 | 101 | 1000010 | 101100 | 111000 | 110001 | 100101 |
Color Harmonies of #8E8730
Complementary color
Monochromatic Colors of #8E8730
Black with #8E8730
Text Example
Text Example
White with #8E8730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8730; }
p { color: rgb(142,135,48); }
H1.HeaderClassName
{
color: #8E8730;
}
.AnyTagClassName
{
color: #8E8730;
}
</style>
background-color css
<style>
a { background-color: #8E8730; }
a { background-color: rgb(142,135,48); }
div.DivClassName
{
background-color: #8E8730;
}
.BgClassName
{
background-color: #8E8730;
}
</style>
border-color css
<style>
span { border-color: #8E8730; }
span { border-color: rgb(142,135,48); }
td.TdClassName
{
border-color: #8E8730;
}
.TagClassName
{
border-color: #8E8730;
}
</style>