Shades of Avocado #90916C
Tints of Avocado #90916C
RGB
CMYK
RGB Variations
Color information
#90916C (or 0x90916C) is known color: Avocado. HEX triplet: 90, 91 and 6C. RGB value is (144,145,108). Sum of RGB (Red+Green+Blue) = 144+145+108=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #90916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90916C is #6F6E93. Grayscale: #8C8C8C. Windows color (decimal): -7302804 or 7115152. OLE color: 7115152.
HSL color Cylindrical-coordinate representation of color #90916C: hue angle of 61.62º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90916C is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 145 | 108 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.43 |
| HSL | 61.62º | 0.15% | 0.5% | - |
| HSV(B) | 61.62º | 0.26% | 0.57% | - |
| XYZ | 24.33 | 27.26 | 18.17 | - |
| YUV | 140.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 145 | 108 | 0.01 | 0 | 0.26 | 0.43 | 61.62 | 0.15 | 0.5 |
| Hex | 90 | 91 | 6C | 1 | 0 | 1A | 2B | 3E | F | 32 |
| Octal | 220 | 221 | 154 | 1 | 0 | 32 | 53 | 76 | 17 | 62 |
| Binary | 10010000 | 10010001 | 1101100 | 1 | 0 | 11010 | 101011 | 111110 | 1111 | 110010 |
Color Harmonies of #90916C
Complementary color
Monochromatic Colors of #90916C
Black with #90916C
Text Example
Text Example
White with #90916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90916C; }
p { color: rgb(144,145,108); }
H1.HeaderClassName
{
color: #90916C;
}
.AnyTagClassName
{
color: #90916C;
}
</style>
background-color css
<style>
a { background-color: #90916C; }
a { background-color: rgb(144,145,108); }
div.DivClassName
{
background-color: #90916C;
}
.BgClassName
{
background-color: #90916C;
}
</style>
border-color css
<style>
span { border-color: #90916C; }
span { border-color: rgb(144,145,108); }
td.TdClassName
{
border-color: #90916C;
}
.TagClassName
{
border-color: #90916C;
}
</style>