Shades of Highball #8F9344
Tints of Highball #8F9344
RGB
CMYK
RGB Variations
Color information
#8F9344 (or 0x8F9344) is known color: Highball. HEX triplet: 8F, 93 and 44. RGB value is (143,147,68). Sum of RGB (Red+Green+Blue) = 143+147+68=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9344 is #706CBB. Grayscale: #898989. Windows color (decimal): -7367868 or 4494223. OLE color: 4494223.
HSL color Cylindrical-coordinate representation of color #8F9344: hue angle of 63.04º 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 #8F9344 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 68 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.42 |
| HSL | 63.04º | 0.37% | 0.42% | - |
| HSV(B) | 63.04º | 0.54% | 0.58% | - |
| XYZ | 22.8 | 27.12 | 9.5 | - |
| YUV | 136.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 68 | 0.03 | 0 | 0.54 | 0.42 | 63.04 | 0.37 | 0.42 |
| Hex | 8F | 93 | 44 | 3 | 0 | 36 | 2A | 3F | 25 | 2A |
| Octal | 217 | 223 | 104 | 3 | 0 | 66 | 52 | 77 | 45 | 52 |
| Binary | 10001111 | 10010011 | 1000100 | 11 | 0 | 110110 | 101010 | 111111 | 100101 | 101010 |
Color Harmonies of #8F9344
Complementary color
Monochromatic Colors of #8F9344
Black with #8F9344
Text Example
Text Example
White with #8F9344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9344; }
p { color: rgb(143,147,68); }
H1.HeaderClassName
{
color: #8F9344;
}
.AnyTagClassName
{
color: #8F9344;
}
</style>
background-color css
<style>
a { background-color: #8F9344; }
a { background-color: rgb(143,147,68); }
div.DivClassName
{
background-color: #8F9344;
}
.BgClassName
{
background-color: #8F9344;
}
</style>
border-color css
<style>
span { border-color: #8F9344; }
span { border-color: rgb(143,147,68); }
td.TdClassName
{
border-color: #8F9344;
}
.TagClassName
{
border-color: #8F9344;
}
</style>