Shades of Avocado #8B9455
Tints of Avocado #8B9455
RGB
CMYK
RGB Variations
Color information
#8B9455 (or 0x8B9455) is known color: Avocado. HEX triplet: 8B, 94 and 55. RGB value is (139,148,85). Sum of RGB (Red+Green+Blue) = 139+148+85=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9455 is #746BAA. Grayscale: #8A8A8A. Windows color (decimal): -7629739 or 5608587. OLE color: 5608587.
HSL color Cylindrical-coordinate representation of color #8B9455: hue angle of 68.57º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B9455 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 148 | 85 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.42 |
| HSL | 68.57º | 0.27% | 0.46% | - |
| HSV(B) | 68.57º | 0.43% | 0.58% | - |
| XYZ | 22.88 | 27.32 | 12.66 | - |
| YUV | 138.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 148 | 85 | 0.06 | 0 | 0.43 | 0.42 | 68.57 | 0.27 | 0.46 |
| Hex | 8B | 94 | 55 | 6 | 0 | 2B | 2A | 45 | 1B | 2E |
| Octal | 213 | 224 | 125 | 6 | 0 | 53 | 52 | 105 | 33 | 56 |
| Binary | 10001011 | 10010100 | 1010101 | 110 | 0 | 101011 | 101010 | 1000101 | 11011 | 101110 |
Color Harmonies of #8B9455
Complementary color
Monochromatic Colors of #8B9455
Black with #8B9455
Text Example
Text Example
White with #8B9455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9455; }
p { color: rgb(139,148,85); }
H1.HeaderClassName
{
color: #8B9455;
}
.AnyTagClassName
{
color: #8B9455;
}
</style>
background-color css
<style>
a { background-color: #8B9455; }
a { background-color: rgb(139,148,85); }
div.DivClassName
{
background-color: #8B9455;
}
.BgClassName
{
background-color: #8B9455;
}
</style>
border-color css
<style>
span { border-color: #8B9455; }
span { border-color: rgb(139,148,85); }
td.TdClassName
{
border-color: #8B9455;
}
.TagClassName
{
border-color: #8B9455;
}
</style>