Shades of Highball #8D9247
Tints of Highball #8D9247
RGB
CMYK
RGB Variations
Color information
#8D9247 (or 0x8D9247) is known color: Highball. HEX triplet: 8D, 92 and 47. RGB value is (141,146,71). Sum of RGB (Red+Green+Blue) = 141+146+71=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9247 is #726DB8. Grayscale: #888888. Windows color (decimal): -7499193 or 4690573. OLE color: 4690573.
HSL color Cylindrical-coordinate representation of color #8D9247: hue angle of 64º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D9247 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 71 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.43 |
| HSL | 64º | 0.35% | 0.43% | - |
| HSV(B) | 64º | 0.51% | 0.57% | - |
| XYZ | 22.4 | 26.68 | 9.93 | - |
| YUV | 135.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 71 | 0.03 | 0 | 0.51 | 0.43 | 64 | 0.35 | 0.43 |
| Hex | 8D | 92 | 47 | 3 | 0 | 33 | 2B | 40 | 23 | 2B |
| Octal | 215 | 222 | 107 | 3 | 0 | 63 | 53 | 100 | 43 | 53 |
| Binary | 10001101 | 10010010 | 1000111 | 11 | 0 | 110011 | 101011 | 1000000 | 100011 | 101011 |
Color Harmonies of #8D9247
Complementary color
Monochromatic Colors of #8D9247
Black with #8D9247
Text Example
Text Example
White with #8D9247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9247; }
p { color: rgb(141,146,71); }
H1.HeaderClassName
{
color: #8D9247;
}
.AnyTagClassName
{
color: #8D9247;
}
</style>
background-color css
<style>
a { background-color: #8D9247; }
a { background-color: rgb(141,146,71); }
div.DivClassName
{
background-color: #8D9247;
}
.BgClassName
{
background-color: #8D9247;
}
</style>
border-color css
<style>
span { border-color: #8D9247; }
span { border-color: rgb(141,146,71); }
td.TdClassName
{
border-color: #8D9247;
}
.TagClassName
{
border-color: #8D9247;
}
</style>