Shades of Highball #8F8D4F
Tints of Highball #8F8D4F
RGB
CMYK
RGB Variations
Color information
#8F8D4F (or 0x8F8D4F) is known color: Highball. HEX triplet: 8F, 8D and 4F. RGB value is (143,141,79). Sum of RGB (Red+Green+Blue) = 143+141+79=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8D4F is #7072B0. Grayscale: #868686. Windows color (decimal): -7369393 or 5213583. OLE color: 5213583.
HSL color Cylindrical-coordinate representation of color #8F8D4F: hue angle of 58.12º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F8D4F is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 141 | 79 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.44 |
| HSL | 58.13º | 0.29% | 0.44% | - |
| HSV(B) | 58.13º | 0.45% | 0.56% | - |
| XYZ | 22.26 | 25.45 | 11.14 | - |
| YUV | 134.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 79 | 0 | 0.01 | 0.45 | 0.44 | 58.13 | 0.29 | 0.44 |
| Hex | 8F | 8D | 4F | 0 | 1 | 2D | 2C | 3A | 1D | 2C |
| Octal | 217 | 215 | 117 | 0 | 1 | 55 | 54 | 72 | 35 | 54 |
| Binary | 10001111 | 10001101 | 1001111 | 0 | 1 | 101101 | 101100 | 111010 | 11101 | 101100 |
Color Harmonies of #8F8D4F
Complementary color
Monochromatic Colors of #8F8D4F
Black with #8F8D4F
Text Example
Text Example
White with #8F8D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8D4F; }
p { color: rgb(143,141,79); }
H1.HeaderClassName
{
color: #8F8D4F;
}
.AnyTagClassName
{
color: #8F8D4F;
}
</style>
background-color css
<style>
a { background-color: #8F8D4F; }
a { background-color: rgb(143,141,79); }
div.DivClassName
{
background-color: #8F8D4F;
}
.BgClassName
{
background-color: #8F8D4F;
}
</style>
border-color css
<style>
span { border-color: #8F8D4F; }
span { border-color: rgb(143,141,79); }
td.TdClassName
{
border-color: #8F8D4F;
}
.TagClassName
{
border-color: #8F8D4F;
}
</style>