Shades of Highball #959F46
Tints of Highball #959F46
RGB
CMYK
RGB Variations
Color information
#959F46 (or 0x959F46) is known color: Highball. HEX triplet: 95, 9F and 46. RGB value is (149,159,70). Sum of RGB (Red+Green+Blue) = 149+159+70=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #959F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959F46 is #6A60B9. Grayscale: #929292. Windows color (decimal): -6971578 or 4628373. OLE color: 4628373.
HSL color Cylindrical-coordinate representation of color #959F46: hue angle of 66.74º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #959F46 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 159 | 70 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.38 |
| HSL | 66.74º | 0.39% | 0.45% | - |
| HSV(B) | 66.74º | 0.56% | 0.62% | - |
| XYZ | 25.9 | 31.63 | 10.53 | - |
| YUV | 145.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 70 | 0.06 | 0 | 0.56 | 0.38 | 66.74 | 0.39 | 0.45 |
| Hex | 95 | 9F | 46 | 6 | 0 | 38 | 26 | 43 | 27 | 2D |
| Octal | 225 | 237 | 106 | 6 | 0 | 70 | 46 | 103 | 47 | 55 |
| Binary | 10010101 | 10011111 | 1000110 | 110 | 0 | 111000 | 100110 | 1000011 | 100111 | 101101 |
Color Harmonies of #959F46
Complementary color
Monochromatic Colors of #959F46
Black with #959F46
Text Example
Text Example
White with #959F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959F46; }
p { color: rgb(149,159,70); }
H1.HeaderClassName
{
color: #959F46;
}
.AnyTagClassName
{
color: #959F46;
}
</style>
background-color css
<style>
a { background-color: #959F46; }
a { background-color: rgb(149,159,70); }
div.DivClassName
{
background-color: #959F46;
}
.BgClassName
{
background-color: #959F46;
}
</style>
border-color css
<style>
span { border-color: #959F46; }
span { border-color: rgb(149,159,70); }
td.TdClassName
{
border-color: #959F46;
}
.TagClassName
{
border-color: #959F46;
}
</style>