Shades of Highball #979337
Tints of Highball #979337
RGB
CMYK
RGB Variations
Color information
#979337 (or 0x979337) is known color: Highball. HEX triplet: 97, 93 and 37. RGB value is (151,147,55). Sum of RGB (Red+Green+Blue) = 151+147+55=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #979337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979337 is #686CC8. Grayscale: #8A8A8A. Windows color (decimal): -6843593 or 3642263. OLE color: 3642263.
HSL color Cylindrical-coordinate representation of color #979337: hue angle of 57.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #979337 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 147 | 55 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.41 |
| HSL | 57.5º | 0.47% | 0.4% | - |
| HSV(B) | 57.5º | 0.64% | 0.59% | - |
| XYZ | 23.89 | 27.72 | 7.71 | - |
| YUV | 137.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 147 | 55 | 0 | 0.03 | 0.64 | 0.41 | 57.5 | 0.47 | 0.4 |
| Hex | 97 | 93 | 37 | 0 | 3 | 40 | 29 | 3A | 2F | 28 |
| Octal | 227 | 223 | 67 | 0 | 3 | 100 | 51 | 72 | 57 | 50 |
| Binary | 10010111 | 10010011 | 110111 | 0 | 11 | 1000000 | 101001 | 111010 | 101111 | 101000 |
Color Harmonies of #979337
Complementary color
Monochromatic Colors of #979337
Black with #979337
Text Example
Text Example
White with #979337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979337; }
p { color: rgb(151,147,55); }
H1.HeaderClassName
{
color: #979337;
}
.AnyTagClassName
{
color: #979337;
}
</style>
background-color css
<style>
a { background-color: #979337; }
a { background-color: rgb(151,147,55); }
div.DivClassName
{
background-color: #979337;
}
.BgClassName
{
background-color: #979337;
}
</style>
border-color css
<style>
span { border-color: #979337; }
span { border-color: rgb(151,147,55); }
td.TdClassName
{
border-color: #979337;
}
.TagClassName
{
border-color: #979337;
}
</style>