Shades of Highball #8D8E48
Tints of Highball #8D8E48
RGB
CMYK
RGB Variations
Color information
#8D8E48 (or 0x8D8E48) is known color: Highball. HEX triplet: 8D, 8E and 48. RGB value is (141,142,72). Sum of RGB (Red+Green+Blue) = 141+142+72=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 142 - color contains mainly: green. Hex color #8D8E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8E48 is #7271B7. Grayscale: #868686. Windows color (decimal): -7500216 or 4755085. OLE color: 4755085.
HSL color Cylindrical-coordinate representation of color #8D8E48: hue angle of 60.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D8E48 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 142 | 72 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.44 |
| HSL | 60.86º | 0.33% | 0.42% | - |
| HSV(B) | 60.86º | 0.49% | 0.56% | - |
| XYZ | 21.83 | 25.48 | 9.9 | - |
| YUV | 133.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 142 | 72 | 0.01 | 0 | 0.49 | 0.44 | 60.86 | 0.33 | 0.42 |
| Hex | 8D | 8E | 48 | 1 | 0 | 31 | 2C | 3D | 21 | 2A |
| Octal | 215 | 216 | 110 | 1 | 0 | 61 | 54 | 75 | 41 | 52 |
| Binary | 10001101 | 10001110 | 1001000 | 1 | 0 | 110001 | 101100 | 111101 | 100001 | 101010 |
Color Harmonies of #8D8E48
Complementary color
Monochromatic Colors of #8D8E48
Black with #8D8E48
Text Example
Text Example
White with #8D8E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8E48; }
p { color: rgb(141,142,72); }
H1.HeaderClassName
{
color: #8D8E48;
}
.AnyTagClassName
{
color: #8D8E48;
}
</style>
background-color css
<style>
a { background-color: #8D8E48; }
a { background-color: rgb(141,142,72); }
div.DivClassName
{
background-color: #8D8E48;
}
.BgClassName
{
background-color: #8D8E48;
}
</style>
border-color css
<style>
span { border-color: #8D8E48; }
span { border-color: rgb(141,142,72); }
td.TdClassName
{
border-color: #8D8E48;
}
.TagClassName
{
border-color: #8D8E48;
}
</style>