Shades of Avocado #909356
Tints of Avocado #909356
RGB
CMYK
RGB Variations
Color information
#909356 (or 0x909356) is known color: Avocado. HEX triplet: 90, 93 and 56. RGB value is (144,147,86). Sum of RGB (Red+Green+Blue) = 144+147+86=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #909356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909356 is #6F6CA9. Grayscale: #8B8B8B. Windows color (decimal): -7302314 or 5673872. OLE color: 5673872.
HSL color Cylindrical-coordinate representation of color #909356: hue angle of 62.95º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #909356 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 86 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.42 |
| HSL | 62.95º | 0.26% | 0.46% | - |
| HSV(B) | 62.95º | 0.41% | 0.58% | - |
| XYZ | 23.62 | 27.47 | 12.86 | - |
| YUV | 139.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 86 | 0.02 | 0 | 0.41 | 0.42 | 62.95 | 0.26 | 0.46 |
| Hex | 90 | 93 | 56 | 2 | 0 | 29 | 2A | 3F | 1A | 2E |
| Octal | 220 | 223 | 126 | 2 | 0 | 51 | 52 | 77 | 32 | 56 |
| Binary | 10010000 | 10010011 | 1010110 | 10 | 0 | 101001 | 101010 | 111111 | 11010 | 101110 |
Color Harmonies of #909356
Complementary color
Monochromatic Colors of #909356
Black with #909356
Text Example
Text Example
White with #909356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909356; }
p { color: rgb(144,147,86); }
H1.HeaderClassName
{
color: #909356;
}
.AnyTagClassName
{
color: #909356;
}
</style>
background-color css
<style>
a { background-color: #909356; }
a { background-color: rgb(144,147,86); }
div.DivClassName
{
background-color: #909356;
}
.BgClassName
{
background-color: #909356;
}
</style>
border-color css
<style>
span { border-color: #909356; }
span { border-color: rgb(144,147,86); }
td.TdClassName
{
border-color: #909356;
}
.TagClassName
{
border-color: #909356;
}
</style>