Shades of Avocado #909368
Tints of Avocado #909368
RGB
CMYK
RGB Variations
Color information
#909368 (or 0x909368) is known color: Avocado. HEX triplet: 90, 93 and 68. RGB value is (144,147,104). Sum of RGB (Red+Green+Blue) = 144+147+104=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #909368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909368 is #6F6C97. Grayscale: #8D8D8D. Windows color (decimal): -7302296 or 6853520. OLE color: 6853520.
HSL color Cylindrical-coordinate representation of color #909368: hue angle of 64.19º 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 #909368 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 147 | 104 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.42 |
| HSL | 64.19º | 0.17% | 0.49% | - |
| HSV(B) | 64.19º | 0.29% | 0.58% | - |
| XYZ | 24.43 | 27.8 | 17.17 | - |
| YUV | 141.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 104 | 0.02 | 0 | 0.29 | 0.42 | 64.19 | 0.17 | 0.49 |
| Hex | 90 | 93 | 68 | 2 | 0 | 1D | 2A | 40 | 11 | 31 |
| Octal | 220 | 223 | 150 | 2 | 0 | 35 | 52 | 100 | 21 | 61 |
| Binary | 10010000 | 10010011 | 1101000 | 10 | 0 | 11101 | 101010 | 1000000 | 10001 | 110001 |
Color Harmonies of #909368
Complementary color
Monochromatic Colors of #909368
Black with #909368
Text Example
Text Example
White with #909368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909368; }
p { color: rgb(144,147,104); }
H1.HeaderClassName
{
color: #909368;
}
.AnyTagClassName
{
color: #909368;
}
</style>
background-color css
<style>
a { background-color: #909368; }
a { background-color: rgb(144,147,104); }
div.DivClassName
{
background-color: #909368;
}
.BgClassName
{
background-color: #909368;
}
</style>
border-color css
<style>
span { border-color: #909368; }
span { border-color: rgb(144,147,104); }
td.TdClassName
{
border-color: #909368;
}
.TagClassName
{
border-color: #909368;
}
</style>