Shades of Highball #8F893F
Tints of Highball #8F893F
RGB
CMYK
RGB Variations
Color information
#8F893F (or 0x8F893F) is known color: Highball. HEX triplet: 8F, 89 and 3F. RGB value is (143,137,63). Sum of RGB (Red+Green+Blue) = 143+137+63=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 143 - color contains mainly: red. Hex color #8F893F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F893F is #7076C0. Grayscale: #828282. Windows color (decimal): -7370433 or 4163983. OLE color: 4163983.
HSL color Cylindrical-coordinate representation of color #8F893F: hue angle of 55.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F893F is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 63 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.44 |
| HSL | 55.5º | 0.39% | 0.4% | - |
| HSV(B) | 55.5º | 0.56% | 0.56% | - |
| XYZ | 21.17 | 24.09 | 8.24 | - |
| YUV | 130.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 63 | 0 | 0.04 | 0.56 | 0.44 | 55.5 | 0.39 | 0.4 |
| Hex | 8F | 89 | 3F | 0 | 4 | 38 | 2C | 38 | 27 | 28 |
| Octal | 217 | 211 | 77 | 0 | 4 | 70 | 54 | 70 | 47 | 50 |
| Binary | 10001111 | 10001001 | 111111 | 0 | 100 | 111000 | 101100 | 111000 | 100111 | 101000 |
Color Harmonies of #8F893F
Complementary color
Monochromatic Colors of #8F893F
Black with #8F893F
Text Example
Text Example
White with #8F893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F893F; }
p { color: rgb(143,137,63); }
H1.HeaderClassName
{
color: #8F893F;
}
.AnyTagClassName
{
color: #8F893F;
}
</style>
background-color css
<style>
a { background-color: #8F893F; }
a { background-color: rgb(143,137,63); }
div.DivClassName
{
background-color: #8F893F;
}
.BgClassName
{
background-color: #8F893F;
}
</style>
border-color css
<style>
span { border-color: #8F893F; }
span { border-color: rgb(143,137,63); }
td.TdClassName
{
border-color: #8F893F;
}
.TagClassName
{
border-color: #8F893F;
}
</style>