Shades of Avocado #959A63
Tints of Avocado #959A63
RGB
CMYK
RGB Variations
Color information
#959A63 (or 0x959A63) is known color: Avocado. HEX triplet: 95, 9A and 63. RGB value is (149,154,99). Sum of RGB (Red+Green+Blue) = 149+154+99=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 154 - color contains mainly: green. Hex color #959A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A63 is #6A659C. Grayscale: #929292. Windows color (decimal): -6972829 or 6527637. OLE color: 6527637.
HSL color Cylindrical-coordinate representation of color #959A63: hue angle of 65.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #959A63 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 99 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.40 |
| HSL | 65.45º | 0.22% | 0.5% | - |
| HSV(B) | 65.45º | 0.36% | 0.6% | - |
| XYZ | 26.2 | 30.4 | 16.29 | - |
| YUV | 146.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 99 | 0.03 | 0 | 0.36 | 0.40 | 65.45 | 0.22 | 0.5 |
| Hex | 95 | 9A | 63 | 3 | 0 | 24 | 28 | 41 | 16 | 32 |
| Octal | 225 | 232 | 143 | 3 | 0 | 44 | 50 | 101 | 26 | 62 |
| Binary | 10010101 | 10011010 | 1100011 | 11 | 0 | 100100 | 101000 | 1000001 | 10110 | 110010 |
Color Harmonies of #959A63
Complementary color
Monochromatic Colors of #959A63
Black with #959A63
Text Example
Text Example
White with #959A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A63; }
p { color: rgb(149,154,99); }
H1.HeaderClassName
{
color: #959A63;
}
.AnyTagClassName
{
color: #959A63;
}
</style>
background-color css
<style>
a { background-color: #959A63; }
a { background-color: rgb(149,154,99); }
div.DivClassName
{
background-color: #959A63;
}
.BgClassName
{
background-color: #959A63;
}
</style>
border-color css
<style>
span { border-color: #959A63; }
span { border-color: rgb(149,154,99); }
td.TdClassName
{
border-color: #959A63;
}
.TagClassName
{
border-color: #959A63;
}
</style>