Shades of Highball #969C41
Tints of Highball #969C41
RGB
CMYK
RGB Variations
Color information
#969C41 (or 0x969C41) is known color: Highball. HEX triplet: 96, 9C and 41. RGB value is (150,156,65). Sum of RGB (Red+Green+Blue) = 150+156+65=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #969C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969C41 is #6963BE. Grayscale: #909090. Windows color (decimal): -6906815 or 4299926. OLE color: 4299926.
HSL color Cylindrical-coordinate representation of color #969C41: hue angle of 63.96º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #969C41 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 65 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.39 |
| HSL | 63.96º | 0.41% | 0.43% | - |
| HSV(B) | 63.96º | 0.58% | 0.61% | - |
| XYZ | 25.42 | 30.64 | 9.58 | - |
| YUV | 143.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 65 | 0.04 | 0 | 0.58 | 0.39 | 63.96 | 0.41 | 0.43 |
| Hex | 96 | 9C | 41 | 4 | 0 | 3A | 27 | 40 | 29 | 2B |
| Octal | 226 | 234 | 101 | 4 | 0 | 72 | 47 | 100 | 51 | 53 |
| Binary | 10010110 | 10011100 | 1000001 | 100 | 0 | 111010 | 100111 | 1000000 | 101001 | 101011 |
Color Harmonies of #969C41
Complementary color
Monochromatic Colors of #969C41
Black with #969C41
Text Example
Text Example
White with #969C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C41; }
p { color: rgb(150,156,65); }
H1.HeaderClassName
{
color: #969C41;
}
.AnyTagClassName
{
color: #969C41;
}
</style>
background-color css
<style>
a { background-color: #969C41; }
a { background-color: rgb(150,156,65); }
div.DivClassName
{
background-color: #969C41;
}
.BgClassName
{
background-color: #969C41;
}
</style>
border-color css
<style>
span { border-color: #969C41; }
span { border-color: rgb(150,156,65); }
td.TdClassName
{
border-color: #969C41;
}
.TagClassName
{
border-color: #969C41;
}
</style>