Shades of Highball #8E8738
Tints of Highball #8E8738
RGB
CMYK
RGB Variations
Color information
#8E8738 (or 0x8E8738) is known color: Highball. HEX triplet: 8E, 87 and 38. RGB value is (142,135,56). Sum of RGB (Red+Green+Blue) = 142+135+56=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8738 is #7178C7. Grayscale: #808080. Windows color (decimal): -7436488 or 3704718. OLE color: 3704718.
HSL color Cylindrical-coordinate representation of color #8E8738: hue angle of 55.12º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E8738 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 56 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.44 |
| HSL | 55.12º | 0.43% | 0.39% | - |
| HSV(B) | 55.12º | 0.61% | 0.56% | - |
| XYZ | 20.53 | 23.36 | 7.17 | - |
| YUV | 128.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 56 | 0 | 0.05 | 0.61 | 0.44 | 55.12 | 0.43 | 0.39 |
| Hex | 8E | 87 | 38 | 0 | 5 | 3D | 2C | 37 | 2B | 27 |
| Octal | 216 | 207 | 70 | 0 | 5 | 75 | 54 | 67 | 53 | 47 |
| Binary | 10001110 | 10000111 | 111000 | 0 | 101 | 111101 | 101100 | 110111 | 101011 | 100111 |
Color Harmonies of #8E8738
Complementary color
Monochromatic Colors of #8E8738
Black with #8E8738
Text Example
Text Example
White with #8E8738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8738; }
p { color: rgb(142,135,56); }
H1.HeaderClassName
{
color: #8E8738;
}
.AnyTagClassName
{
color: #8E8738;
}
</style>
background-color css
<style>
a { background-color: #8E8738; }
a { background-color: rgb(142,135,56); }
div.DivClassName
{
background-color: #8E8738;
}
.BgClassName
{
background-color: #8E8738;
}
</style>
border-color css
<style>
span { border-color: #8E8738; }
span { border-color: rgb(142,135,56); }
td.TdClassName
{
border-color: #8E8738;
}
.TagClassName
{
border-color: #8E8738;
}
</style>