Shades of Avocado #949D67
Tints of Avocado #949D67
RGB
CMYK
RGB Variations
Color information
#949D67 (or 0x949D67) is known color: Avocado. HEX triplet: 94, 9D and 67. RGB value is (148,157,103). Sum of RGB (Red+Green+Blue) = 148+157+103=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #949D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D67 is #6B6298. Grayscale: #949494. Windows color (decimal): -7037593 or 6790548. OLE color: 6790548.
HSL color Cylindrical-coordinate representation of color #949D67: hue angle of 70º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949D67 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 157 | 103 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.38 |
| HSL | 70º | 0.22% | 0.51% | - |
| HSV(B) | 70º | 0.34% | 0.62% | - |
| XYZ | 26.72 | 31.39 | 17.48 | - |
| YUV | 148.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 103 | 0.06 | 0 | 0.34 | 0.38 | 70 | 0.22 | 0.51 |
| Hex | 94 | 9D | 67 | 6 | 0 | 22 | 26 | 46 | 16 | 33 |
| Octal | 224 | 235 | 147 | 6 | 0 | 42 | 46 | 106 | 26 | 63 |
| Binary | 10010100 | 10011101 | 1100111 | 110 | 0 | 100010 | 100110 | 1000110 | 10110 | 110011 |
Color Harmonies of #949D67
Complementary color
Monochromatic Colors of #949D67
Black with #949D67
Text Example
Text Example
White with #949D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949D67; }
p { color: rgb(148,157,103); }
H1.HeaderClassName
{
color: #949D67;
}
.AnyTagClassName
{
color: #949D67;
}
</style>
background-color css
<style>
a { background-color: #949D67; }
a { background-color: rgb(148,157,103); }
div.DivClassName
{
background-color: #949D67;
}
.BgClassName
{
background-color: #949D67;
}
</style>
border-color css
<style>
span { border-color: #949D67; }
span { border-color: rgb(148,157,103); }
td.TdClassName
{
border-color: #949D67;
}
.TagClassName
{
border-color: #949D67;
}
</style>