Shades of Highball #978E4E
Tints of Highball #978E4E
RGB
CMYK
RGB Variations
Color information
#978E4E (or 0x978E4E) is known color: Highball. HEX triplet: 97, 8E and 4E. RGB value is (151,142,78). Sum of RGB (Red+Green+Blue) = 151+142+78=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #978E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E4E is #6871B1. Grayscale: #898989. Windows color (decimal): -6844850 or 5148311. OLE color: 5148311.
HSL color Cylindrical-coordinate representation of color #978E4E: hue angle of 52.6º 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 #978E4E is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 78 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.41 |
| HSL | 52.6º | 0.32% | 0.45% | - |
| HSV(B) | 52.6º | 0.48% | 0.59% | - |
| XYZ | 23.81 | 26.48 | 11.06 | - |
| YUV | 137.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 78 | 0 | 0.06 | 0.48 | 0.41 | 52.6 | 0.32 | 0.45 |
| Hex | 97 | 8E | 4E | 0 | 6 | 30 | 29 | 35 | 20 | 2D |
| Octal | 227 | 216 | 116 | 0 | 6 | 60 | 51 | 65 | 40 | 55 |
| Binary | 10010111 | 10001110 | 1001110 | 0 | 110 | 110000 | 101001 | 110101 | 100000 | 101101 |
Color Harmonies of #978E4E
Complementary color
Monochromatic Colors of #978E4E
Black with #978E4E
Text Example
Text Example
White with #978E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E4E; }
p { color: rgb(151,142,78); }
H1.HeaderClassName
{
color: #978E4E;
}
.AnyTagClassName
{
color: #978E4E;
}
</style>
background-color css
<style>
a { background-color: #978E4E; }
a { background-color: rgb(151,142,78); }
div.DivClassName
{
background-color: #978E4E;
}
.BgClassName
{
background-color: #978E4E;
}
</style>
border-color css
<style>
span { border-color: #978E4E; }
span { border-color: rgb(151,142,78); }
td.TdClassName
{
border-color: #978E4E;
}
.TagClassName
{
border-color: #978E4E;
}
</style>