Shades of Highball #8F8836
Tints of Highball #8F8836
RGB
CMYK
RGB Variations
Color information
#8F8836 (or 0x8F8836) is known color: Highball. HEX triplet: 8F, 88 and 36. RGB value is (143,136,54). Sum of RGB (Red+Green+Blue) = 143+136+54=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8836 is #7077C9. Grayscale: #818181. Windows color (decimal): -7370698 or 3573903. OLE color: 3573903.
HSL color Cylindrical-coordinate representation of color #8F8836: hue angle of 55.28º 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 #8F8836 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 54 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.44 |
| HSL | 55.28º | 0.45% | 0.39% | - |
| HSV(B) | 55.28º | 0.62% | 0.56% | - |
| XYZ | 20.8 | 23.71 | 6.97 | - |
| YUV | 128.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 54 | 0 | 0.05 | 0.62 | 0.44 | 55.28 | 0.45 | 0.39 |
| Hex | 8F | 88 | 36 | 0 | 5 | 3E | 2C | 37 | 2D | 27 |
| Octal | 217 | 210 | 66 | 0 | 5 | 76 | 54 | 67 | 55 | 47 |
| Binary | 10001111 | 10001000 | 110110 | 0 | 101 | 111110 | 101100 | 110111 | 101101 | 100111 |
Color Harmonies of #8F8836
Complementary color
Monochromatic Colors of #8F8836
Black with #8F8836
Text Example
Text Example
White with #8F8836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8836; }
p { color: rgb(143,136,54); }
H1.HeaderClassName
{
color: #8F8836;
}
.AnyTagClassName
{
color: #8F8836;
}
</style>
background-color css
<style>
a { background-color: #8F8836; }
a { background-color: rgb(143,136,54); }
div.DivClassName
{
background-color: #8F8836;
}
.BgClassName
{
background-color: #8F8836;
}
</style>
border-color css
<style>
span { border-color: #8F8836; }
span { border-color: rgb(143,136,54); }
td.TdClassName
{
border-color: #8F8836;
}
.TagClassName
{
border-color: #8F8836;
}
</style>