Shades of Highball #978F50
Tints of Highball #978F50
RGB
CMYK
RGB Variations
Color information
#978F50 (or 0x978F50) is known color: Highball. HEX triplet: 97, 8F and 50. RGB value is (151,143,80). Sum of RGB (Red+Green+Blue) = 151+143+80=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #978F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978F50 is #6870AF. Grayscale: #8A8A8A. Windows color (decimal): -6844592 or 5279639. OLE color: 5279639.
HSL color Cylindrical-coordinate representation of color #978F50: hue angle of 53.24º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #978F50 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 80 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.41 |
| HSL | 53.24º | 0.31% | 0.45% | - |
| HSV(B) | 53.24º | 0.47% | 0.59% | - |
| XYZ | 24.03 | 26.8 | 11.5 | - |
| YUV | 138.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 80 | 0 | 0.05 | 0.47 | 0.41 | 53.24 | 0.31 | 0.45 |
| Hex | 97 | 8F | 50 | 0 | 5 | 2F | 29 | 35 | 1F | 2D |
| Octal | 227 | 217 | 120 | 0 | 5 | 57 | 51 | 65 | 37 | 55 |
| Binary | 10010111 | 10001111 | 1010000 | 0 | 101 | 101111 | 101001 | 110101 | 11111 | 101101 |
Color Harmonies of #978F50
Complementary color
Monochromatic Colors of #978F50
Black with #978F50
Text Example
Text Example
White with #978F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F50; }
p { color: rgb(151,143,80); }
H1.HeaderClassName
{
color: #978F50;
}
.AnyTagClassName
{
color: #978F50;
}
</style>
background-color css
<style>
a { background-color: #978F50; }
a { background-color: rgb(151,143,80); }
div.DivClassName
{
background-color: #978F50;
}
.BgClassName
{
background-color: #978F50;
}
</style>
border-color css
<style>
span { border-color: #978F50; }
span { border-color: rgb(151,143,80); }
td.TdClassName
{
border-color: #978F50;
}
.TagClassName
{
border-color: #978F50;
}
</style>