Shades of Avocado #959A6E
Tints of Avocado #959A6E
RGB
CMYK
RGB Variations
Color information
#959A6E (or 0x959A6E) is known color: Avocado. HEX triplet: 95, 9A and 6E. RGB value is (149,154,110). Sum of RGB (Red+Green+Blue) = 149+154+110=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 154 - color contains mainly: green. Hex color #959A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A6E is #6A6591. Grayscale: #939393. Windows color (decimal): -6972818 or 7248533. OLE color: 7248533.
HSL color Cylindrical-coordinate representation of color #959A6E: hue angle of 66.82º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #959A6E is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 110 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.40 |
| HSL | 66.82º | 0.18% | 0.52% | - |
| HSV(B) | 66.82º | 0.29% | 0.6% | - |
| XYZ | 26.76 | 30.63 | 19.25 | - |
| YUV | 147.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 110 | 0.03 | 0 | 0.29 | 0.40 | 66.82 | 0.18 | 0.52 |
| Hex | 95 | 9A | 6E | 3 | 0 | 1D | 28 | 43 | 12 | 34 |
| Octal | 225 | 232 | 156 | 3 | 0 | 35 | 50 | 103 | 22 | 64 |
| Binary | 10010101 | 10011010 | 1101110 | 11 | 0 | 11101 | 101000 | 1000011 | 10010 | 110100 |
Color Harmonies of #959A6E
Complementary color
Monochromatic Colors of #959A6E
Black with #959A6E
Text Example
Text Example
White with #959A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A6E; }
p { color: rgb(149,154,110); }
H1.HeaderClassName
{
color: #959A6E;
}
.AnyTagClassName
{
color: #959A6E;
}
</style>
background-color css
<style>
a { background-color: #959A6E; }
a { background-color: rgb(149,154,110); }
div.DivClassName
{
background-color: #959A6E;
}
.BgClassName
{
background-color: #959A6E;
}
</style>
border-color css
<style>
span { border-color: #959A6E; }
span { border-color: rgb(149,154,110); }
td.TdClassName
{
border-color: #959A6E;
}
.TagClassName
{
border-color: #959A6E;
}
</style>