Shades of Highball #978F4A
Tints of Highball #978F4A
RGB
CMYK
RGB Variations
Color information
#978F4A (or 0x978F4A) is known color: Highball. HEX triplet: 97, 8F and 4A. RGB value is (151,143,74). Sum of RGB (Red+Green+Blue) = 151+143+74=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #978F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978F4A is #6870B5. Grayscale: #898989. Windows color (decimal): -6844598 or 4886423. OLE color: 4886423.
HSL color Cylindrical-coordinate representation of color #978F4A: hue angle of 53.77º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #978F4A is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 74 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.41 |
| HSL | 53.77º | 0.34% | 0.44% | - |
| HSV(B) | 53.77º | 0.51% | 0.59% | - |
| XYZ | 23.82 | 26.72 | 10.38 | - |
| YUV | 137.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 74 | 0 | 0.05 | 0.51 | 0.41 | 53.77 | 0.34 | 0.44 |
| Hex | 97 | 8F | 4A | 0 | 5 | 33 | 29 | 36 | 22 | 2C |
| Octal | 227 | 217 | 112 | 0 | 5 | 63 | 51 | 66 | 42 | 54 |
| Binary | 10010111 | 10001111 | 1001010 | 0 | 101 | 110011 | 101001 | 110110 | 100010 | 101100 |
Color Harmonies of #978F4A
Complementary color
Monochromatic Colors of #978F4A
Black with #978F4A
Text Example
Text Example
White with #978F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F4A; }
p { color: rgb(151,143,74); }
H1.HeaderClassName
{
color: #978F4A;
}
.AnyTagClassName
{
color: #978F4A;
}
</style>
background-color css
<style>
a { background-color: #978F4A; }
a { background-color: rgb(151,143,74); }
div.DivClassName
{
background-color: #978F4A;
}
.BgClassName
{
background-color: #978F4A;
}
</style>
border-color css
<style>
span { border-color: #978F4A; }
span { border-color: rgb(151,143,74); }
td.TdClassName
{
border-color: #978F4A;
}
.TagClassName
{
border-color: #978F4A;
}
</style>