Shades of Highball #979A49
Tints of Highball #979A49
RGB
CMYK
RGB Variations
Color information
#979A49 (or 0x979A49) is known color: Highball. HEX triplet: 97, 9A and 49. RGB value is (151,154,73). Sum of RGB (Red+Green+Blue) = 151+154+73=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #979A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979A49 is #6865B6. Grayscale: #909090. Windows color (decimal): -6841783 or 4823703. OLE color: 4823703.
HSL color Cylindrical-coordinate representation of color #979A49: hue angle of 62.22º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #979A49 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 154 | 73 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.40 |
| HSL | 62.22º | 0.36% | 0.45% | - |
| HSV(B) | 62.22º | 0.53% | 0.6% | - |
| XYZ | 25.52 | 30.17 | 10.78 | - |
| YUV | 143.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 154 | 73 | 0.02 | 0 | 0.53 | 0.40 | 62.22 | 0.36 | 0.45 |
| Hex | 97 | 9A | 49 | 2 | 0 | 35 | 28 | 3E | 24 | 2D |
| Octal | 227 | 232 | 111 | 2 | 0 | 65 | 50 | 76 | 44 | 55 |
| Binary | 10010111 | 10011010 | 1001001 | 10 | 0 | 110101 | 101000 | 111110 | 100100 | 101101 |
Color Harmonies of #979A49
Complementary color
Monochromatic Colors of #979A49
Black with #979A49
Text Example
Text Example
White with #979A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979A49; }
p { color: rgb(151,154,73); }
H1.HeaderClassName
{
color: #979A49;
}
.AnyTagClassName
{
color: #979A49;
}
</style>
background-color css
<style>
a { background-color: #979A49; }
a { background-color: rgb(151,154,73); }
div.DivClassName
{
background-color: #979A49;
}
.BgClassName
{
background-color: #979A49;
}
</style>
border-color css
<style>
span { border-color: #979A49; }
span { border-color: rgb(151,154,73); }
td.TdClassName
{
border-color: #979A49;
}
.TagClassName
{
border-color: #979A49;
}
</style>