Shades of Highball #8D864B
Tints of Highball #8D864B
RGB
CMYK
RGB Variations
Color information
#8D864B (or 0x8D864B) is known color: Highball. HEX triplet: 8D, 86 and 4B. RGB value is (141,134,75). Sum of RGB (Red+Green+Blue) = 141+134+75=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D864B is #7279B4. Grayscale: #818181. Windows color (decimal): -7502261 or 4949645. OLE color: 4949645.
HSL color Cylindrical-coordinate representation of color #8D864B: hue angle of 53.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D864B is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 134 | 75 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.45 |
| HSL | 53.64º | 0.31% | 0.42% | - |
| HSV(B) | 53.64º | 0.47% | 0.55% | - |
| XYZ | 20.78 | 23.22 | 10.04 | - |
| YUV | 129.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 75 | 0 | 0.05 | 0.47 | 0.45 | 53.64 | 0.31 | 0.42 |
| Hex | 8D | 86 | 4B | 0 | 5 | 2F | 2D | 36 | 1F | 2A |
| Octal | 215 | 206 | 113 | 0 | 5 | 57 | 55 | 66 | 37 | 52 |
| Binary | 10001101 | 10000110 | 1001011 | 0 | 101 | 101111 | 101101 | 110110 | 11111 | 101010 |
Color Harmonies of #8D864B
Complementary color
Monochromatic Colors of #8D864B
Black with #8D864B
Text Example
Text Example
White with #8D864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D864B; }
p { color: rgb(141,134,75); }
H1.HeaderClassName
{
color: #8D864B;
}
.AnyTagClassName
{
color: #8D864B;
}
</style>
background-color css
<style>
a { background-color: #8D864B; }
a { background-color: rgb(141,134,75); }
div.DivClassName
{
background-color: #8D864B;
}
.BgClassName
{
background-color: #8D864B;
}
</style>
border-color css
<style>
span { border-color: #8D864B; }
span { border-color: rgb(141,134,75); }
td.TdClassName
{
border-color: #8D864B;
}
.TagClassName
{
border-color: #8D864B;
}
</style>