Shades of Highball #8E9036
Tints of Highball #8E9036
RGB
CMYK
RGB Variations
Color information
#8E9036 (or 0x8E9036) is known color: Highball. HEX triplet: 8E, 90 and 36. RGB value is (142,144,54). Sum of RGB (Red+Green+Blue) = 142+144+54=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9036 is #716FC9. Grayscale: #858585. Windows color (decimal): -7434186 or 3575950. OLE color: 3575950.
HSL color Cylindrical-coordinate representation of color #8E9036: hue angle of 61.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E9036 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 144 | 54 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.44 |
| HSL | 61.33º | 0.45% | 0.39% | - |
| HSV(B) | 61.33º | 0.63% | 0.56% | - |
| XYZ | 21.79 | 25.96 | 7.35 | - |
| YUV | 133.14 | 83.34 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 54 | 0.01 | 0 | 0.63 | 0.44 | 61.33 | 0.45 | 0.39 |
| Hex | 8E | 90 | 36 | 1 | 0 | 3F | 2C | 3D | 2D | 27 |
| Octal | 216 | 220 | 66 | 1 | 0 | 77 | 54 | 75 | 55 | 47 |
| Binary | 10001110 | 10010000 | 110110 | 1 | 0 | 111111 | 101100 | 111101 | 101101 | 100111 |
Color Harmonies of #8E9036
Complementary color
Monochromatic Colors of #8E9036
Black with #8E9036
Text Example
Text Example
White with #8E9036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9036; }
p { color: rgb(142,144,54); }
H1.HeaderClassName
{
color: #8E9036;
}
.AnyTagClassName
{
color: #8E9036;
}
</style>
background-color css
<style>
a { background-color: #8E9036; }
a { background-color: rgb(142,144,54); }
div.DivClassName
{
background-color: #8E9036;
}
.BgClassName
{
background-color: #8E9036;
}
</style>
border-color css
<style>
span { border-color: #8E9036; }
span { border-color: rgb(142,144,54); }
td.TdClassName
{
border-color: #8E9036;
}
.TagClassName
{
border-color: #8E9036;
}
</style>