Shades of Highball #8F9750
Tints of Highball #8F9750
RGB
CMYK
RGB Variations
Color information
#8F9750 (or 0x8F9750) is known color: Highball. HEX triplet: 8F, 97 and 50. RGB value is (143,151,80). Sum of RGB (Red+Green+Blue) = 143+151+80=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9750 is #7068AF. Grayscale: #8C8C8C. Windows color (decimal): -7366832 or 5281679. OLE color: 5281679.
HSL color Cylindrical-coordinate representation of color #8F9750: hue angle of 66.76º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F9750 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 80 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.41 |
| HSL | 66.76º | 0.31% | 0.45% | - |
| HSV(B) | 66.76º | 0.47% | 0.59% | - |
| XYZ | 23.84 | 28.55 | 11.84 | - |
| YUV | 140.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 80 | 0.05 | 0 | 0.47 | 0.41 | 66.76 | 0.31 | 0.45 |
| Hex | 8F | 97 | 50 | 5 | 0 | 2F | 29 | 43 | 1F | 2D |
| Octal | 217 | 227 | 120 | 5 | 0 | 57 | 51 | 103 | 37 | 55 |
| Binary | 10001111 | 10010111 | 1010000 | 101 | 0 | 101111 | 101001 | 1000011 | 11111 | 101101 |
Color Harmonies of #8F9750
Complementary color
Monochromatic Colors of #8F9750
Black with #8F9750
Text Example
Text Example
White with #8F9750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9750; }
p { color: rgb(143,151,80); }
H1.HeaderClassName
{
color: #8F9750;
}
.AnyTagClassName
{
color: #8F9750;
}
</style>
background-color css
<style>
a { background-color: #8F9750; }
a { background-color: rgb(143,151,80); }
div.DivClassName
{
background-color: #8F9750;
}
.BgClassName
{
background-color: #8F9750;
}
</style>
border-color css
<style>
span { border-color: #8F9750; }
span { border-color: rgb(143,151,80); }
td.TdClassName
{
border-color: #8F9750;
}
.TagClassName
{
border-color: #8F9750;
}
</style>