Shades of Highball #978B4F
Tints of Highball #978B4F
RGB
CMYK
RGB Variations
Color information
#978B4F (or 0x978B4F) is known color: Highball. HEX triplet: 97, 8B and 4F. RGB value is (151,139,79). Sum of RGB (Red+Green+Blue) = 151+139+79=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #978B4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978B4F is #6874B0. Grayscale: #888888. Windows color (decimal): -6845617 or 5213079. OLE color: 5213079.
HSL color Cylindrical-coordinate representation of color #978B4F: hue angle of 50º degrees, saturation: 0.31, 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 #978B4F is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 79 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.41 |
| HSL | 50º | 0.31% | 0.45% | - |
| HSV(B) | 50º | 0.48% | 0.59% | - |
| XYZ | 23.41 | 25.61 | 11.11 | - |
| YUV | 135.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 79 | 0 | 0.08 | 0.48 | 0.41 | 50 | 0.31 | 0.45 |
| Hex | 97 | 8B | 4F | 0 | 8 | 30 | 29 | 32 | 1F | 2D |
| Octal | 227 | 213 | 117 | 0 | 10 | 60 | 51 | 62 | 37 | 55 |
| Binary | 10010111 | 10001011 | 1001111 | 0 | 1000 | 110000 | 101001 | 110010 | 11111 | 101101 |
Color Harmonies of #978B4F
Complementary color
Monochromatic Colors of #978B4F
Black with #978B4F
Text Example
Text Example
White with #978B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B4F; }
p { color: rgb(151,139,79); }
H1.HeaderClassName
{
color: #978B4F;
}
.AnyTagClassName
{
color: #978B4F;
}
</style>
background-color css
<style>
a { background-color: #978B4F; }
a { background-color: rgb(151,139,79); }
div.DivClassName
{
background-color: #978B4F;
}
.BgClassName
{
background-color: #978B4F;
}
</style>
border-color css
<style>
span { border-color: #978B4F; }
span { border-color: rgb(151,139,79); }
td.TdClassName
{
border-color: #978B4F;
}
.TagClassName
{
border-color: #978B4F;
}
</style>