Shades of Highball #978C45
Tints of Highball #978C45
RGB
CMYK
RGB Variations
Color information
#978C45 (or 0x978C45) is known color: Highball. HEX triplet: 97, 8C and 45. RGB value is (151,140,69). Sum of RGB (Red+Green+Blue) = 151+140+69=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 151 - color contains mainly: red. Hex color #978C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978C45 is #6873BA. Grayscale: #878787. Windows color (decimal): -6845371 or 4557975. OLE color: 4557975.
HSL color Cylindrical-coordinate representation of color #978C45: hue angle of 51.95º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #978C45 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 140 | 69 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.41 |
| HSL | 51.95º | 0.37% | 0.43% | - |
| HSV(B) | 51.95º | 0.54% | 0.59% | - |
| XYZ | 23.21 | 25.77 | 9.38 | - |
| YUV | 135.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 69 | 0 | 0.07 | 0.54 | 0.41 | 51.95 | 0.37 | 0.43 |
| Hex | 97 | 8C | 45 | 0 | 7 | 36 | 29 | 34 | 25 | 2B |
| Octal | 227 | 214 | 105 | 0 | 7 | 66 | 51 | 64 | 45 | 53 |
| Binary | 10010111 | 10001100 | 1000101 | 0 | 111 | 110110 | 101001 | 110100 | 100101 | 101011 |
Color Harmonies of #978C45
Complementary color
Monochromatic Colors of #978C45
Black with #978C45
Text Example
Text Example
White with #978C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978C45; }
p { color: rgb(151,140,69); }
H1.HeaderClassName
{
color: #978C45;
}
.AnyTagClassName
{
color: #978C45;
}
</style>
background-color css
<style>
a { background-color: #978C45; }
a { background-color: rgb(151,140,69); }
div.DivClassName
{
background-color: #978C45;
}
.BgClassName
{
background-color: #978C45;
}
</style>
border-color css
<style>
span { border-color: #978C45; }
span { border-color: rgb(151,140,69); }
td.TdClassName
{
border-color: #978C45;
}
.TagClassName
{
border-color: #978C45;
}
</style>