Shades of Highball #978E30
Tints of Highball #978E30
RGB
CMYK
RGB Variations
Color information
#978E30 (or 0x978E30) is known color: Highball. HEX triplet: 97, 8E and 30. RGB value is (151,142,48). Sum of RGB (Red+Green+Blue) = 151+142+48=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #978E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978E30 is #6871CF. Grayscale: #868686. Windows color (decimal): -6844880 or 3182231. OLE color: 3182231.
HSL color Cylindrical-coordinate representation of color #978E30: hue angle of 54.76º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #978E30 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 48 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.41 |
| HSL | 54.76º | 0.52% | 0.39% | - |
| HSV(B) | 54.76º | 0.68% | 0.59% | - |
| XYZ | 22.97 | 26.14 | 6.63 | - |
| YUV | 133.98 | 79.48 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 48 | 0 | 0.06 | 0.68 | 0.41 | 54.76 | 0.52 | 0.39 |
| Hex | 97 | 8E | 30 | 0 | 6 | 44 | 29 | 37 | 34 | 27 |
| Octal | 227 | 216 | 60 | 0 | 6 | 104 | 51 | 67 | 64 | 47 |
| Binary | 10010111 | 10001110 | 110000 | 0 | 110 | 1000100 | 101001 | 110111 | 110100 | 100111 |
Color Harmonies of #978E30
Complementary color
Monochromatic Colors of #978E30
Black with #978E30
Text Example
Text Example
White with #978E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E30; }
p { color: rgb(151,142,48); }
H1.HeaderClassName
{
color: #978E30;
}
.AnyTagClassName
{
color: #978E30;
}
</style>
background-color css
<style>
a { background-color: #978E30; }
a { background-color: rgb(151,142,48); }
div.DivClassName
{
background-color: #978E30;
}
.BgClassName
{
background-color: #978E30;
}
</style>
border-color css
<style>
span { border-color: #978E30; }
span { border-color: rgb(151,142,48); }
td.TdClassName
{
border-color: #978E30;
}
.TagClassName
{
border-color: #978E30;
}
</style>