Shades of Highball #8D904E
Tints of Highball #8D904E
RGB
CMYK
RGB Variations
Color information
#8D904E (or 0x8D904E) is known color: Highball. HEX triplet: 8D, 90 and 4E. RGB value is (141,144,78). Sum of RGB (Red+Green+Blue) = 141+144+78=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #8D904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D904E is #726FB1. Grayscale: #878787. Windows color (decimal): -7499698 or 5148813. OLE color: 5148813.
HSL color Cylindrical-coordinate representation of color #8D904E: hue angle of 62.73º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D904E is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 144 | 78 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.44 |
| HSL | 62.73º | 0.3% | 0.44% | - |
| HSV(B) | 62.73º | 0.46% | 0.56% | - |
| XYZ | 22.33 | 26.16 | 11.08 | - |
| YUV | 135.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 78 | 0.02 | 0 | 0.46 | 0.44 | 62.73 | 0.3 | 0.44 |
| Hex | 8D | 90 | 4E | 2 | 0 | 2E | 2C | 3F | 1E | 2C |
| Octal | 215 | 220 | 116 | 2 | 0 | 56 | 54 | 77 | 36 | 54 |
| Binary | 10001101 | 10010000 | 1001110 | 10 | 0 | 101110 | 101100 | 111111 | 11110 | 101100 |
Color Harmonies of #8D904E
Complementary color
Monochromatic Colors of #8D904E
Black with #8D904E
Text Example
Text Example
White with #8D904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D904E; }
p { color: rgb(141,144,78); }
H1.HeaderClassName
{
color: #8D904E;
}
.AnyTagClassName
{
color: #8D904E;
}
</style>
background-color css
<style>
a { background-color: #8D904E; }
a { background-color: rgb(141,144,78); }
div.DivClassName
{
background-color: #8D904E;
}
.BgClassName
{
background-color: #8D904E;
}
</style>
border-color css
<style>
span { border-color: #8D904E; }
span { border-color: rgb(141,144,78); }
td.TdClassName
{
border-color: #8D904E;
}
.TagClassName
{
border-color: #8D904E;
}
</style>