Shades of Highball #978B4E
Tints of Highball #978B4E
RGB
CMYK
RGB Variations
Color information
#978B4E (or 0x978B4E) is known color: Highball. HEX triplet: 97, 8B and 4E. RGB value is (151,139,78). Sum of RGB (Red+Green+Blue) = 151+139+78=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #978B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978B4E is #6874B1. Grayscale: #878787. Windows color (decimal): -6845618 or 5147543. OLE color: 5147543.
HSL color Cylindrical-coordinate representation of color #978B4E: hue angle of 50.14º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #978B4E is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 78 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.41 |
| HSL | 50.14º | 0.32% | 0.45% | - |
| HSV(B) | 50.14º | 0.48% | 0.59% | - |
| XYZ | 23.37 | 25.59 | 10.92 | - |
| YUV | 135.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 78 | 0 | 0.08 | 0.48 | 0.41 | 50.14 | 0.32 | 0.45 |
| Hex | 97 | 8B | 4E | 0 | 8 | 30 | 29 | 32 | 20 | 2D |
| Octal | 227 | 213 | 116 | 0 | 10 | 60 | 51 | 62 | 40 | 55 |
| Binary | 10010111 | 10001011 | 1001110 | 0 | 1000 | 110000 | 101001 | 110010 | 100000 | 101101 |
Color Harmonies of #978B4E
Complementary color
Monochromatic Colors of #978B4E
Black with #978B4E
Text Example
Text Example
White with #978B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B4E; }
p { color: rgb(151,139,78); }
H1.HeaderClassName
{
color: #978B4E;
}
.AnyTagClassName
{
color: #978B4E;
}
</style>
background-color css
<style>
a { background-color: #978B4E; }
a { background-color: rgb(151,139,78); }
div.DivClassName
{
background-color: #978B4E;
}
.BgClassName
{
background-color: #978B4E;
}
</style>
border-color css
<style>
span { border-color: #978B4E; }
span { border-color: rgb(151,139,78); }
td.TdClassName
{
border-color: #978B4E;
}
.TagClassName
{
border-color: #978B4E;
}
</style>