Shades of Highball #978F4B
Tints of Highball #978F4B
RGB
CMYK
RGB Variations
Color information
#978F4B (or 0x978F4B) is known color: Highball. HEX triplet: 97, 8F and 4B. RGB value is (151,143,75). Sum of RGB (Red+Green+Blue) = 151+143+75=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #978F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978F4B is #6870B4. Grayscale: #898989. Windows color (decimal): -6844597 or 4951959. OLE color: 4951959.
HSL color Cylindrical-coordinate representation of color #978F4B: hue angle of 53.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #978F4B is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 75 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.41 |
| HSL | 53.68º | 0.34% | 0.44% | - |
| HSV(B) | 53.68º | 0.5% | 0.59% | - |
| XYZ | 23.85 | 26.73 | 10.56 | - |
| YUV | 137.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 75 | 0 | 0.05 | 0.50 | 0.41 | 53.68 | 0.34 | 0.44 |
| Hex | 97 | 8F | 4B | 0 | 5 | 32 | 29 | 36 | 22 | 2C |
| Octal | 227 | 217 | 113 | 0 | 5 | 62 | 51 | 66 | 42 | 54 |
| Binary | 10010111 | 10001111 | 1001011 | 0 | 101 | 110010 | 101001 | 110110 | 100010 | 101100 |
Color Harmonies of #978F4B
Complementary color
Monochromatic Colors of #978F4B
Black with #978F4B
Text Example
Text Example
White with #978F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F4B; }
p { color: rgb(151,143,75); }
H1.HeaderClassName
{
color: #978F4B;
}
.AnyTagClassName
{
color: #978F4B;
}
</style>
background-color css
<style>
a { background-color: #978F4B; }
a { background-color: rgb(151,143,75); }
div.DivClassName
{
background-color: #978F4B;
}
.BgClassName
{
background-color: #978F4B;
}
</style>
border-color css
<style>
span { border-color: #978F4B; }
span { border-color: rgb(151,143,75); }
td.TdClassName
{
border-color: #978F4B;
}
.TagClassName
{
border-color: #978F4B;
}
</style>