Shades of Avocado #939E69
Tints of Avocado #939E69
RGB
CMYK
RGB Variations
Color information
#939E69 (or 0x939E69) is known color: Avocado. HEX triplet: 93, 9E and 69. RGB value is (147,158,105). Sum of RGB (Red+Green+Blue) = 147+158+105=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #939E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939E69 is #6C6196. Grayscale: #949494. Windows color (decimal): -7102871 or 6921875. OLE color: 6921875.
HSL color Cylindrical-coordinate representation of color #939E69: hue angle of 72.45º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #939E69 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 158 | 105 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.38 |
| HSL | 72.45º | 0.21% | 0.52% | - |
| HSV(B) | 72.45º | 0.34% | 0.62% | - |
| XYZ | 26.81 | 31.68 | 18.07 | - |
| YUV | 148.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 105 | 0.07 | 0 | 0.34 | 0.38 | 72.45 | 0.21 | 0.52 |
| Hex | 93 | 9E | 69 | 7 | 0 | 22 | 26 | 48 | 15 | 34 |
| Octal | 223 | 236 | 151 | 7 | 0 | 42 | 46 | 110 | 25 | 64 |
| Binary | 10010011 | 10011110 | 1101001 | 111 | 0 | 100010 | 100110 | 1001000 | 10101 | 110100 |
Color Harmonies of #939E69
Complementary color
Monochromatic Colors of #939E69
Black with #939E69
Text Example
Text Example
White with #939E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939E69; }
p { color: rgb(147,158,105); }
H1.HeaderClassName
{
color: #939E69;
}
.AnyTagClassName
{
color: #939E69;
}
</style>
background-color css
<style>
a { background-color: #939E69; }
a { background-color: rgb(147,158,105); }
div.DivClassName
{
background-color: #939E69;
}
.BgClassName
{
background-color: #939E69;
}
</style>
border-color css
<style>
span { border-color: #939E69; }
span { border-color: rgb(147,158,105); }
td.TdClassName
{
border-color: #939E69;
}
.TagClassName
{
border-color: #939E69;
}
</style>