Shades of Highball #969750
Tints of Highball #969750
RGB
CMYK
RGB Variations
Color information
#969750 (or 0x969750) is known color: Highball. HEX triplet: 96, 97 and 50. RGB value is (150,151,80). Sum of RGB (Red+Green+Blue) = 150+151+80=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 151 - color contains mainly: green. Hex color #969750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969750 is #6968AF. Grayscale: #8E8E8E. Windows color (decimal): -6908080 or 5281686. OLE color: 5281686.
HSL color Cylindrical-coordinate representation of color #969750: hue angle of 60.85º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #969750 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 151 | 80 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.41 |
| HSL | 60.85º | 0.31% | 0.45% | - |
| HSV(B) | 60.85º | 0.47% | 0.59% | - |
| XYZ | 25.09 | 29.2 | 11.9 | - |
| YUV | 142.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 151 | 80 | 0.01 | 0 | 0.47 | 0.41 | 60.85 | 0.31 | 0.45 |
| Hex | 96 | 97 | 50 | 1 | 0 | 2F | 29 | 3D | 1F | 2D |
| Octal | 226 | 227 | 120 | 1 | 0 | 57 | 51 | 75 | 37 | 55 |
| Binary | 10010110 | 10010111 | 1010000 | 1 | 0 | 101111 | 101001 | 111101 | 11111 | 101101 |
Color Harmonies of #969750
Complementary color
Monochromatic Colors of #969750
Black with #969750
Text Example
Text Example
White with #969750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969750; }
p { color: rgb(150,151,80); }
H1.HeaderClassName
{
color: #969750;
}
.AnyTagClassName
{
color: #969750;
}
</style>
background-color css
<style>
a { background-color: #969750; }
a { background-color: rgb(150,151,80); }
div.DivClassName
{
background-color: #969750;
}
.BgClassName
{
background-color: #969750;
}
</style>
border-color css
<style>
span { border-color: #969750; }
span { border-color: rgb(150,151,80); }
td.TdClassName
{
border-color: #969750;
}
.TagClassName
{
border-color: #969750;
}
</style>