Shades of Avocado #909574
Tints of Avocado #909574
RGB
CMYK
RGB Variations
Color information
#909574 (or 0x909574) is known color: Avocado. HEX triplet: 90, 95 and 74. RGB value is (144,149,116). Sum of RGB (Red+Green+Blue) = 144+149+116=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 149 - color contains mainly: green. Hex color #909574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909574 is #6F6A8B. Grayscale: #8F8F8F. Windows color (decimal): -7301772 or 7640464. OLE color: 7640464.
HSL color Cylindrical-coordinate representation of color #909574: hue angle of 69.09º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #909574 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 116 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.42 |
| HSL | 69.09º | 0.13% | 0.52% | - |
| HSV(B) | 69.09º | 0.22% | 0.58% | - |
| XYZ | 25.4 | 28.69 | 20.72 | - |
| YUV | 143.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 116 | 0.03 | 0 | 0.22 | 0.42 | 69.09 | 0.13 | 0.52 |
| Hex | 90 | 95 | 74 | 3 | 0 | 16 | 2A | 45 | D | 34 |
| Octal | 220 | 225 | 164 | 3 | 0 | 26 | 52 | 105 | 15 | 64 |
| Binary | 10010000 | 10010101 | 1110100 | 11 | 0 | 10110 | 101010 | 1000101 | 1101 | 110100 |
Color Harmonies of #909574
Complementary color
Monochromatic Colors of #909574
Black with #909574
Text Example
Text Example
White with #909574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909574; }
p { color: rgb(144,149,116); }
H1.HeaderClassName
{
color: #909574;
}
.AnyTagClassName
{
color: #909574;
}
</style>
background-color css
<style>
a { background-color: #909574; }
a { background-color: rgb(144,149,116); }
div.DivClassName
{
background-color: #909574;
}
.BgClassName
{
background-color: #909574;
}
</style>
border-color css
<style>
span { border-color: #909574; }
span { border-color: rgb(144,149,116); }
td.TdClassName
{
border-color: #909574;
}
.TagClassName
{
border-color: #909574;
}
</style>