Shades of Highball #979943
Tints of Highball #979943
RGB
CMYK
RGB Variations
Color information
#979943 (or 0x979943) is known color: Highball. HEX triplet: 97, 99 and 43. RGB value is (151,153,67). Sum of RGB (Red+Green+Blue) = 151+153+67=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #979943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979943 is #6866BC. Grayscale: #8E8E8E. Windows color (decimal): -6842045 or 4430231. OLE color: 4430231.
HSL color Cylindrical-coordinate representation of color #979943: hue angle of 61.4º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #979943 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 67 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.4 |
| HSL | 61.4º | 0.39% | 0.43% | - |
| HSV(B) | 61.4º | 0.56% | 0.6% | - |
| XYZ | 25.17 | 29.77 | 9.73 | - |
| YUV | 142.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 67 | 0.01 | 0 | 0.56 | 0.4 | 61.4 | 0.39 | 0.43 |
| Hex | 97 | 99 | 43 | 1 | 0 | 38 | 28 | 3D | 27 | 2B |
| Octal | 227 | 231 | 103 | 1 | 0 | 70 | 50 | 75 | 47 | 53 |
| Binary | 10010111 | 10011001 | 1000011 | 1 | 0 | 111000 | 101000 | 111101 | 100111 | 101011 |
Color Harmonies of #979943
Complementary color
Monochromatic Colors of #979943
Black with #979943
Text Example
Text Example
White with #979943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979943; }
p { color: rgb(151,153,67); }
H1.HeaderClassName
{
color: #979943;
}
.AnyTagClassName
{
color: #979943;
}
</style>
background-color css
<style>
a { background-color: #979943; }
a { background-color: rgb(151,153,67); }
div.DivClassName
{
background-color: #979943;
}
.BgClassName
{
background-color: #979943;
}
</style>
border-color css
<style>
span { border-color: #979943; }
span { border-color: rgb(151,153,67); }
td.TdClassName
{
border-color: #979943;
}
.TagClassName
{
border-color: #979943;
}
</style>