Shades of Avocado #939972
Tints of Avocado #939972
RGB
CMYK
RGB Variations
Color information
#939972 (or 0x939972) is known color: Avocado. HEX triplet: 93, 99 and 72. RGB value is (147,153,114). Sum of RGB (Red+Green+Blue) = 147+153+114=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #939972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939972 is #6C668D. Grayscale: #929292. Windows color (decimal): -7104142 or 7510419. OLE color: 7510419.
HSL color Cylindrical-coordinate representation of color #939972: hue angle of 69.23º 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 #939972 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 114 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.4 |
| HSL | 69.23º | 0.16% | 0.52% | - |
| HSV(B) | 69.23º | 0.25% | 0.6% | - |
| XYZ | 26.46 | 30.2 | 20.35 | - |
| YUV | 146.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 114 | 0.04 | 0 | 0.25 | 0.4 | 69.23 | 0.16 | 0.52 |
| Hex | 93 | 99 | 72 | 4 | 0 | 19 | 28 | 45 | 10 | 34 |
| Octal | 223 | 231 | 162 | 4 | 0 | 31 | 50 | 105 | 20 | 64 |
| Binary | 10010011 | 10011001 | 1110010 | 100 | 0 | 11001 | 101000 | 1000101 | 10000 | 110100 |
Color Harmonies of #939972
Complementary color
Monochromatic Colors of #939972
Black with #939972
Text Example
Text Example
White with #939972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939972; }
p { color: rgb(147,153,114); }
H1.HeaderClassName
{
color: #939972;
}
.AnyTagClassName
{
color: #939972;
}
</style>
background-color css
<style>
a { background-color: #939972; }
a { background-color: rgb(147,153,114); }
div.DivClassName
{
background-color: #939972;
}
.BgClassName
{
background-color: #939972;
}
</style>
border-color css
<style>
span { border-color: #939972; }
span { border-color: rgb(147,153,114); }
td.TdClassName
{
border-color: #939972;
}
.TagClassName
{
border-color: #939972;
}
</style>