Shades of Highball #979651
Tints of Highball #979651
RGB
CMYK
RGB Variations
Color information
#979651 (or 0x979651) is known color: Highball. HEX triplet: 97, 96 and 51. RGB value is (151,150,81). Sum of RGB (Red+Green+Blue) = 151+150+81=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 151 - color contains mainly: red. Hex color #979651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979651 is #6869AE. Grayscale: #8E8E8E. Windows color (decimal): -6842799 or 5346967. OLE color: 5346967.
HSL color Cylindrical-coordinate representation of color #979651: hue angle of 59.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #979651 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 150 | 81 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.41 |
| HSL | 59.14º | 0.3% | 0.45% | - |
| HSV(B) | 59.14º | 0.46% | 0.59% | - |
| XYZ | 25.15 | 28.99 | 12.05 | - |
| YUV | 142.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 150 | 81 | 0 | 0.01 | 0.46 | 0.41 | 59.14 | 0.3 | 0.45 |
| Hex | 97 | 96 | 51 | 0 | 1 | 2E | 29 | 3B | 1E | 2D |
| Octal | 227 | 226 | 121 | 0 | 1 | 56 | 51 | 73 | 36 | 55 |
| Binary | 10010111 | 10010110 | 1010001 | 0 | 1 | 101110 | 101001 | 111011 | 11110 | 101101 |
Color Harmonies of #979651
Complementary color
Monochromatic Colors of #979651
Black with #979651
Text Example
Text Example
White with #979651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979651; }
p { color: rgb(151,150,81); }
H1.HeaderClassName
{
color: #979651;
}
.AnyTagClassName
{
color: #979651;
}
</style>
background-color css
<style>
a { background-color: #979651; }
a { background-color: rgb(151,150,81); }
div.DivClassName
{
background-color: #979651;
}
.BgClassName
{
background-color: #979651;
}
</style>
border-color css
<style>
span { border-color: #979651; }
span { border-color: rgb(151,150,81); }
td.TdClassName
{
border-color: #979651;
}
.TagClassName
{
border-color: #979651;
}
</style>