Shades of Avocado #959A73
Tints of Avocado #959A73
RGB
CMYK
RGB Variations
Color information
#959A73 (or 0x959A73) is known color: Avocado. HEX triplet: 95, 9A and 73. RGB value is (149,154,115). Sum of RGB (Red+Green+Blue) = 149+154+115=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 154 - color contains mainly: green. Hex color #959A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A73 is #6A658C. Grayscale: #949494. Windows color (decimal): -6972813 or 7576213. OLE color: 7576213.
HSL color Cylindrical-coordinate representation of color #959A73: hue angle of 67.69º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959A73 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 115 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.40 |
| HSL | 67.69º | 0.16% | 0.53% | - |
| HSV(B) | 67.69º | 0.25% | 0.6% | - |
| XYZ | 27.04 | 30.74 | 20.73 | - |
| YUV | 148.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 115 | 0.03 | 0 | 0.25 | 0.40 | 67.69 | 0.16 | 0.53 |
| Hex | 95 | 9A | 73 | 3 | 0 | 19 | 28 | 44 | 10 | 35 |
| Octal | 225 | 232 | 163 | 3 | 0 | 31 | 50 | 104 | 20 | 65 |
| Binary | 10010101 | 10011010 | 1110011 | 11 | 0 | 11001 | 101000 | 1000100 | 10000 | 110101 |
Color Harmonies of #959A73
Complementary color
Monochromatic Colors of #959A73
Black with #959A73
Text Example
Text Example
White with #959A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A73; }
p { color: rgb(149,154,115); }
H1.HeaderClassName
{
color: #959A73;
}
.AnyTagClassName
{
color: #959A73;
}
</style>
background-color css
<style>
a { background-color: #959A73; }
a { background-color: rgb(149,154,115); }
div.DivClassName
{
background-color: #959A73;
}
.BgClassName
{
background-color: #959A73;
}
</style>
border-color css
<style>
span { border-color: #959A73; }
span { border-color: rgb(149,154,115); }
td.TdClassName
{
border-color: #959A73;
}
.TagClassName
{
border-color: #959A73;
}
</style>