Shades of Highball #969E40
Tints of Highball #969E40
RGB
CMYK
RGB Variations
Color information
#969E40 (or 0x969E40) is known color: Highball. HEX triplet: 96, 9E and 40. RGB value is (150,158,64). Sum of RGB (Red+Green+Blue) = 150+158+64=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 158 - color contains mainly: green. Hex color #969E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969E40 is #6961BF. Grayscale: #919191. Windows color (decimal): -6906304 or 4234902. OLE color: 4234902.
HSL color Cylindrical-coordinate representation of color #969E40: hue angle of 65.11º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #969E40 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 158 | 64 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.38 |
| HSL | 65.11º | 0.42% | 0.44% | - |
| HSV(B) | 65.11º | 0.59% | 0.62% | - |
| XYZ | 25.73 | 31.31 | 9.54 | - |
| YUV | 144.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 64 | 0.05 | 0 | 0.59 | 0.38 | 65.11 | 0.42 | 0.44 |
| Hex | 96 | 9E | 40 | 5 | 0 | 3B | 26 | 41 | 2A | 2C |
| Octal | 226 | 236 | 100 | 5 | 0 | 73 | 46 | 101 | 52 | 54 |
| Binary | 10010110 | 10011110 | 1000000 | 101 | 0 | 111011 | 100110 | 1000001 | 101010 | 101100 |
Color Harmonies of #969E40
Complementary color
Monochromatic Colors of #969E40
Black with #969E40
Text Example
Text Example
White with #969E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969E40; }
p { color: rgb(150,158,64); }
H1.HeaderClassName
{
color: #969E40;
}
.AnyTagClassName
{
color: #969E40;
}
</style>
background-color css
<style>
a { background-color: #969E40; }
a { background-color: rgb(150,158,64); }
div.DivClassName
{
background-color: #969E40;
}
.BgClassName
{
background-color: #969E40;
}
</style>
border-color css
<style>
span { border-color: #969E40; }
span { border-color: rgb(150,158,64); }
td.TdClassName
{
border-color: #969E40;
}
.TagClassName
{
border-color: #969E40;
}
</style>