Shades of Avocado #949967
Tints of Avocado #949967
RGB
CMYK
RGB Variations
Color information
#949967 (or 0x949967) is known color: Avocado. HEX triplet: 94, 99 and 67. RGB value is (148,153,103). Sum of RGB (Red+Green+Blue) = 148+153+103=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #949967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949967 is #6B6698. Grayscale: #929292. Windows color (decimal): -7038617 or 6789524. OLE color: 6789524.
HSL color Cylindrical-coordinate representation of color #949967: hue angle of 66º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949967 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 103 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.4 |
| HSL | 66º | 0.2% | 0.5% | - |
| HSV(B) | 66º | 0.33% | 0.6% | - |
| XYZ | 26.05 | 30.06 | 17.26 | - |
| YUV | 145.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 103 | 0.03 | 0 | 0.33 | 0.4 | 66 | 0.2 | 0.5 |
| Hex | 94 | 99 | 67 | 3 | 0 | 21 | 28 | 42 | 14 | 32 |
| Octal | 224 | 231 | 147 | 3 | 0 | 41 | 50 | 102 | 24 | 62 |
| Binary | 10010100 | 10011001 | 1100111 | 11 | 0 | 100001 | 101000 | 1000010 | 10100 | 110010 |
Color Harmonies of #949967
Complementary color
Monochromatic Colors of #949967
Black with #949967
Text Example
Text Example
White with #949967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949967; }
p { color: rgb(148,153,103); }
H1.HeaderClassName
{
color: #949967;
}
.AnyTagClassName
{
color: #949967;
}
</style>
background-color css
<style>
a { background-color: #949967; }
a { background-color: rgb(148,153,103); }
div.DivClassName
{
background-color: #949967;
}
.BgClassName
{
background-color: #949967;
}
</style>
border-color css
<style>
span { border-color: #949967; }
span { border-color: rgb(148,153,103); }
td.TdClassName
{
border-color: #949967;
}
.TagClassName
{
border-color: #949967;
}
</style>