Shades of Highball #8F9047
Tints of Highball #8F9047
RGB
CMYK
RGB Variations
Color information
#8F9047 (or 0x8F9047) is known color: Highball. HEX triplet: 8F, 90 and 47. RGB value is (143,144,71). Sum of RGB (Red+Green+Blue) = 143+144+71=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #8F9047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9047 is #706FB8. Grayscale: #878787. Windows color (decimal): -7368633 or 4690063. OLE color: 4690063.
HSL color Cylindrical-coordinate representation of color #8F9047: hue angle of 60.82º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F9047 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 71 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.44 |
| HSL | 60.82º | 0.34% | 0.42% | - |
| HSV(B) | 60.82º | 0.51% | 0.56% | - |
| XYZ | 22.44 | 26.24 | 9.84 | - |
| YUV | 135.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 71 | 0.01 | 0 | 0.51 | 0.44 | 60.82 | 0.34 | 0.42 |
| Hex | 8F | 90 | 47 | 1 | 0 | 33 | 2C | 3D | 22 | 2A |
| Octal | 217 | 220 | 107 | 1 | 0 | 63 | 54 | 75 | 42 | 52 |
| Binary | 10001111 | 10010000 | 1000111 | 1 | 0 | 110011 | 101100 | 111101 | 100010 | 101010 |
Color Harmonies of #8F9047
Complementary color
Monochromatic Colors of #8F9047
Black with #8F9047
Text Example
Text Example
White with #8F9047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9047; }
p { color: rgb(143,144,71); }
H1.HeaderClassName
{
color: #8F9047;
}
.AnyTagClassName
{
color: #8F9047;
}
</style>
background-color css
<style>
a { background-color: #8F9047; }
a { background-color: rgb(143,144,71); }
div.DivClassName
{
background-color: #8F9047;
}
.BgClassName
{
background-color: #8F9047;
}
</style>
border-color css
<style>
span { border-color: #8F9047; }
span { border-color: rgb(143,144,71); }
td.TdClassName
{
border-color: #8F9047;
}
.TagClassName
{
border-color: #8F9047;
}
</style>