#909373

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

Shades of Avocado #909373

Tints of Avocado #909373

Color information

#909373 (or 0x909373) is unknown color: approx Avocado. HEX triplet: 90, 93 and 73. RGB value is (144,147,115). Sum of RGB (Red+Green+Blue) = 144+147+115=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #909373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909373 is #6F6C8C. Grayscale: #8E8E8E. Windows color (decimal): -7302285 or 7574416. OLE color: 7574416.

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

Color convert

RGB144147115-
CMYK0.0200.220.42
HSL65.62º12.9%51.37%-
HSV(B)65.62º21.77%57.65%-
XYZ25.0328.0320.31-
YUV142.46112.51129.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=35.47%
G=36.21%
B=28.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441471150.0200.220.4265.6212.951.37
Hex90937320162A42d33
Octal2202231632026521021563
Binary100100001001001111100111001011010101010000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909373; }

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

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

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

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

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

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

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

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