Shades of Highball #8F944E
Tints of Highball #8F944E
RGB
CMYK
RGB Variations
Color information
#8F944E (or 0x8F944E) is known color: Highball. HEX triplet: 8F, 94 and 4E. RGB value is (143,148,78). Sum of RGB (Red+Green+Blue) = 143+148+78=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #8F944E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F944E is #706BB1. Grayscale: #8A8A8A. Windows color (decimal): -7367602 or 5149839. OLE color: 5149839.
HSL color Cylindrical-coordinate representation of color #8F944E: hue angle of 64.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F944E is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 78 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.42 |
| HSL | 64.29º | 0.31% | 0.44% | - |
| HSV(B) | 64.29º | 0.47% | 0.58% | - |
| XYZ | 23.29 | 27.57 | 11.3 | - |
| YUV | 138.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 78 | 0.03 | 0 | 0.47 | 0.42 | 64.29 | 0.31 | 0.44 |
| Hex | 8F | 94 | 4E | 3 | 0 | 2F | 2A | 40 | 1F | 2C |
| Octal | 217 | 224 | 116 | 3 | 0 | 57 | 52 | 100 | 37 | 54 |
| Binary | 10001111 | 10010100 | 1001110 | 11 | 0 | 101111 | 101010 | 1000000 | 11111 | 101100 |
Color Harmonies of #8F944E
Complementary color
Monochromatic Colors of #8F944E
Black with #8F944E
Text Example
Text Example
White with #8F944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F944E; }
p { color: rgb(143,148,78); }
H1.HeaderClassName
{
color: #8F944E;
}
.AnyTagClassName
{
color: #8F944E;
}
</style>
background-color css
<style>
a { background-color: #8F944E; }
a { background-color: rgb(143,148,78); }
div.DivClassName
{
background-color: #8F944E;
}
.BgClassName
{
background-color: #8F944E;
}
</style>
border-color css
<style>
span { border-color: #8F944E; }
span { border-color: rgb(143,148,78); }
td.TdClassName
{
border-color: #8F944E;
}
.TagClassName
{
border-color: #8F944E;
}
</style>