Shades of Avocado #95976E
Tints of Avocado #95976E
RGB
CMYK
RGB Variations
Color information
#95976E (or 0x95976E) is known color: Avocado. HEX triplet: 95, 97 and 6E. RGB value is (149,151,110). Sum of RGB (Red+Green+Blue) = 149+151+110=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 151 - color contains mainly: green. Hex color #95976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95976E is #6A6891. Grayscale: #919191. Windows color (decimal): -6973586 or 7247765. OLE color: 7247765.
HSL color Cylindrical-coordinate representation of color #95976E: hue angle of 62.93º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95976E is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 151 | 110 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.41 |
| HSL | 62.93º | 0.16% | 0.51% | - |
| HSV(B) | 62.93º | 0.27% | 0.59% | - |
| XYZ | 26.28 | 29.65 | 19.09 | - |
| YUV | 145.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 110 | 0.01 | 0 | 0.27 | 0.41 | 62.93 | 0.16 | 0.51 |
| Hex | 95 | 97 | 6E | 1 | 0 | 1B | 29 | 3F | 10 | 33 |
| Octal | 225 | 227 | 156 | 1 | 0 | 33 | 51 | 77 | 20 | 63 |
| Binary | 10010101 | 10010111 | 1101110 | 1 | 0 | 11011 | 101001 | 111111 | 10000 | 110011 |
Color Harmonies of #95976E
Complementary color
Monochromatic Colors of #95976E
Black with #95976E
Text Example
Text Example
White with #95976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95976E; }
p { color: rgb(149,151,110); }
H1.HeaderClassName
{
color: #95976E;
}
.AnyTagClassName
{
color: #95976E;
}
</style>
background-color css
<style>
a { background-color: #95976E; }
a { background-color: rgb(149,151,110); }
div.DivClassName
{
background-color: #95976E;
}
.BgClassName
{
background-color: #95976E;
}
</style>
border-color css
<style>
span { border-color: #95976E; }
span { border-color: rgb(149,151,110); }
td.TdClassName
{
border-color: #95976E;
}
.TagClassName
{
border-color: #95976E;
}
</style>