Shades of Avocado #949667
Tints of Avocado #949667
RGB
CMYK
RGB Variations
Color information
#949667 (or 0x949667) is known color: Avocado. HEX triplet: 94, 96 and 67. RGB value is (148,150,103). Sum of RGB (Red+Green+Blue) = 148+150+103=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #949667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949667 is #6B6998. Grayscale: #909090. Windows color (decimal): -7039385 or 6788756. OLE color: 6788756.
HSL color Cylindrical-coordinate representation of color #949667: hue angle of 62.55º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #949667 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 150 | 103 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.41 |
| HSL | 62.55º | 0.19% | 0.5% | - |
| HSV(B) | 62.55º | 0.31% | 0.59% | - |
| XYZ | 25.57 | 29.09 | 17.1 | - |
| YUV | 144.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 150 | 103 | 0.01 | 0 | 0.31 | 0.41 | 62.55 | 0.19 | 0.5 |
| Hex | 94 | 96 | 67 | 1 | 0 | 1F | 29 | 3F | 13 | 32 |
| Octal | 224 | 226 | 147 | 1 | 0 | 37 | 51 | 77 | 23 | 62 |
| Binary | 10010100 | 10010110 | 1100111 | 1 | 0 | 11111 | 101001 | 111111 | 10011 | 110010 |
Color Harmonies of #949667
Complementary color
Monochromatic Colors of #949667
Black with #949667
Text Example
Text Example
White with #949667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949667; }
p { color: rgb(148,150,103); }
H1.HeaderClassName
{
color: #949667;
}
.AnyTagClassName
{
color: #949667;
}
</style>
background-color css
<style>
a { background-color: #949667; }
a { background-color: rgb(148,150,103); }
div.DivClassName
{
background-color: #949667;
}
.BgClassName
{
background-color: #949667;
}
</style>
border-color css
<style>
span { border-color: #949667; }
span { border-color: rgb(148,150,103); }
td.TdClassName
{
border-color: #949667;
}
.TagClassName
{
border-color: #949667;
}
</style>