Shades of Highball #8F9450
Tints of Highball #8F9450
RGB
CMYK
RGB Variations
Color information
#8F9450 (or 0x8F9450) is known color: Highball. HEX triplet: 8F, 94 and 50. RGB value is (143,148,80). Sum of RGB (Red+Green+Blue) = 143+148+80=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9450 is #706BAF. Grayscale: #8B8B8B. Windows color (decimal): -7367600 or 5280911. OLE color: 5280911.
HSL color Cylindrical-coordinate representation of color #8F9450: hue angle of 64.41º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F9450 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 80 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.42 |
| HSL | 64.41º | 0.3% | 0.45% | - |
| HSV(B) | 64.41º | 0.46% | 0.58% | - |
| XYZ | 23.37 | 27.6 | 11.68 | - |
| YUV | 138.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 80 | 0.03 | 0 | 0.46 | 0.42 | 64.41 | 0.3 | 0.45 |
| Hex | 8F | 94 | 50 | 3 | 0 | 2E | 2A | 40 | 1E | 2D |
| Octal | 217 | 224 | 120 | 3 | 0 | 56 | 52 | 100 | 36 | 55 |
| Binary | 10001111 | 10010100 | 1010000 | 11 | 0 | 101110 | 101010 | 1000000 | 11110 | 101101 |
Color Harmonies of #8F9450
Complementary color
Monochromatic Colors of #8F9450
Black with #8F9450
Text Example
Text Example
White with #8F9450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9450; }
p { color: rgb(143,148,80); }
H1.HeaderClassName
{
color: #8F9450;
}
.AnyTagClassName
{
color: #8F9450;
}
</style>
background-color css
<style>
a { background-color: #8F9450; }
a { background-color: rgb(143,148,80); }
div.DivClassName
{
background-color: #8F9450;
}
.BgClassName
{
background-color: #8F9450;
}
</style>
border-color css
<style>
span { border-color: #8F9450; }
span { border-color: rgb(143,148,80); }
td.TdClassName
{
border-color: #8F9450;
}
.TagClassName
{
border-color: #8F9450;
}
</style>