#909370

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

Shades of Avocado #909370

Tints of Avocado #909370

Color information

#909370 (or 0x909370) is unknown color: approx Avocado. HEX triplet: 90, 93 and 70. RGB value is (144,147,112). Sum of RGB (Red+Green+Blue) = 144+147+112=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #909370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909370 is #6F6C8F. Grayscale: #8E8E8E. Windows color (decimal): -7302288 or 7377808. OLE color: 7377808.

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

Color convert

RGB144147112-
CMYK0.0200.240.42
HSL65.14º13.94%50.78%-
HSV(B)65.14º23.81%57.65%-
XYZ24.8627.9719.42-
YUV142.11111.01129.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=35.73%
G=36.48%
B=27.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441471120.0200.240.4265.1413.9450.78
Hex90937020182A41e33
Octal2202231602030521011663
Binary100100001001001111100001001100010101010000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909370; }

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

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

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

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

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

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

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

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