Shades of Highball #959D3A
Tints of Highball #959D3A
RGB
CMYK
RGB Variations
Color information
#959D3A (or 0x959D3A) is known color: Highball. HEX triplet: 95, 9D and 3A. RGB value is (149,157,58). Sum of RGB (Red+Green+Blue) = 149+157+58=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #959D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959D3A is #6A62C5. Grayscale: #8F8F8F. Windows color (decimal): -6972102 or 3841429. OLE color: 3841429.
HSL color Cylindrical-coordinate representation of color #959D3A: hue angle of 64.85º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #959D3A is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 157 | 58 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.38 |
| HSL | 64.85º | 0.46% | 0.42% | - |
| HSV(B) | 64.85º | 0.63% | 0.62% | - |
| XYZ | 25.22 | 30.81 | 8.62 | - |
| YUV | 143.32 | 79.85 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 58 | 0.05 | 0 | 0.63 | 0.38 | 64.85 | 0.46 | 0.42 |
| Hex | 95 | 9D | 3A | 5 | 0 | 3F | 26 | 41 | 2E | 2A |
| Octal | 225 | 235 | 72 | 5 | 0 | 77 | 46 | 101 | 56 | 52 |
| Binary | 10010101 | 10011101 | 111010 | 101 | 0 | 111111 | 100110 | 1000001 | 101110 | 101010 |
Color Harmonies of #959D3A
Complementary color
Monochromatic Colors of #959D3A
Black with #959D3A
Text Example
Text Example
White with #959D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959D3A; }
p { color: rgb(149,157,58); }
H1.HeaderClassName
{
color: #959D3A;
}
.AnyTagClassName
{
color: #959D3A;
}
</style>
background-color css
<style>
a { background-color: #959D3A; }
a { background-color: rgb(149,157,58); }
div.DivClassName
{
background-color: #959D3A;
}
.BgClassName
{
background-color: #959D3A;
}
</style>
border-color css
<style>
span { border-color: #959D3A; }
span { border-color: rgb(149,157,58); }
td.TdClassName
{
border-color: #959D3A;
}
.TagClassName
{
border-color: #959D3A;
}
</style>