Shades of Avocado #949B69
Tints of Avocado #949B69
RGB
CMYK
RGB Variations
Color information
#949B69 (or 0x949B69) is known color: Avocado. HEX triplet: 94, 9B and 69. RGB value is (148,155,105). Sum of RGB (Red+Green+Blue) = 148+155+105=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #949B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B69 is #6B6496. Grayscale: #939393. Windows color (decimal): -7038103 or 6921108. OLE color: 6921108.
HSL color Cylindrical-coordinate representation of color #949B69: hue angle of 68.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949B69 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 105 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.39 |
| HSL | 68.4º | 0.2% | 0.51% | - |
| HSV(B) | 68.4º | 0.32% | 0.61% | - |
| XYZ | 26.48 | 30.76 | 17.91 | - |
| YUV | 147.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 105 | 0.05 | 0 | 0.32 | 0.39 | 68.4 | 0.2 | 0.51 |
| Hex | 94 | 9B | 69 | 5 | 0 | 20 | 27 | 44 | 14 | 33 |
| Octal | 224 | 233 | 151 | 5 | 0 | 40 | 47 | 104 | 24 | 63 |
| Binary | 10010100 | 10011011 | 1101001 | 101 | 0 | 100000 | 100111 | 1000100 | 10100 | 110011 |
Color Harmonies of #949B69
Complementary color
Monochromatic Colors of #949B69
Black with #949B69
Text Example
Text Example
White with #949B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B69; }
p { color: rgb(148,155,105); }
H1.HeaderClassName
{
color: #949B69;
}
.AnyTagClassName
{
color: #949B69;
}
</style>
background-color css
<style>
a { background-color: #949B69; }
a { background-color: rgb(148,155,105); }
div.DivClassName
{
background-color: #949B69;
}
.BgClassName
{
background-color: #949B69;
}
</style>
border-color css
<style>
span { border-color: #949B69; }
span { border-color: rgb(148,155,105); }
td.TdClassName
{
border-color: #949B69;
}
.TagClassName
{
border-color: #949B69;
}
</style>