Shades of Highball #978B45
Tints of Highball #978B45
RGB
CMYK
RGB Variations
Color information
#978B45 (or 0x978B45) is known color: Highball. HEX triplet: 97, 8B and 45. RGB value is (151,139,69). Sum of RGB (Red+Green+Blue) = 151+139+69=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #978B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978B45 is #6874BA. Grayscale: #868686. Windows color (decimal): -6845627 or 4557719. OLE color: 4557719.
HSL color Cylindrical-coordinate representation of color #978B45: hue angle of 51.22º 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 #978B45 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 69 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.41 |
| HSL | 51.22º | 0.37% | 0.43% | - |
| HSV(B) | 51.22º | 0.54% | 0.59% | - |
| XYZ | 23.07 | 25.47 | 9.33 | - |
| YUV | 134.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 69 | 0 | 0.08 | 0.54 | 0.41 | 51.22 | 0.37 | 0.43 |
| Hex | 97 | 8B | 45 | 0 | 8 | 36 | 29 | 33 | 25 | 2B |
| Octal | 227 | 213 | 105 | 0 | 10 | 66 | 51 | 63 | 45 | 53 |
| Binary | 10010111 | 10001011 | 1000101 | 0 | 1000 | 110110 | 101001 | 110011 | 100101 | 101011 |
Color Harmonies of #978B45
Complementary color
Monochromatic Colors of #978B45
Black with #978B45
Text Example
Text Example
White with #978B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B45; }
p { color: rgb(151,139,69); }
H1.HeaderClassName
{
color: #978B45;
}
.AnyTagClassName
{
color: #978B45;
}
</style>
background-color css
<style>
a { background-color: #978B45; }
a { background-color: rgb(151,139,69); }
div.DivClassName
{
background-color: #978B45;
}
.BgClassName
{
background-color: #978B45;
}
</style>
border-color css
<style>
span { border-color: #978B45; }
span { border-color: rgb(151,139,69); }
td.TdClassName
{
border-color: #978B45;
}
.TagClassName
{
border-color: #978B45;
}
</style>