Shades of Highball #978D34
Tints of Highball #978D34
RGB
CMYK
RGB Variations
Color information
#978D34 (or 0x978D34) is known color: Highball. HEX triplet: 97, 8D and 34. RGB value is (151,141,52). Sum of RGB (Red+Green+Blue) = 151+141+52=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #978D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978D34 is #6872CB. Grayscale: #868686. Windows color (decimal): -6845132 or 3444119. OLE color: 3444119.
HSL color Cylindrical-coordinate representation of color #978D34: hue angle of 53.94º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #978D34 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 52 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.41 |
| HSL | 53.94º | 0.49% | 0.4% | - |
| HSV(B) | 53.94º | 0.66% | 0.59% | - |
| XYZ | 22.91 | 25.88 | 7.04 | - |
| YUV | 133.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 52 | 0 | 0.07 | 0.66 | 0.41 | 53.94 | 0.49 | 0.4 |
| Hex | 97 | 8D | 34 | 0 | 7 | 42 | 29 | 36 | 31 | 28 |
| Octal | 227 | 215 | 64 | 0 | 7 | 102 | 51 | 66 | 61 | 50 |
| Binary | 10010111 | 10001101 | 110100 | 0 | 111 | 1000010 | 101001 | 110110 | 110001 | 101000 |
Color Harmonies of #978D34
Complementary color
Monochromatic Colors of #978D34
Black with #978D34
Text Example
Text Example
White with #978D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D34; }
p { color: rgb(151,141,52); }
H1.HeaderClassName
{
color: #978D34;
}
.AnyTagClassName
{
color: #978D34;
}
</style>
background-color css
<style>
a { background-color: #978D34; }
a { background-color: rgb(151,141,52); }
div.DivClassName
{
background-color: #978D34;
}
.BgClassName
{
background-color: #978D34;
}
</style>
border-color css
<style>
span { border-color: #978D34; }
span { border-color: rgb(151,141,52); }
td.TdClassName
{
border-color: #978D34;
}
.TagClassName
{
border-color: #978D34;
}
</style>