Shades of Avocado #949B66
Tints of Avocado #949B66
RGB
CMYK
RGB Variations
Color information
#949B66 (or 0x949B66) is known color: Avocado. HEX triplet: 94, 9B and 66. RGB value is (148,155,102). Sum of RGB (Red+Green+Blue) = 148+155+102=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #949B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B66 is #6B6499. Grayscale: #939393. Windows color (decimal): -7038106 or 6724500. OLE color: 6724500.
HSL color Cylindrical-coordinate representation of color #949B66: hue angle of 67.92º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949B66 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 102 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.39 |
| HSL | 67.92º | 0.21% | 0.5% | - |
| HSV(B) | 67.92º | 0.34% | 0.61% | - |
| XYZ | 26.33 | 30.7 | 17.11 | - |
| YUV | 146.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 102 | 0.05 | 0 | 0.34 | 0.39 | 67.92 | 0.21 | 0.5 |
| Hex | 94 | 9B | 66 | 5 | 0 | 22 | 27 | 44 | 15 | 32 |
| Octal | 224 | 233 | 146 | 5 | 0 | 42 | 47 | 104 | 25 | 62 |
| Binary | 10010100 | 10011011 | 1100110 | 101 | 0 | 100010 | 100111 | 1000100 | 10101 | 110010 |
Color Harmonies of #949B66
Complementary color
Monochromatic Colors of #949B66
Black with #949B66
Text Example
Text Example
White with #949B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B66; }
p { color: rgb(148,155,102); }
H1.HeaderClassName
{
color: #949B66;
}
.AnyTagClassName
{
color: #949B66;
}
</style>
background-color css
<style>
a { background-color: #949B66; }
a { background-color: rgb(148,155,102); }
div.DivClassName
{
background-color: #949B66;
}
.BgClassName
{
background-color: #949B66;
}
</style>
border-color css
<style>
span { border-color: #949B66; }
span { border-color: rgb(148,155,102); }
td.TdClassName
{
border-color: #949B66;
}
.TagClassName
{
border-color: #949B66;
}
</style>