Shades of Highball #8F974D
Tints of Highball #8F974D
RGB
CMYK
RGB Variations
Color information
#8F974D (or 0x8F974D) is known color: Highball. HEX triplet: 8F, 97 and 4D. RGB value is (143,151,77). Sum of RGB (Red+Green+Blue) = 143+151+77=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #8F974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F974D is #7068B2. Grayscale: #8C8C8C. Windows color (decimal): -7366835 or 5085071. OLE color: 5085071.
HSL color Cylindrical-coordinate representation of color #8F974D: hue angle of 66.49º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F974D is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 77 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.41 |
| HSL | 66.49º | 0.32% | 0.45% | - |
| HSV(B) | 66.49º | 0.49% | 0.59% | - |
| XYZ | 23.73 | 28.51 | 11.27 | - |
| YUV | 140.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 77 | 0.05 | 0 | 0.49 | 0.41 | 66.49 | 0.32 | 0.45 |
| Hex | 8F | 97 | 4D | 5 | 0 | 31 | 29 | 42 | 20 | 2D |
| Octal | 217 | 227 | 115 | 5 | 0 | 61 | 51 | 102 | 40 | 55 |
| Binary | 10001111 | 10010111 | 1001101 | 101 | 0 | 110001 | 101001 | 1000010 | 100000 | 101101 |
Color Harmonies of #8F974D
Complementary color
Monochromatic Colors of #8F974D
Black with #8F974D
Text Example
Text Example
White with #8F974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F974D; }
p { color: rgb(143,151,77); }
H1.HeaderClassName
{
color: #8F974D;
}
.AnyTagClassName
{
color: #8F974D;
}
</style>
background-color css
<style>
a { background-color: #8F974D; }
a { background-color: rgb(143,151,77); }
div.DivClassName
{
background-color: #8F974D;
}
.BgClassName
{
background-color: #8F974D;
}
</style>
border-color css
<style>
span { border-color: #8F974D; }
span { border-color: rgb(143,151,77); }
td.TdClassName
{
border-color: #8F974D;
}
.TagClassName
{
border-color: #8F974D;
}
</style>