Shades of Highball #8F8942
Tints of Highball #8F8942
RGB
CMYK
RGB Variations
Color information
#8F8942 (or 0x8F8942) is known color: Highball. HEX triplet: 8F, 89 and 42. RGB value is (143,137,66). Sum of RGB (Red+Green+Blue) = 143+137+66=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8942 is #7076BD. Grayscale: #828282. Windows color (decimal): -7370430 or 4360591. OLE color: 4360591.
HSL color Cylindrical-coordinate representation of color #8F8942: hue angle of 55.32º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F8942 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 66 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.44 |
| HSL | 55.32º | 0.37% | 0.41% | - |
| HSV(B) | 55.32º | 0.54% | 0.56% | - |
| XYZ | 21.26 | 24.12 | 8.69 | - |
| YUV | 130.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 66 | 0 | 0.04 | 0.54 | 0.44 | 55.32 | 0.37 | 0.41 |
| Hex | 8F | 89 | 42 | 0 | 4 | 36 | 2C | 37 | 25 | 29 |
| Octal | 217 | 211 | 102 | 0 | 4 | 66 | 54 | 67 | 45 | 51 |
| Binary | 10001111 | 10001001 | 1000010 | 0 | 100 | 110110 | 101100 | 110111 | 100101 | 101001 |
Color Harmonies of #8F8942
Complementary color
Monochromatic Colors of #8F8942
Black with #8F8942
Text Example
Text Example
White with #8F8942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8942; }
p { color: rgb(143,137,66); }
H1.HeaderClassName
{
color: #8F8942;
}
.AnyTagClassName
{
color: #8F8942;
}
</style>
background-color css
<style>
a { background-color: #8F8942; }
a { background-color: rgb(143,137,66); }
div.DivClassName
{
background-color: #8F8942;
}
.BgClassName
{
background-color: #8F8942;
}
</style>
border-color css
<style>
span { border-color: #8F8942; }
span { border-color: rgb(143,137,66); }
td.TdClassName
{
border-color: #8F8942;
}
.TagClassName
{
border-color: #8F8942;
}
</style>