Shades of Highball #96974D
Tints of Highball #96974D
RGB
CMYK
RGB Variations
Color information
#96974D (or 0x96974D) is known color: Highball. HEX triplet: 96, 97 and 4D. RGB value is (150,151,77). Sum of RGB (Red+Green+Blue) = 150+151+77=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #96974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96974D is #6968B2. Grayscale: #8E8E8E. Windows color (decimal): -6908083 or 5085078. OLE color: 5085078.
HSL color Cylindrical-coordinate representation of color #96974D: hue angle of 60.81º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96974D is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 151 | 77 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.41 |
| HSL | 60.81º | 0.32% | 0.45% | - |
| HSV(B) | 60.81º | 0.49% | 0.59% | - |
| XYZ | 24.98 | 29.15 | 11.33 | - |
| YUV | 142.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 151 | 77 | 0.01 | 0 | 0.49 | 0.41 | 60.81 | 0.32 | 0.45 |
| Hex | 96 | 97 | 4D | 1 | 0 | 31 | 29 | 3D | 20 | 2D |
| Octal | 226 | 227 | 115 | 1 | 0 | 61 | 51 | 75 | 40 | 55 |
| Binary | 10010110 | 10010111 | 1001101 | 1 | 0 | 110001 | 101001 | 111101 | 100000 | 101101 |
Color Harmonies of #96974D
Complementary color
Monochromatic Colors of #96974D
Black with #96974D
Text Example
Text Example
White with #96974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96974D; }
p { color: rgb(150,151,77); }
H1.HeaderClassName
{
color: #96974D;
}
.AnyTagClassName
{
color: #96974D;
}
</style>
background-color css
<style>
a { background-color: #96974D; }
a { background-color: rgb(150,151,77); }
div.DivClassName
{
background-color: #96974D;
}
.BgClassName
{
background-color: #96974D;
}
</style>
border-color css
<style>
span { border-color: #96974D; }
span { border-color: rgb(150,151,77); }
td.TdClassName
{
border-color: #96974D;
}
.TagClassName
{
border-color: #96974D;
}
</style>