Shades of Highball #978B4A
Tints of Highball #978B4A
RGB
CMYK
RGB Variations
Color information
#978B4A (or 0x978B4A) is known color: Highball. HEX triplet: 97, 8B and 4A. RGB value is (151,139,74). Sum of RGB (Red+Green+Blue) = 151+139+74=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #978B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978B4A is #6874B5. Grayscale: #878787. Windows color (decimal): -6845622 or 4885399. OLE color: 4885399.
HSL color Cylindrical-coordinate representation of color #978B4A: hue angle of 50.65º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #978B4A is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 74 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.41 |
| HSL | 50.65º | 0.34% | 0.44% | - |
| HSV(B) | 50.65º | 0.51% | 0.59% | - |
| XYZ | 23.23 | 25.54 | 10.18 | - |
| YUV | 135.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 74 | 0 | 0.08 | 0.51 | 0.41 | 50.65 | 0.34 | 0.44 |
| Hex | 97 | 8B | 4A | 0 | 8 | 33 | 29 | 33 | 22 | 2C |
| Octal | 227 | 213 | 112 | 0 | 10 | 63 | 51 | 63 | 42 | 54 |
| Binary | 10010111 | 10001011 | 1001010 | 0 | 1000 | 110011 | 101001 | 110011 | 100010 | 101100 |
Color Harmonies of #978B4A
Complementary color
Monochromatic Colors of #978B4A
Black with #978B4A
Text Example
Text Example
White with #978B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B4A; }
p { color: rgb(151,139,74); }
H1.HeaderClassName
{
color: #978B4A;
}
.AnyTagClassName
{
color: #978B4A;
}
</style>
background-color css
<style>
a { background-color: #978B4A; }
a { background-color: rgb(151,139,74); }
div.DivClassName
{
background-color: #978B4A;
}
.BgClassName
{
background-color: #978B4A;
}
</style>
border-color css
<style>
span { border-color: #978B4A; }
span { border-color: rgb(151,139,74); }
td.TdClassName
{
border-color: #978B4A;
}
.TagClassName
{
border-color: #978B4A;
}
</style>