Shades of Highball #8D914D
Tints of Highball #8D914D
RGB
CMYK
RGB Variations
Color information
#8D914D (or 0x8D914D) is known color: Highball. HEX triplet: 8D, 91 and 4D. RGB value is (141,145,77). Sum of RGB (Red+Green+Blue) = 141+145+77=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #8D914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D914D is #726EB2. Grayscale: #888888. Windows color (decimal): -7499443 or 5083533. OLE color: 5083533.
HSL color Cylindrical-coordinate representation of color #8D914D: hue angle of 63.53º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D914D is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 145 | 77 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.43 |
| HSL | 63.53º | 0.31% | 0.44% | - |
| HSV(B) | 63.53º | 0.47% | 0.57% | - |
| XYZ | 22.45 | 26.45 | 10.94 | - |
| YUV | 136.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 77 | 0.03 | 0 | 0.47 | 0.43 | 63.53 | 0.31 | 0.44 |
| Hex | 8D | 91 | 4D | 3 | 0 | 2F | 2B | 40 | 1F | 2C |
| Octal | 215 | 221 | 115 | 3 | 0 | 57 | 53 | 100 | 37 | 54 |
| Binary | 10001101 | 10010001 | 1001101 | 11 | 0 | 101111 | 101011 | 1000000 | 11111 | 101100 |
Color Harmonies of #8D914D
Complementary color
Monochromatic Colors of #8D914D
Black with #8D914D
Text Example
Text Example
White with #8D914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D914D; }
p { color: rgb(141,145,77); }
H1.HeaderClassName
{
color: #8D914D;
}
.AnyTagClassName
{
color: #8D914D;
}
</style>
background-color css
<style>
a { background-color: #8D914D; }
a { background-color: rgb(141,145,77); }
div.DivClassName
{
background-color: #8D914D;
}
.BgClassName
{
background-color: #8D914D;
}
</style>
border-color css
<style>
span { border-color: #8D914D; }
span { border-color: rgb(141,145,77); }
td.TdClassName
{
border-color: #8D914D;
}
.TagClassName
{
border-color: #8D914D;
}
</style>