Shades of Avocado #8A9468
Tints of Avocado #8A9468
RGB
CMYK
RGB Variations
Color information
#8A9468 (or 0x8A9468) is known color: Avocado. HEX triplet: 8A, 94 and 68. RGB value is (138,148,104). Sum of RGB (Red+Green+Blue) = 138+148+104=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9468 is #756B97. Grayscale: #8C8C8C. Windows color (decimal): -7695256 or 6853770. OLE color: 6853770.
HSL color Cylindrical-coordinate representation of color #8A9468: hue angle of 73.64º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A9468 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 104 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.42 |
| HSL | 73.64º | 0.17% | 0.49% | - |
| HSV(B) | 73.64º | 0.3% | 0.58% | - |
| XYZ | 23.57 | 27.58 | 17.18 | - |
| YUV | 139.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 104 | 0.07 | 0 | 0.30 | 0.42 | 73.64 | 0.17 | 0.49 |
| Hex | 8A | 94 | 68 | 7 | 0 | 1E | 2A | 4A | 11 | 31 |
| Octal | 212 | 224 | 150 | 7 | 0 | 36 | 52 | 112 | 21 | 61 |
| Binary | 10001010 | 10010100 | 1101000 | 111 | 0 | 11110 | 101010 | 1001010 | 10001 | 110001 |
Color Harmonies of #8A9468
Complementary color
Monochromatic Colors of #8A9468
Black with #8A9468
Text Example
Text Example
White with #8A9468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9468; }
p { color: rgb(138,148,104); }
H1.HeaderClassName
{
color: #8A9468;
}
.AnyTagClassName
{
color: #8A9468;
}
</style>
background-color css
<style>
a { background-color: #8A9468; }
a { background-color: rgb(138,148,104); }
div.DivClassName
{
background-color: #8A9468;
}
.BgClassName
{
background-color: #8A9468;
}
</style>
border-color css
<style>
span { border-color: #8A9468; }
span { border-color: rgb(138,148,104); }
td.TdClassName
{
border-color: #8A9468;
}
.TagClassName
{
border-color: #8A9468;
}
</style>