Shades of Avocado #949E69
Tints of Avocado #949E69
RGB
CMYK
RGB Variations
Color information
#949E69 (or 0x949E69) is known color: Avocado. HEX triplet: 94, 9E and 69. RGB value is (148,158,105). Sum of RGB (Red+Green+Blue) = 148+158+105=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 158 - color contains mainly: green. Hex color #949E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E69 is #6B6196. Grayscale: #959595. Windows color (decimal): -7037335 or 6921876. OLE color: 6921876.
HSL color Cylindrical-coordinate representation of color #949E69: hue angle of 71.32º 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 #949E69 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 158 | 105 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.38 |
| HSL | 71.32º | 0.21% | 0.52% | - |
| HSV(B) | 71.32º | 0.34% | 0.62% | - |
| XYZ | 26.99 | 31.77 | 18.07 | - |
| YUV | 148.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 105 | 0.06 | 0 | 0.34 | 0.38 | 71.32 | 0.21 | 0.52 |
| Hex | 94 | 9E | 69 | 6 | 0 | 22 | 26 | 47 | 15 | 34 |
| Octal | 224 | 236 | 151 | 6 | 0 | 42 | 46 | 107 | 25 | 64 |
| Binary | 10010100 | 10011110 | 1101001 | 110 | 0 | 100010 | 100110 | 1000111 | 10101 | 110100 |
Color Harmonies of #949E69
Complementary color
Monochromatic Colors of #949E69
Black with #949E69
Text Example
Text Example
White with #949E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949E69; }
p { color: rgb(148,158,105); }
H1.HeaderClassName
{
color: #949E69;
}
.AnyTagClassName
{
color: #949E69;
}
</style>
background-color css
<style>
a { background-color: #949E69; }
a { background-color: rgb(148,158,105); }
div.DivClassName
{
background-color: #949E69;
}
.BgClassName
{
background-color: #949E69;
}
</style>
border-color css
<style>
span { border-color: #949E69; }
span { border-color: rgb(148,158,105); }
td.TdClassName
{
border-color: #949E69;
}
.TagClassName
{
border-color: #949E69;
}
</style>