Shades of Highball #8F9343
Tints of Highball #8F9343
RGB
CMYK
RGB Variations
Color information
#8F9343 (or 0x8F9343) is known color: Highball. HEX triplet: 8F, 93 and 43. RGB value is (143,147,67). Sum of RGB (Red+Green+Blue) = 143+147+67=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9343 is #706CBC. Grayscale: #898989. Windows color (decimal): -7367869 or 4428687. OLE color: 4428687.
HSL color Cylindrical-coordinate representation of color #8F9343: hue angle of 63º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F9343 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 67 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.42 |
| HSL | 63º | 0.37% | 0.42% | - |
| HSV(B) | 63º | 0.54% | 0.58% | - |
| XYZ | 22.77 | 27.11 | 9.34 | - |
| YUV | 136.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 67 | 0.03 | 0 | 0.54 | 0.42 | 63 | 0.37 | 0.42 |
| Hex | 8F | 93 | 43 | 3 | 0 | 36 | 2A | 3F | 25 | 2A |
| Octal | 217 | 223 | 103 | 3 | 0 | 66 | 52 | 77 | 45 | 52 |
| Binary | 10001111 | 10010011 | 1000011 | 11 | 0 | 110110 | 101010 | 111111 | 100101 | 101010 |
Color Harmonies of #8F9343
Complementary color
Monochromatic Colors of #8F9343
Black with #8F9343
Text Example
Text Example
White with #8F9343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9343; }
p { color: rgb(143,147,67); }
H1.HeaderClassName
{
color: #8F9343;
}
.AnyTagClassName
{
color: #8F9343;
}
</style>
background-color css
<style>
a { background-color: #8F9343; }
a { background-color: rgb(143,147,67); }
div.DivClassName
{
background-color: #8F9343;
}
.BgClassName
{
background-color: #8F9343;
}
</style>
border-color css
<style>
span { border-color: #8F9343; }
span { border-color: rgb(143,147,67); }
td.TdClassName
{
border-color: #8F9343;
}
.TagClassName
{
border-color: #8F9343;
}
</style>