Shades of Highball #978F48
Tints of Highball #978F48
RGB
CMYK
RGB Variations
Color information
#978F48 (or 0x978F48) is known color: Highball. HEX triplet: 97, 8F and 48. RGB value is (151,143,72). Sum of RGB (Red+Green+Blue) = 151+143+72=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #978F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978F48 is #6870B7. Grayscale: #898989. Windows color (decimal): -6844600 or 4755351. OLE color: 4755351.
HSL color Cylindrical-coordinate representation of color #978F48: hue angle of 53.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #978F48 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 72 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.41 |
| HSL | 53.92º | 0.35% | 0.44% | - |
| HSV(B) | 53.92º | 0.52% | 0.59% | - |
| XYZ | 23.75 | 26.69 | 10.03 | - |
| YUV | 137.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 72 | 0 | 0.05 | 0.52 | 0.41 | 53.92 | 0.35 | 0.44 |
| Hex | 97 | 8F | 48 | 0 | 5 | 34 | 29 | 36 | 23 | 2C |
| Octal | 227 | 217 | 110 | 0 | 5 | 64 | 51 | 66 | 43 | 54 |
| Binary | 10010111 | 10001111 | 1001000 | 0 | 101 | 110100 | 101001 | 110110 | 100011 | 101100 |
Color Harmonies of #978F48
Complementary color
Monochromatic Colors of #978F48
Black with #978F48
Text Example
Text Example
White with #978F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F48; }
p { color: rgb(151,143,72); }
H1.HeaderClassName
{
color: #978F48;
}
.AnyTagClassName
{
color: #978F48;
}
</style>
background-color css
<style>
a { background-color: #978F48; }
a { background-color: rgb(151,143,72); }
div.DivClassName
{
background-color: #978F48;
}
.BgClassName
{
background-color: #978F48;
}
</style>
border-color css
<style>
span { border-color: #978F48; }
span { border-color: rgb(151,143,72); }
td.TdClassName
{
border-color: #978F48;
}
.TagClassName
{
border-color: #978F48;
}
</style>