Shades of Highball #969C46
Tints of Highball #969C46
RGB
CMYK
RGB Variations
Color information
#969C46 (or 0x969C46) is known color: Highball. HEX triplet: 96, 9C and 46. RGB value is (150,156,70). Sum of RGB (Red+Green+Blue) = 150+156+70=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #969C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969C46 is #6963B9. Grayscale: #909090. Windows color (decimal): -6906810 or 4627606. OLE color: 4627606.
HSL color Cylindrical-coordinate representation of color #969C46: hue angle of 64.19º 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 #969C46 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 70 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.39 |
| HSL | 64.19º | 0.38% | 0.44% | - |
| HSV(B) | 64.19º | 0.55% | 0.61% | - |
| XYZ | 25.57 | 30.7 | 10.37 | - |
| YUV | 144.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 70 | 0.04 | 0 | 0.55 | 0.39 | 64.19 | 0.38 | 0.44 |
| Hex | 96 | 9C | 46 | 4 | 0 | 37 | 27 | 40 | 26 | 2C |
| Octal | 226 | 234 | 106 | 4 | 0 | 67 | 47 | 100 | 46 | 54 |
| Binary | 10010110 | 10011100 | 1000110 | 100 | 0 | 110111 | 100111 | 1000000 | 100110 | 101100 |
Color Harmonies of #969C46
Complementary color
Monochromatic Colors of #969C46
Black with #969C46
Text Example
Text Example
White with #969C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C46; }
p { color: rgb(150,156,70); }
H1.HeaderClassName
{
color: #969C46;
}
.AnyTagClassName
{
color: #969C46;
}
</style>
background-color css
<style>
a { background-color: #969C46; }
a { background-color: rgb(150,156,70); }
div.DivClassName
{
background-color: #969C46;
}
.BgClassName
{
background-color: #969C46;
}
</style>
border-color css
<style>
span { border-color: #969C46; }
span { border-color: rgb(150,156,70); }
td.TdClassName
{
border-color: #969C46;
}
.TagClassName
{
border-color: #969C46;
}
</style>