Shades of Highball #978E3F
Tints of Highball #978E3F
RGB
CMYK
RGB Variations
Color information
#978E3F (or 0x978E3F) is known color: Highball. HEX triplet: 97, 8E and 3F. RGB value is (151,142,63). Sum of RGB (Red+Green+Blue) = 151+142+63=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #978E3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978E3F is #6871C0. Grayscale: #888888. Windows color (decimal): -6844865 or 4165271. OLE color: 4165271.
HSL color Cylindrical-coordinate representation of color #978E3F: hue angle of 53.86º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #978E3F is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 63 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.41 |
| HSL | 53.86º | 0.41% | 0.42% | - |
| HSV(B) | 53.86º | 0.58% | 0.59% | - |
| XYZ | 23.33 | 26.28 | 8.55 | - |
| YUV | 135.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 63 | 0 | 0.06 | 0.58 | 0.41 | 53.86 | 0.41 | 0.42 |
| Hex | 97 | 8E | 3F | 0 | 6 | 3A | 29 | 36 | 29 | 2A |
| Octal | 227 | 216 | 77 | 0 | 6 | 72 | 51 | 66 | 51 | 52 |
| Binary | 10010111 | 10001110 | 111111 | 0 | 110 | 111010 | 101001 | 110110 | 101001 | 101010 |
Color Harmonies of #978E3F
Complementary color
Monochromatic Colors of #978E3F
Black with #978E3F
Text Example
Text Example
White with #978E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E3F; }
p { color: rgb(151,142,63); }
H1.HeaderClassName
{
color: #978E3F;
}
.AnyTagClassName
{
color: #978E3F;
}
</style>
background-color css
<style>
a { background-color: #978E3F; }
a { background-color: rgb(151,142,63); }
div.DivClassName
{
background-color: #978E3F;
}
.BgClassName
{
background-color: #978E3F;
}
</style>
border-color css
<style>
span { border-color: #978E3F; }
span { border-color: rgb(151,142,63); }
td.TdClassName
{
border-color: #978E3F;
}
.TagClassName
{
border-color: #978E3F;
}
</style>