Shades of Avocado #959972
Tints of Avocado #959972
RGB
CMYK
RGB Variations
Color information
#959972 (or 0x959972) is known color: Avocado. HEX triplet: 95, 99 and 72. RGB value is (149,153,114). Sum of RGB (Red+Green+Blue) = 149+153+114=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #959972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959972 is #6A668D. Grayscale: #939393. Windows color (decimal): -6973070 or 7510421. OLE color: 7510421.
HSL color Cylindrical-coordinate representation of color #959972: hue angle of 66.15º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959972 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 114 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.4 |
| HSL | 66.15º | 0.16% | 0.52% | - |
| HSV(B) | 66.15º | 0.25% | 0.6% | - |
| XYZ | 26.82 | 30.39 | 20.37 | - |
| YUV | 147.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 114 | 0.03 | 0 | 0.25 | 0.4 | 66.15 | 0.16 | 0.52 |
| Hex | 95 | 99 | 72 | 3 | 0 | 19 | 28 | 42 | 10 | 34 |
| Octal | 225 | 231 | 162 | 3 | 0 | 31 | 50 | 102 | 20 | 64 |
| Binary | 10010101 | 10011001 | 1110010 | 11 | 0 | 11001 | 101000 | 1000010 | 10000 | 110100 |
Color Harmonies of #959972
Complementary color
Monochromatic Colors of #959972
Black with #959972
Text Example
Text Example
White with #959972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959972; }
p { color: rgb(149,153,114); }
H1.HeaderClassName
{
color: #959972;
}
.AnyTagClassName
{
color: #959972;
}
</style>
background-color css
<style>
a { background-color: #959972; }
a { background-color: rgb(149,153,114); }
div.DivClassName
{
background-color: #959972;
}
.BgClassName
{
background-color: #959972;
}
</style>
border-color css
<style>
span { border-color: #959972; }
span { border-color: rgb(149,153,114); }
td.TdClassName
{
border-color: #959972;
}
.TagClassName
{
border-color: #959972;
}
</style>