Shades of Avocado #909367
Tints of Avocado #909367
RGB
CMYK
RGB Variations
Color information
#909367 (or 0x909367) is known color: Avocado. HEX triplet: 90, 93 and 67. RGB value is (144,147,103). Sum of RGB (Red+Green+Blue) = 144+147+103=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #909367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909367 is #6F6C98. Grayscale: #8D8D8D. Windows color (decimal): -7302297 or 6787984. OLE color: 6787984.
HSL color Cylindrical-coordinate representation of color #909367: hue angle of 64.09º degrees, saturation: 0.18, 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 #909367 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 103 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.42 |
| HSL | 64.09º | 0.18% | 0.49% | - |
| HSV(B) | 64.09º | 0.3% | 0.58% | - |
| XYZ | 24.38 | 27.78 | 16.91 | - |
| YUV | 141.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 103 | 0.02 | 0 | 0.30 | 0.42 | 64.09 | 0.18 | 0.49 |
| Hex | 90 | 93 | 67 | 2 | 0 | 1E | 2A | 40 | 12 | 31 |
| Octal | 220 | 223 | 147 | 2 | 0 | 36 | 52 | 100 | 22 | 61 |
| Binary | 10010000 | 10010011 | 1100111 | 10 | 0 | 11110 | 101010 | 1000000 | 10010 | 110001 |
Color Harmonies of #909367
Complementary color
Monochromatic Colors of #909367
Black with #909367
Text Example
Text Example
White with #909367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909367; }
p { color: rgb(144,147,103); }
H1.HeaderClassName
{
color: #909367;
}
.AnyTagClassName
{
color: #909367;
}
</style>
background-color css
<style>
a { background-color: #909367; }
a { background-color: rgb(144,147,103); }
div.DivClassName
{
background-color: #909367;
}
.BgClassName
{
background-color: #909367;
}
</style>
border-color css
<style>
span { border-color: #909367; }
span { border-color: rgb(144,147,103); }
td.TdClassName
{
border-color: #909367;
}
.TagClassName
{
border-color: #909367;
}
</style>