Shades of Avocado #959E6A
Tints of Avocado #959E6A
RGB
CMYK
RGB Variations
Color information
#959E6A (or 0x959E6A) is known color: Avocado. HEX triplet: 95, 9E and 6A. RGB value is (149,158,106). Sum of RGB (Red+Green+Blue) = 149+158+106=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 158 - color contains mainly: green. Hex color #959E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E6A is #6A6195. Grayscale: #959595. Windows color (decimal): -6971798 or 6987413. OLE color: 6987413.
HSL color Cylindrical-coordinate representation of color #959E6A: hue angle of 70.38º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #959E6A is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 158 | 106 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.38 |
| HSL | 70.38º | 0.21% | 0.52% | - |
| HSV(B) | 70.38º | 0.33% | 0.62% | - |
| XYZ | 27.22 | 31.88 | 18.36 | - |
| YUV | 149.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 106 | 0.06 | 0 | 0.33 | 0.38 | 70.38 | 0.21 | 0.52 |
| Hex | 95 | 9E | 6A | 6 | 0 | 21 | 26 | 46 | 15 | 34 |
| Octal | 225 | 236 | 152 | 6 | 0 | 41 | 46 | 106 | 25 | 64 |
| Binary | 10010101 | 10011110 | 1101010 | 110 | 0 | 100001 | 100110 | 1000110 | 10101 | 110100 |
Color Harmonies of #959E6A
Complementary color
Monochromatic Colors of #959E6A
Black with #959E6A
Text Example
Text Example
White with #959E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959E6A; }
p { color: rgb(149,158,106); }
H1.HeaderClassName
{
color: #959E6A;
}
.AnyTagClassName
{
color: #959E6A;
}
</style>
background-color css
<style>
a { background-color: #959E6A; }
a { background-color: rgb(149,158,106); }
div.DivClassName
{
background-color: #959E6A;
}
.BgClassName
{
background-color: #959E6A;
}
</style>
border-color css
<style>
span { border-color: #959E6A; }
span { border-color: rgb(149,158,106); }
td.TdClassName
{
border-color: #959E6A;
}
.TagClassName
{
border-color: #959E6A;
}
</style>