Shades of Highball #978F47
Tints of Highball #978F47
RGB
CMYK
RGB Variations
Color information
#978F47 (or 0x978F47) is known color: Highball. HEX triplet: 97, 8F and 47. RGB value is (151,143,71). Sum of RGB (Red+Green+Blue) = 151+143+71=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #978F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978F47 is #6870B8. Grayscale: #898989. Windows color (decimal): -6844601 or 4689815. OLE color: 4689815.
HSL color Cylindrical-coordinate representation of color #978F47: hue angle of 54º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #978F47 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 71 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.41 |
| HSL | 54º | 0.36% | 0.44% | - |
| HSV(B) | 54º | 0.53% | 0.59% | - |
| XYZ | 23.72 | 26.68 | 9.86 | - |
| YUV | 137.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 71 | 0 | 0.05 | 0.53 | 0.41 | 54 | 0.36 | 0.44 |
| Hex | 97 | 8F | 47 | 0 | 5 | 35 | 29 | 36 | 24 | 2C |
| Octal | 227 | 217 | 107 | 0 | 5 | 65 | 51 | 66 | 44 | 54 |
| Binary | 10010111 | 10001111 | 1000111 | 0 | 101 | 110101 | 101001 | 110110 | 100100 | 101100 |
Color Harmonies of #978F47
Complementary color
Monochromatic Colors of #978F47
Black with #978F47
Text Example
Text Example
White with #978F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F47; }
p { color: rgb(151,143,71); }
H1.HeaderClassName
{
color: #978F47;
}
.AnyTagClassName
{
color: #978F47;
}
</style>
background-color css
<style>
a { background-color: #978F47; }
a { background-color: rgb(151,143,71); }
div.DivClassName
{
background-color: #978F47;
}
.BgClassName
{
background-color: #978F47;
}
</style>
border-color css
<style>
span { border-color: #978F47; }
span { border-color: rgb(151,143,71); }
td.TdClassName
{
border-color: #978F47;
}
.TagClassName
{
border-color: #978F47;
}
</style>