Shades of Highball #979E41
Tints of Highball #979E41
RGB
CMYK
RGB Variations
Color information
#979E41 (or 0x979E41) is known color: Highball. HEX triplet: 97, 9E and 41. RGB value is (151,158,65). Sum of RGB (Red+Green+Blue) = 151+158+65=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #979E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979E41 is #6861BE. Grayscale: #919191. Windows color (decimal): -6840767 or 4300439. OLE color: 4300439.
HSL color Cylindrical-coordinate representation of color #979E41: hue angle of 64.52º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #979E41 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 158 | 65 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.38 |
| HSL | 64.52º | 0.42% | 0.44% | - |
| HSV(B) | 64.52º | 0.59% | 0.62% | - |
| XYZ | 25.94 | 31.41 | 9.7 | - |
| YUV | 145.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 65 | 0.04 | 0 | 0.59 | 0.38 | 64.52 | 0.42 | 0.44 |
| Hex | 97 | 9E | 41 | 4 | 0 | 3B | 26 | 41 | 2A | 2C |
| Octal | 227 | 236 | 101 | 4 | 0 | 73 | 46 | 101 | 52 | 54 |
| Binary | 10010111 | 10011110 | 1000001 | 100 | 0 | 111011 | 100110 | 1000001 | 101010 | 101100 |
Color Harmonies of #979E41
Complementary color
Monochromatic Colors of #979E41
Black with #979E41
Text Example
Text Example
White with #979E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979E41; }
p { color: rgb(151,158,65); }
H1.HeaderClassName
{
color: #979E41;
}
.AnyTagClassName
{
color: #979E41;
}
</style>
background-color css
<style>
a { background-color: #979E41; }
a { background-color: rgb(151,158,65); }
div.DivClassName
{
background-color: #979E41;
}
.BgClassName
{
background-color: #979E41;
}
</style>
border-color css
<style>
span { border-color: #979E41; }
span { border-color: rgb(151,158,65); }
td.TdClassName
{
border-color: #979E41;
}
.TagClassName
{
border-color: #979E41;
}
</style>