Shades of Highball #978C3D
Tints of Highball #978C3D
RGB
CMYK
RGB Variations
Color information
#978C3D (or 0x978C3D) is known color: Highball. HEX triplet: 97, 8C and 3D. RGB value is (151,140,61). Sum of RGB (Red+Green+Blue) = 151+140+61=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #978C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978C3D is #6873C2. Grayscale: #868686. Windows color (decimal): -6845379 or 4033687. OLE color: 4033687.
HSL color Cylindrical-coordinate representation of color #978C3D: hue angle of 52.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #978C3D is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 140 | 61 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.41 |
| HSL | 52.67º | 0.42% | 0.42% | - |
| HSV(B) | 52.67º | 0.6% | 0.59% | - |
| XYZ | 22.98 | 25.67 | 8.16 | - |
| YUV | 134.28 | 86.64 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 61 | 0 | 0.07 | 0.60 | 0.41 | 52.67 | 0.42 | 0.42 |
| Hex | 97 | 8C | 3D | 0 | 7 | 3C | 29 | 35 | 2A | 2A |
| Octal | 227 | 214 | 75 | 0 | 7 | 74 | 51 | 65 | 52 | 52 |
| Binary | 10010111 | 10001100 | 111101 | 0 | 111 | 111100 | 101001 | 110101 | 101010 | 101010 |
Color Harmonies of #978C3D
Complementary color
Monochromatic Colors of #978C3D
Black with #978C3D
Text Example
Text Example
White with #978C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978C3D; }
p { color: rgb(151,140,61); }
H1.HeaderClassName
{
color: #978C3D;
}
.AnyTagClassName
{
color: #978C3D;
}
</style>
background-color css
<style>
a { background-color: #978C3D; }
a { background-color: rgb(151,140,61); }
div.DivClassName
{
background-color: #978C3D;
}
.BgClassName
{
background-color: #978C3D;
}
</style>
border-color css
<style>
span { border-color: #978C3D; }
span { border-color: rgb(151,140,61); }
td.TdClassName
{
border-color: #978C3D;
}
.TagClassName
{
border-color: #978C3D;
}
</style>