#909472

Color #909472 Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #909472

Tints of Avocado #909472

Color information

#909472 (or 0x909472) is unknown color: approx Avocado. HEX triplet: 90, 94 and 72. RGB value is (144,148,114). Sum of RGB (Red+Green+Blue) = 144+148+114=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #909472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909472 is #6F6B8D. Grayscale: #8F8F8F. Windows color (decimal): -7302030 or 7509136. OLE color: 7509136.

HSL color Cylindrical-coordinate representation of color #909472: hue angle of 67.06º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909472 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB144148114-
CMYK0.0300.230.42
HSL67.06º13.71%51.37%-
HSV(B)67.06º22.97%58.04%-
XYZ25.1328.3220.06-
YUV142.93111.67128.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=35.47%
G=36.45%
B=28.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481140.0300.230.4267.0613.7151.37
Hex90947230172A43e33
Octal2202241623027521031663
Binary100100001001010011100101101011110101010000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909472; }

 p { color: rgb(144,148,114); }

 H1.HeaderClassName
 {
   color: #909472;
 }
 .AnyTagClassName
 {
   color: #909472;
 }
</style>
background-color css

<style>
 a { background-color: #909472; }

 a { background-color: rgb(144,148,114); }

 div.DivClassName
 {
   background-color: #909472;
 }
 .BgClassName
 {
   background-color: #909472;
 }
</style>
border-color css

<style>
 span { border-color: #909472; }

 span { border-color: rgb(144,148,114); }

 td.TdClassName
 {
   border-color: #909472;
 }
 .TagClassName
 {
   border-color: #909472;
 }
</style>