Shades of Highball #969B4A
Tints of Highball #969B4A
RGB
CMYK
RGB Variations
Color information
#969B4A (or 0x969B4A) is known color: Highball. HEX triplet: 96, 9B and 4A. RGB value is (150,155,74). Sum of RGB (Red+Green+Blue) = 150+155+74=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #969B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969B4A is #6964B5. Grayscale: #909090. Windows color (decimal): -6907062 or 4889494. OLE color: 4889494.
HSL color Cylindrical-coordinate representation of color #969B4A: hue angle of 63.7º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #969B4A is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 155 | 74 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.39 |
| HSL | 63.7º | 0.35% | 0.45% | - |
| HSV(B) | 63.7º | 0.52% | 0.61% | - |
| XYZ | 25.54 | 30.42 | 11 | - |
| YUV | 144.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 74 | 0.03 | 0 | 0.52 | 0.39 | 63.7 | 0.35 | 0.45 |
| Hex | 96 | 9B | 4A | 3 | 0 | 34 | 27 | 40 | 23 | 2D |
| Octal | 226 | 233 | 112 | 3 | 0 | 64 | 47 | 100 | 43 | 55 |
| Binary | 10010110 | 10011011 | 1001010 | 11 | 0 | 110100 | 100111 | 1000000 | 100011 | 101101 |
Color Harmonies of #969B4A
Complementary color
Monochromatic Colors of #969B4A
Black with #969B4A
Text Example
Text Example
White with #969B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969B4A; }
p { color: rgb(150,155,74); }
H1.HeaderClassName
{
color: #969B4A;
}
.AnyTagClassName
{
color: #969B4A;
}
</style>
background-color css
<style>
a { background-color: #969B4A; }
a { background-color: rgb(150,155,74); }
div.DivClassName
{
background-color: #969B4A;
}
.BgClassName
{
background-color: #969B4A;
}
</style>
border-color css
<style>
span { border-color: #969B4A; }
span { border-color: rgb(150,155,74); }
td.TdClassName
{
border-color: #969B4A;
}
.TagClassName
{
border-color: #969B4A;
}
</style>