Shades of Avocado #969972
Tints of Avocado #969972
RGB
CMYK
RGB Variations
Color information
#969972 (or 0x969972) is known color: Avocado. HEX triplet: 96, 99 and 72. RGB value is (150,153,114). Sum of RGB (Red+Green+Blue) = 150+153+114=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #969972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969972 is #69668D. Grayscale: #939393. Windows color (decimal): -6907534 or 7510422. OLE color: 7510422.
HSL color Cylindrical-coordinate representation of color #969972: hue angle of 64.62º 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 #969972 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 114 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.4 |
| HSL | 64.62º | 0.16% | 0.52% | - |
| HSV(B) | 64.62º | 0.25% | 0.6% | - |
| XYZ | 27.01 | 30.48 | 20.38 | - |
| YUV | 147.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 114 | 0.02 | 0 | 0.25 | 0.4 | 64.62 | 0.16 | 0.52 |
| Hex | 96 | 99 | 72 | 2 | 0 | 19 | 28 | 41 | 10 | 34 |
| Octal | 226 | 231 | 162 | 2 | 0 | 31 | 50 | 101 | 20 | 64 |
| Binary | 10010110 | 10011001 | 1110010 | 10 | 0 | 11001 | 101000 | 1000001 | 10000 | 110100 |
Color Harmonies of #969972
Complementary color
Monochromatic Colors of #969972
Black with #969972
Text Example
Text Example
White with #969972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969972; }
p { color: rgb(150,153,114); }
H1.HeaderClassName
{
color: #969972;
}
.AnyTagClassName
{
color: #969972;
}
</style>
background-color css
<style>
a { background-color: #969972; }
a { background-color: rgb(150,153,114); }
div.DivClassName
{
background-color: #969972;
}
.BgClassName
{
background-color: #969972;
}
</style>
border-color css
<style>
span { border-color: #969972; }
span { border-color: rgb(150,153,114); }
td.TdClassName
{
border-color: #969972;
}
.TagClassName
{
border-color: #969972;
}
</style>