Shades of Highball #959A3A
Tints of Highball #959A3A
RGB
CMYK
RGB Variations
Color information
#959A3A (or 0x959A3A) is known color: Highball. HEX triplet: 95, 9A and 3A. RGB value is (149,154,58). Sum of RGB (Red+Green+Blue) = 149+154+58=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #959A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959A3A is #6A65C5. Grayscale: #8D8D8D. Windows color (decimal): -6972870 or 3840661. OLE color: 3840661.
HSL color Cylindrical-coordinate representation of color #959A3A: hue angle of 63.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #959A3A is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 58 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.40 |
| HSL | 63.13º | 0.45% | 0.42% | - |
| HSV(B) | 63.13º | 0.62% | 0.6% | - |
| XYZ | 24.71 | 29.81 | 8.45 | - |
| YUV | 141.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 58 | 0.03 | 0 | 0.62 | 0.40 | 63.13 | 0.45 | 0.42 |
| Hex | 95 | 9A | 3A | 3 | 0 | 3E | 28 | 3F | 2D | 2A |
| Octal | 225 | 232 | 72 | 3 | 0 | 76 | 50 | 77 | 55 | 52 |
| Binary | 10010101 | 10011010 | 111010 | 11 | 0 | 111110 | 101000 | 111111 | 101101 | 101010 |
Color Harmonies of #959A3A
Complementary color
Monochromatic Colors of #959A3A
Black with #959A3A
Text Example
Text Example
White with #959A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A3A; }
p { color: rgb(149,154,58); }
H1.HeaderClassName
{
color: #959A3A;
}
.AnyTagClassName
{
color: #959A3A;
}
</style>
background-color css
<style>
a { background-color: #959A3A; }
a { background-color: rgb(149,154,58); }
div.DivClassName
{
background-color: #959A3A;
}
.BgClassName
{
background-color: #959A3A;
}
</style>
border-color css
<style>
span { border-color: #959A3A; }
span { border-color: rgb(149,154,58); }
td.TdClassName
{
border-color: #959A3A;
}
.TagClassName
{
border-color: #959A3A;
}
</style>