Shades of Highball #969B46
Tints of Highball #969B46
RGB
CMYK
RGB Variations
Color information
#969B46 (or 0x969B46) is known color: Highball. HEX triplet: 96, 9B and 46. RGB value is (150,155,70). Sum of RGB (Red+Green+Blue) = 150+155+70=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #969B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969B46 is #6964B9. Grayscale: #909090. Windows color (decimal): -6907066 or 4627350. OLE color: 4627350.
HSL color Cylindrical-coordinate representation of color #969B46: hue angle of 63.53º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #969B46 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 155 | 70 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.39 |
| HSL | 63.53º | 0.38% | 0.44% | - |
| HSV(B) | 63.53º | 0.55% | 0.61% | - |
| XYZ | 25.4 | 30.37 | 10.32 | - |
| YUV | 143.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 70 | 0.03 | 0 | 0.55 | 0.39 | 63.53 | 0.38 | 0.44 |
| Hex | 96 | 9B | 46 | 3 | 0 | 37 | 27 | 40 | 26 | 2C |
| Octal | 226 | 233 | 106 | 3 | 0 | 67 | 47 | 100 | 46 | 54 |
| Binary | 10010110 | 10011011 | 1000110 | 11 | 0 | 110111 | 100111 | 1000000 | 100110 | 101100 |
Color Harmonies of #969B46
Complementary color
Monochromatic Colors of #969B46
Black with #969B46
Text Example
Text Example
White with #969B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969B46; }
p { color: rgb(150,155,70); }
H1.HeaderClassName
{
color: #969B46;
}
.AnyTagClassName
{
color: #969B46;
}
</style>
background-color css
<style>
a { background-color: #969B46; }
a { background-color: rgb(150,155,70); }
div.DivClassName
{
background-color: #969B46;
}
.BgClassName
{
background-color: #969B46;
}
</style>
border-color css
<style>
span { border-color: #969B46; }
span { border-color: rgb(150,155,70); }
td.TdClassName
{
border-color: #969B46;
}
.TagClassName
{
border-color: #969B46;
}
</style>