Shades of Highball #969837
Tints of Highball #969837
RGB
CMYK
RGB Variations
Color information
#969837 (or 0x969837) is known color: Highball. HEX triplet: 96, 98 and 37. RGB value is (150,152,55). Sum of RGB (Red+Green+Blue) = 150+152+55=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #969837 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969837 is #6967C8. Grayscale: #8C8C8C. Windows color (decimal): -6907849 or 3643542. OLE color: 3643542.
HSL color Cylindrical-coordinate representation of color #969837: hue angle of 61.24º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #969837 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 152 | 55 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.40 |
| HSL | 61.24º | 0.47% | 0.41% | - |
| HSV(B) | 61.24º | 0.64% | 0.6% | - |
| XYZ | 24.5 | 29.22 | 7.96 | - |
| YUV | 140.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 55 | 0.01 | 0 | 0.64 | 0.40 | 61.24 | 0.47 | 0.41 |
| Hex | 96 | 98 | 37 | 1 | 0 | 40 | 28 | 3D | 2F | 29 |
| Octal | 226 | 230 | 67 | 1 | 0 | 100 | 50 | 75 | 57 | 51 |
| Binary | 10010110 | 10011000 | 110111 | 1 | 0 | 1000000 | 101000 | 111101 | 101111 | 101001 |
Color Harmonies of #969837
Complementary color
Monochromatic Colors of #969837
Black with #969837
Text Example
Text Example
White with #969837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969837; }
p { color: rgb(150,152,55); }
H1.HeaderClassName
{
color: #969837;
}
.AnyTagClassName
{
color: #969837;
}
</style>
background-color css
<style>
a { background-color: #969837; }
a { background-color: rgb(150,152,55); }
div.DivClassName
{
background-color: #969837;
}
.BgClassName
{
background-color: #969837;
}
</style>
border-color css
<style>
span { border-color: #969837; }
span { border-color: rgb(150,152,55); }
td.TdClassName
{
border-color: #969837;
}
.TagClassName
{
border-color: #969837;
}
</style>