Shades of Highball #8F893D
Tints of Highball #8F893D
RGB
CMYK
RGB Variations
Color information
#8F893D (or 0x8F893D) is known color: Highball. HEX triplet: 8F, 89 and 3D. RGB value is (143,137,61). Sum of RGB (Red+Green+Blue) = 143+137+61=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 143 - color contains mainly: red. Hex color #8F893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F893D is #7076C2. Grayscale: #828282. Windows color (decimal): -7370435 or 4032911. OLE color: 4032911.
HSL color Cylindrical-coordinate representation of color #8F893D: hue angle of 55.61º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F893D is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 61 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.44 |
| HSL | 55.61º | 0.4% | 0.4% | - |
| HSV(B) | 55.61º | 0.57% | 0.56% | - |
| XYZ | 21.12 | 24.07 | 7.95 | - |
| YUV | 130.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 61 | 0 | 0.04 | 0.57 | 0.44 | 55.61 | 0.4 | 0.4 |
| Hex | 8F | 89 | 3D | 0 | 4 | 39 | 2C | 38 | 28 | 28 |
| Octal | 217 | 211 | 75 | 0 | 4 | 71 | 54 | 70 | 50 | 50 |
| Binary | 10001111 | 10001001 | 111101 | 0 | 100 | 111001 | 101100 | 111000 | 101000 | 101000 |
Color Harmonies of #8F893D
Complementary color
Monochromatic Colors of #8F893D
Black with #8F893D
Text Example
Text Example
White with #8F893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F893D; }
p { color: rgb(143,137,61); }
H1.HeaderClassName
{
color: #8F893D;
}
.AnyTagClassName
{
color: #8F893D;
}
</style>
background-color css
<style>
a { background-color: #8F893D; }
a { background-color: rgb(143,137,61); }
div.DivClassName
{
background-color: #8F893D;
}
.BgClassName
{
background-color: #8F893D;
}
</style>
border-color css
<style>
span { border-color: #8F893D; }
span { border-color: rgb(143,137,61); }
td.TdClassName
{
border-color: #8F893D;
}
.TagClassName
{
border-color: #8F893D;
}
</style>