Shades of Highball #8F9546
Tints of Highball #8F9546
RGB
CMYK
RGB Variations
Color information
#8F9546 (or 0x8F9546) is known color: Highball. HEX triplet: 8F, 95 and 46. RGB value is (143,149,70). Sum of RGB (Red+Green+Blue) = 143+149+70=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9546 is #706AB9. Grayscale: #8A8A8A. Windows color (decimal): -7367354 or 4625807. OLE color: 4625807.
HSL color Cylindrical-coordinate representation of color #8F9546: hue angle of 64.56º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F9546 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 70 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.42 |
| HSL | 64.56º | 0.36% | 0.43% | - |
| HSV(B) | 64.56º | 0.53% | 0.58% | - |
| XYZ | 23.18 | 27.78 | 9.93 | - |
| YUV | 138.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 70 | 0.04 | 0 | 0.53 | 0.42 | 64.56 | 0.36 | 0.43 |
| Hex | 8F | 95 | 46 | 4 | 0 | 35 | 2A | 41 | 24 | 2B |
| Octal | 217 | 225 | 106 | 4 | 0 | 65 | 52 | 101 | 44 | 53 |
| Binary | 10001111 | 10010101 | 1000110 | 100 | 0 | 110101 | 101010 | 1000001 | 100100 | 101011 |
Color Harmonies of #8F9546
Complementary color
Monochromatic Colors of #8F9546
Black with #8F9546
Text Example
Text Example
White with #8F9546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9546; }
p { color: rgb(143,149,70); }
H1.HeaderClassName
{
color: #8F9546;
}
.AnyTagClassName
{
color: #8F9546;
}
</style>
background-color css
<style>
a { background-color: #8F9546; }
a { background-color: rgb(143,149,70); }
div.DivClassName
{
background-color: #8F9546;
}
.BgClassName
{
background-color: #8F9546;
}
</style>
border-color css
<style>
span { border-color: #8F9546; }
span { border-color: rgb(143,149,70); }
td.TdClassName
{
border-color: #8F9546;
}
.TagClassName
{
border-color: #8F9546;
}
</style>