Shades of Highball #8D944C
Tints of Highball #8D944C
RGB
CMYK
RGB Variations
Color information
#8D944C (or 0x8D944C) is known color: Highball. HEX triplet: 8D, 94 and 4C. RGB value is (141,148,76). Sum of RGB (Red+Green+Blue) = 141+148+76=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #8D944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D944C is #726BB3. Grayscale: #898989. Windows color (decimal): -7498676 or 5018765. OLE color: 5018765.
HSL color Cylindrical-coordinate representation of color #8D944C: hue angle of 65.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D944C is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 76 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.42 |
| HSL | 65.83º | 0.32% | 0.44% | - |
| HSV(B) | 65.83º | 0.49% | 0.58% | - |
| XYZ | 22.88 | 27.36 | 10.91 | - |
| YUV | 137.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 76 | 0.05 | 0 | 0.49 | 0.42 | 65.83 | 0.32 | 0.44 |
| Hex | 8D | 94 | 4C | 5 | 0 | 31 | 2A | 42 | 20 | 2C |
| Octal | 215 | 224 | 114 | 5 | 0 | 61 | 52 | 102 | 40 | 54 |
| Binary | 10001101 | 10010100 | 1001100 | 101 | 0 | 110001 | 101010 | 1000010 | 100000 | 101100 |
Color Harmonies of #8D944C
Complementary color
Monochromatic Colors of #8D944C
Black with #8D944C
Text Example
Text Example
White with #8D944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D944C; }
p { color: rgb(141,148,76); }
H1.HeaderClassName
{
color: #8D944C;
}
.AnyTagClassName
{
color: #8D944C;
}
</style>
background-color css
<style>
a { background-color: #8D944C; }
a { background-color: rgb(141,148,76); }
div.DivClassName
{
background-color: #8D944C;
}
.BgClassName
{
background-color: #8D944C;
}
</style>
border-color css
<style>
span { border-color: #8D944C; }
span { border-color: rgb(141,148,76); }
td.TdClassName
{
border-color: #8D944C;
}
.TagClassName
{
border-color: #8D944C;
}
</style>