Shades of Highball #978D3E
Tints of Highball #978D3E
RGB
CMYK
RGB Variations
Color information
#978D3E (or 0x978D3E) is known color: Highball. HEX triplet: 97, 8D and 3E. RGB value is (151,141,62). Sum of RGB (Red+Green+Blue) = 151+141+62=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #978D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978D3E is #6872C1. Grayscale: #878787. Windows color (decimal): -6845122 or 4099479. OLE color: 4099479.
HSL color Cylindrical-coordinate representation of color #978D3E: hue angle of 53.26º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #978D3E is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 62 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.41 |
| HSL | 53.26º | 0.42% | 0.42% | - |
| HSV(B) | 53.26º | 0.59% | 0.59% | - |
| XYZ | 23.16 | 25.98 | 8.35 | - |
| YUV | 134.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 62 | 0 | 0.07 | 0.59 | 0.41 | 53.26 | 0.42 | 0.42 |
| Hex | 97 | 8D | 3E | 0 | 7 | 3B | 29 | 35 | 2A | 2A |
| Octal | 227 | 215 | 76 | 0 | 7 | 73 | 51 | 65 | 52 | 52 |
| Binary | 10010111 | 10001101 | 111110 | 0 | 111 | 111011 | 101001 | 110101 | 101010 | 101010 |
Color Harmonies of #978D3E
Complementary color
Monochromatic Colors of #978D3E
Black with #978D3E
Text Example
Text Example
White with #978D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D3E; }
p { color: rgb(151,141,62); }
H1.HeaderClassName
{
color: #978D3E;
}
.AnyTagClassName
{
color: #978D3E;
}
</style>
background-color css
<style>
a { background-color: #978D3E; }
a { background-color: rgb(151,141,62); }
div.DivClassName
{
background-color: #978D3E;
}
.BgClassName
{
background-color: #978D3E;
}
</style>
border-color css
<style>
span { border-color: #978D3E; }
span { border-color: rgb(151,141,62); }
td.TdClassName
{
border-color: #978D3E;
}
.TagClassName
{
border-color: #978D3E;
}
</style>