Shades of Avocado #8B9369
Tints of Avocado #8B9369
RGB
CMYK
RGB Variations
Color information
#8B9369 (or 0x8B9369) is known color: Avocado. HEX triplet: 8B, 93 and 69. RGB value is (139,147,105). Sum of RGB (Red+Green+Blue) = 139+147+105=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9369 is #746C96. Grayscale: #8B8B8B. Windows color (decimal): -7629975 or 6919051. OLE color: 6919051.
HSL color Cylindrical-coordinate representation of color #8B9369: hue angle of 71.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B9369 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 147 | 105 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.42 |
| HSL | 71.43º | 0.17% | 0.49% | - |
| HSV(B) | 71.43º | 0.29% | 0.58% | - |
| XYZ | 23.63 | 27.38 | 17.4 | - |
| YUV | 139.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 105 | 0.05 | 0 | 0.29 | 0.42 | 71.43 | 0.17 | 0.49 |
| Hex | 8B | 93 | 69 | 5 | 0 | 1D | 2A | 47 | 11 | 31 |
| Octal | 213 | 223 | 151 | 5 | 0 | 35 | 52 | 107 | 21 | 61 |
| Binary | 10001011 | 10010011 | 1101001 | 101 | 0 | 11101 | 101010 | 1000111 | 10001 | 110001 |
Color Harmonies of #8B9369
Complementary color
Monochromatic Colors of #8B9369
Black with #8B9369
Text Example
Text Example
White with #8B9369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9369; }
p { color: rgb(139,147,105); }
H1.HeaderClassName
{
color: #8B9369;
}
.AnyTagClassName
{
color: #8B9369;
}
</style>
background-color css
<style>
a { background-color: #8B9369; }
a { background-color: rgb(139,147,105); }
div.DivClassName
{
background-color: #8B9369;
}
.BgClassName
{
background-color: #8B9369;
}
</style>
border-color css
<style>
span { border-color: #8B9369; }
span { border-color: rgb(139,147,105); }
td.TdClassName
{
border-color: #8B9369;
}
.TagClassName
{
border-color: #8B9369;
}
</style>