#909473

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

Shades of Avocado #909473

Tints of Avocado #909473

Color information

#909473 (or 0x909473) is unknown color: approx Avocado. HEX triplet: 90, 94 and 73. RGB value is (144,148,115). Sum of RGB (Red+Green+Blue) = 144+148+115=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #909473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909473 is #6F6B8C. Grayscale: #8F8F8F. Windows color (decimal): -7302029 or 7574672. OLE color: 7574672.

HSL color Cylindrical-coordinate representation of color #909473: hue angle of 67.27º 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 #909473 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB144148115-
CMYK0.0300.220.42
HSL67.27º13.36%51.57%-
HSV(B)67.27º22.3%58.04%-
XYZ25.1928.3520.36-
YUV143.04112.17128.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.38%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=35.38%
G=36.36%
B=28.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481150.0300.220.4267.2713.3651.57
Hex90947330162A43d34
Octal2202241633026521031564
Binary100100001001010011100111101011010101010000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909473; }

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

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

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

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

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

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

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

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