Shades of Highball #979949
Tints of Highball #979949
RGB
CMYK
RGB Variations
Color information
#979949 (or 0x979949) is known color: Highball. HEX triplet: 97, 99 and 49. RGB value is (151,153,73). Sum of RGB (Red+Green+Blue) = 151+153+73=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #979949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979949 is #6866B6. Grayscale: #8F8F8F. Windows color (decimal): -6842039 or 4823447. OLE color: 4823447.
HSL color Cylindrical-coordinate representation of color #979949: hue angle of 61.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #979949 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 73 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.4 |
| HSL | 61.5º | 0.35% | 0.44% | - |
| HSV(B) | 61.5º | 0.52% | 0.6% | - |
| XYZ | 25.36 | 29.84 | 10.73 | - |
| YUV | 143.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 73 | 0.01 | 0 | 0.52 | 0.4 | 61.5 | 0.35 | 0.44 |
| Hex | 97 | 99 | 49 | 1 | 0 | 34 | 28 | 3E | 23 | 2C |
| Octal | 227 | 231 | 111 | 1 | 0 | 64 | 50 | 76 | 43 | 54 |
| Binary | 10010111 | 10011001 | 1001001 | 1 | 0 | 110100 | 101000 | 111110 | 100011 | 101100 |
Color Harmonies of #979949
Complementary color
Monochromatic Colors of #979949
Black with #979949
Text Example
Text Example
White with #979949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979949; }
p { color: rgb(151,153,73); }
H1.HeaderClassName
{
color: #979949;
}
.AnyTagClassName
{
color: #979949;
}
</style>
background-color css
<style>
a { background-color: #979949; }
a { background-color: rgb(151,153,73); }
div.DivClassName
{
background-color: #979949;
}
.BgClassName
{
background-color: #979949;
}
</style>
border-color css
<style>
span { border-color: #979949; }
span { border-color: rgb(151,153,73); }
td.TdClassName
{
border-color: #979949;
}
.TagClassName
{
border-color: #979949;
}
</style>