Shades of Highball #8F904E
Tints of Highball #8F904E
RGB
CMYK
RGB Variations
Color information
#8F904E (or 0x8F904E) is known color: Highball. HEX triplet: 8F, 90 and 4E. RGB value is (143,144,78). Sum of RGB (Red+Green+Blue) = 143+144+78=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #8F904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F904E is #706FB1. Grayscale: #888888. Windows color (decimal): -7368626 or 5148815. OLE color: 5148815.
HSL color Cylindrical-coordinate representation of color #8F904E: hue angle of 60.91º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F904E is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 78 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.44 |
| HSL | 60.91º | 0.3% | 0.44% | - |
| HSV(B) | 60.91º | 0.46% | 0.56% | - |
| XYZ | 22.68 | 26.34 | 11.1 | - |
| YUV | 136.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 78 | 0.01 | 0 | 0.46 | 0.44 | 60.91 | 0.3 | 0.44 |
| Hex | 8F | 90 | 4E | 1 | 0 | 2E | 2C | 3D | 1E | 2C |
| Octal | 217 | 220 | 116 | 1 | 0 | 56 | 54 | 75 | 36 | 54 |
| Binary | 10001111 | 10010000 | 1001110 | 1 | 0 | 101110 | 101100 | 111101 | 11110 | 101100 |
Color Harmonies of #8F904E
Complementary color
Monochromatic Colors of #8F904E
Black with #8F904E
Text Example
Text Example
White with #8F904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F904E; }
p { color: rgb(143,144,78); }
H1.HeaderClassName
{
color: #8F904E;
}
.AnyTagClassName
{
color: #8F904E;
}
</style>
background-color css
<style>
a { background-color: #8F904E; }
a { background-color: rgb(143,144,78); }
div.DivClassName
{
background-color: #8F904E;
}
.BgClassName
{
background-color: #8F904E;
}
</style>
border-color css
<style>
span { border-color: #8F904E; }
span { border-color: rgb(143,144,78); }
td.TdClassName
{
border-color: #8F904E;
}
.TagClassName
{
border-color: #8F904E;
}
</style>