Shades of Highball #979E4A
Tints of Highball #979E4A
RGB
CMYK
RGB Variations
Color information
#979E4A (or 0x979E4A) is known color: Highball. HEX triplet: 97, 9E and 4A. RGB value is (151,158,74). Sum of RGB (Red+Green+Blue) = 151+158+74=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #979E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979E4A is #6861B5. Grayscale: #929292. Windows color (decimal): -6840758 or 4890263. OLE color: 4890263.
HSL color Cylindrical-coordinate representation of color #979E4A: hue angle of 65º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #979E4A is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 158 | 74 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.38 |
| HSL | 65º | 0.36% | 0.45% | - |
| HSV(B) | 65º | 0.53% | 0.62% | - |
| XYZ | 26.23 | 31.53 | 11.18 | - |
| YUV | 146.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 74 | 0.04 | 0 | 0.53 | 0.38 | 65 | 0.36 | 0.45 |
| Hex | 97 | 9E | 4A | 4 | 0 | 35 | 26 | 41 | 24 | 2D |
| Octal | 227 | 236 | 112 | 4 | 0 | 65 | 46 | 101 | 44 | 55 |
| Binary | 10010111 | 10011110 | 1001010 | 100 | 0 | 110101 | 100110 | 1000001 | 100100 | 101101 |
Color Harmonies of #979E4A
Complementary color
Monochromatic Colors of #979E4A
Black with #979E4A
Text Example
Text Example
White with #979E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979E4A; }
p { color: rgb(151,158,74); }
H1.HeaderClassName
{
color: #979E4A;
}
.AnyTagClassName
{
color: #979E4A;
}
</style>
background-color css
<style>
a { background-color: #979E4A; }
a { background-color: rgb(151,158,74); }
div.DivClassName
{
background-color: #979E4A;
}
.BgClassName
{
background-color: #979E4A;
}
</style>
border-color css
<style>
span { border-color: #979E4A; }
span { border-color: rgb(151,158,74); }
td.TdClassName
{
border-color: #979E4A;
}
.TagClassName
{
border-color: #979E4A;
}
</style>