Shades of Highball #978D42
Tints of Highball #978D42
RGB
CMYK
RGB Variations
Color information
#978D42 (or 0x978D42) is known color: Highball. HEX triplet: 97, 8D and 42. RGB value is (151,141,66). Sum of RGB (Red+Green+Blue) = 151+141+66=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #978D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978D42 is #6872BD. Grayscale: #878787. Windows color (decimal): -6845118 or 4361623. OLE color: 4361623.
HSL color Cylindrical-coordinate representation of color #978D42: hue angle of 52.94º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #978D42 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 66 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.41 |
| HSL | 52.94º | 0.39% | 0.43% | - |
| HSV(B) | 52.94º | 0.56% | 0.59% | - |
| XYZ | 23.27 | 26.02 | 8.95 | - |
| YUV | 135.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 66 | 0 | 0.07 | 0.56 | 0.41 | 52.94 | 0.39 | 0.43 |
| Hex | 97 | 8D | 42 | 0 | 7 | 38 | 29 | 35 | 27 | 2B |
| Octal | 227 | 215 | 102 | 0 | 7 | 70 | 51 | 65 | 47 | 53 |
| Binary | 10010111 | 10001101 | 1000010 | 0 | 111 | 111000 | 101001 | 110101 | 100111 | 101011 |
Color Harmonies of #978D42
Complementary color
Monochromatic Colors of #978D42
Black with #978D42
Text Example
Text Example
White with #978D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D42; }
p { color: rgb(151,141,66); }
H1.HeaderClassName
{
color: #978D42;
}
.AnyTagClassName
{
color: #978D42;
}
</style>
background-color css
<style>
a { background-color: #978D42; }
a { background-color: rgb(151,141,66); }
div.DivClassName
{
background-color: #978D42;
}
.BgClassName
{
background-color: #978D42;
}
</style>
border-color css
<style>
span { border-color: #978D42; }
span { border-color: rgb(151,141,66); }
td.TdClassName
{
border-color: #978D42;
}
.TagClassName
{
border-color: #978D42;
}
</style>