Shades of Highball #979C45
Tints of Highball #979C45
RGB
CMYK
RGB Variations
Color information
#979C45 (or 0x979C45) is known color: Highball. HEX triplet: 97, 9C and 45. RGB value is (151,156,69). Sum of RGB (Red+Green+Blue) = 151+156+69=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #979C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979C45 is #6863BA. Grayscale: #909090. Windows color (decimal): -6841275 or 4562071. OLE color: 4562071.
HSL color Cylindrical-coordinate representation of color #979C45: hue angle of 63.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #979C45 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 156 | 69 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.39 |
| HSL | 63.45º | 0.39% | 0.44% | - |
| HSV(B) | 63.45º | 0.56% | 0.61% | - |
| XYZ | 25.73 | 30.79 | 10.22 | - |
| YUV | 144.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 69 | 0.03 | 0 | 0.56 | 0.39 | 63.45 | 0.39 | 0.44 |
| Hex | 97 | 9C | 45 | 3 | 0 | 38 | 27 | 3F | 27 | 2C |
| Octal | 227 | 234 | 105 | 3 | 0 | 70 | 47 | 77 | 47 | 54 |
| Binary | 10010111 | 10011100 | 1000101 | 11 | 0 | 111000 | 100111 | 111111 | 100111 | 101100 |
Color Harmonies of #979C45
Complementary color
Monochromatic Colors of #979C45
Black with #979C45
Text Example
Text Example
White with #979C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979C45; }
p { color: rgb(151,156,69); }
H1.HeaderClassName
{
color: #979C45;
}
.AnyTagClassName
{
color: #979C45;
}
</style>
background-color css
<style>
a { background-color: #979C45; }
a { background-color: rgb(151,156,69); }
div.DivClassName
{
background-color: #979C45;
}
.BgClassName
{
background-color: #979C45;
}
</style>
border-color css
<style>
span { border-color: #979C45; }
span { border-color: rgb(151,156,69); }
td.TdClassName
{
border-color: #979C45;
}
.TagClassName
{
border-color: #979C45;
}
</style>