Shades of Highball #978A42
Tints of Highball #978A42
RGB
CMYK
RGB Variations
Color information
#978A42 (or 0x978A42) is known color: Highball. HEX triplet: 97, 8A and 42. RGB value is (151,138,66). Sum of RGB (Red+Green+Blue) = 151+138+66=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #978A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978A42 is #6875BD. Grayscale: #858585. Windows color (decimal): -6845886 or 4360855. OLE color: 4360855.
HSL color Cylindrical-coordinate representation of color #978A42: hue angle of 50.82º 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 #978A42 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 66 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.41 |
| HSL | 50.82º | 0.39% | 0.43% | - |
| HSV(B) | 50.82º | 0.56% | 0.59% | - |
| XYZ | 22.83 | 25.15 | 8.81 | - |
| YUV | 133.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 66 | 0 | 0.09 | 0.56 | 0.41 | 50.82 | 0.39 | 0.43 |
| Hex | 97 | 8A | 42 | 0 | 9 | 38 | 29 | 33 | 27 | 2B |
| Octal | 227 | 212 | 102 | 0 | 11 | 70 | 51 | 63 | 47 | 53 |
| Binary | 10010111 | 10001010 | 1000010 | 0 | 1001 | 111000 | 101001 | 110011 | 100111 | 101011 |
Color Harmonies of #978A42
Complementary color
Monochromatic Colors of #978A42
Black with #978A42
Text Example
Text Example
White with #978A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A42; }
p { color: rgb(151,138,66); }
H1.HeaderClassName
{
color: #978A42;
}
.AnyTagClassName
{
color: #978A42;
}
</style>
background-color css
<style>
a { background-color: #978A42; }
a { background-color: rgb(151,138,66); }
div.DivClassName
{
background-color: #978A42;
}
.BgClassName
{
background-color: #978A42;
}
</style>
border-color css
<style>
span { border-color: #978A42; }
span { border-color: rgb(151,138,66); }
td.TdClassName
{
border-color: #978A42;
}
.TagClassName
{
border-color: #978A42;
}
</style>