Shades of Avocado #94976E
Tints of Avocado #94976E
RGB
CMYK
RGB Variations
Color information
#94976E (or 0x94976E) is known color: Avocado. HEX triplet: 94, 97 and 6E. RGB value is (148,151,110). Sum of RGB (Red+Green+Blue) = 148+151+110=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 151 - color contains mainly: green. Hex color #94976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94976E is #6B6891. Grayscale: #919191. Windows color (decimal): -7039122 or 7247764. OLE color: 7247764.
HSL color Cylindrical-coordinate representation of color #94976E: hue angle of 64.39º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94976E is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 151 | 110 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.41 |
| HSL | 64.39º | 0.16% | 0.51% | - |
| HSV(B) | 64.39º | 0.27% | 0.59% | - |
| XYZ | 26.09 | 29.55 | 19.08 | - |
| YUV | 145.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 110 | 0.02 | 0 | 0.27 | 0.41 | 64.39 | 0.16 | 0.51 |
| Hex | 94 | 97 | 6E | 2 | 0 | 1B | 29 | 40 | 10 | 33 |
| Octal | 224 | 227 | 156 | 2 | 0 | 33 | 51 | 100 | 20 | 63 |
| Binary | 10010100 | 10010111 | 1101110 | 10 | 0 | 11011 | 101001 | 1000000 | 10000 | 110011 |
Color Harmonies of #94976E
Complementary color
Monochromatic Colors of #94976E
Black with #94976E
Text Example
Text Example
White with #94976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94976E; }
p { color: rgb(148,151,110); }
H1.HeaderClassName
{
color: #94976E;
}
.AnyTagClassName
{
color: #94976E;
}
</style>
background-color css
<style>
a { background-color: #94976E; }
a { background-color: rgb(148,151,110); }
div.DivClassName
{
background-color: #94976E;
}
.BgClassName
{
background-color: #94976E;
}
</style>
border-color css
<style>
span { border-color: #94976E; }
span { border-color: rgb(148,151,110); }
td.TdClassName
{
border-color: #94976E;
}
.TagClassName
{
border-color: #94976E;
}
</style>