Shades of Highball #8F9449
Tints of Highball #8F9449
RGB
CMYK
RGB Variations
Color information
#8F9449 (or 0x8F9449) is known color: Highball. HEX triplet: 8F, 94 and 49. RGB value is (143,148,73). Sum of RGB (Red+Green+Blue) = 143+148+73=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9449 is #706BB6. Grayscale: #8A8A8A. Windows color (decimal): -7367607 or 4822159. OLE color: 4822159.
HSL color Cylindrical-coordinate representation of color #8F9449: hue angle of 64º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F9449 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 73 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.42 |
| HSL | 64º | 0.34% | 0.43% | - |
| HSV(B) | 64º | 0.51% | 0.58% | - |
| XYZ | 23.12 | 27.5 | 10.39 | - |
| YUV | 137.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 73 | 0.03 | 0 | 0.51 | 0.42 | 64 | 0.34 | 0.43 |
| Hex | 8F | 94 | 49 | 3 | 0 | 33 | 2A | 40 | 22 | 2B |
| Octal | 217 | 224 | 111 | 3 | 0 | 63 | 52 | 100 | 42 | 53 |
| Binary | 10001111 | 10010100 | 1001001 | 11 | 0 | 110011 | 101010 | 1000000 | 100010 | 101011 |
Color Harmonies of #8F9449
Complementary color
Monochromatic Colors of #8F9449
Black with #8F9449
Text Example
Text Example
White with #8F9449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9449; }
p { color: rgb(143,148,73); }
H1.HeaderClassName
{
color: #8F9449;
}
.AnyTagClassName
{
color: #8F9449;
}
</style>
background-color css
<style>
a { background-color: #8F9449; }
a { background-color: rgb(143,148,73); }
div.DivClassName
{
background-color: #8F9449;
}
.BgClassName
{
background-color: #8F9449;
}
</style>
border-color css
<style>
span { border-color: #8F9449; }
span { border-color: rgb(143,148,73); }
td.TdClassName
{
border-color: #8F9449;
}
.TagClassName
{
border-color: #8F9449;
}
</style>