Shades of Highball #8F943E
Tints of Highball #8F943E
RGB
CMYK
RGB Variations
Color information
#8F943E (or 0x8F943E) is known color: Highball. HEX triplet: 8F, 94 and 3E. RGB value is (143,148,62). Sum of RGB (Red+Green+Blue) = 143+148+62=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #8F943E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F943E is #706BC1. Grayscale: #898989. Windows color (decimal): -7367618 or 4101263. OLE color: 4101263.
HSL color Cylindrical-coordinate representation of color #8F943E: hue angle of 63.49º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F943E is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 62 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.42 |
| HSL | 63.49º | 0.41% | 0.41% | - |
| HSV(B) | 63.49º | 0.58% | 0.58% | - |
| XYZ | 22.79 | 27.37 | 8.64 | - |
| YUV | 136.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 62 | 0.03 | 0 | 0.58 | 0.42 | 63.49 | 0.41 | 0.41 |
| Hex | 8F | 94 | 3E | 3 | 0 | 3A | 2A | 3F | 29 | 29 |
| Octal | 217 | 224 | 76 | 3 | 0 | 72 | 52 | 77 | 51 | 51 |
| Binary | 10001111 | 10010100 | 111110 | 11 | 0 | 111010 | 101010 | 111111 | 101001 | 101001 |
Color Harmonies of #8F943E
Complementary color
Monochromatic Colors of #8F943E
Black with #8F943E
Text Example
Text Example
White with #8F943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F943E; }
p { color: rgb(143,148,62); }
H1.HeaderClassName
{
color: #8F943E;
}
.AnyTagClassName
{
color: #8F943E;
}
</style>
background-color css
<style>
a { background-color: #8F943E; }
a { background-color: rgb(143,148,62); }
div.DivClassName
{
background-color: #8F943E;
}
.BgClassName
{
background-color: #8F943E;
}
</style>
border-color css
<style>
span { border-color: #8F943E; }
span { border-color: rgb(143,148,62); }
td.TdClassName
{
border-color: #8F943E;
}
.TagClassName
{
border-color: #8F943E;
}
</style>