Shades of Highball #959A3C
Tints of Highball #959A3C
RGB
CMYK
RGB Variations
Color information
#959A3C (or 0x959A3C) is known color: Highball. HEX triplet: 95, 9A and 3C. RGB value is (149,154,60). Sum of RGB (Red+Green+Blue) = 149+154+60=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #959A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959A3C is #6A65C3. Grayscale: #8E8E8E. Windows color (decimal): -6972868 or 3971733. OLE color: 3971733.
HSL color Cylindrical-coordinate representation of color #959A3C: hue angle of 63.19º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #959A3C is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 60 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.40 |
| HSL | 63.19º | 0.44% | 0.42% | - |
| HSV(B) | 63.19º | 0.61% | 0.6% | - |
| XYZ | 24.77 | 29.83 | 8.73 | - |
| YUV | 141.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 60 | 0.03 | 0 | 0.61 | 0.40 | 63.19 | 0.44 | 0.42 |
| Hex | 95 | 9A | 3C | 3 | 0 | 3D | 28 | 3F | 2C | 2A |
| Octal | 225 | 232 | 74 | 3 | 0 | 75 | 50 | 77 | 54 | 52 |
| Binary | 10010101 | 10011010 | 111100 | 11 | 0 | 111101 | 101000 | 111111 | 101100 | 101010 |
Color Harmonies of #959A3C
Complementary color
Monochromatic Colors of #959A3C
Black with #959A3C
Text Example
Text Example
White with #959A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A3C; }
p { color: rgb(149,154,60); }
H1.HeaderClassName
{
color: #959A3C;
}
.AnyTagClassName
{
color: #959A3C;
}
</style>
background-color css
<style>
a { background-color: #959A3C; }
a { background-color: rgb(149,154,60); }
div.DivClassName
{
background-color: #959A3C;
}
.BgClassName
{
background-color: #959A3C;
}
</style>
border-color css
<style>
span { border-color: #959A3C; }
span { border-color: rgb(149,154,60); }
td.TdClassName
{
border-color: #959A3C;
}
.TagClassName
{
border-color: #959A3C;
}
</style>