#909669

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

Shades of Avocado #909669

Tints of Avocado #909669

Color information

#909669 (or 0x909669) is unknown color: approx Avocado. HEX triplet: 90, 96 and 69. RGB value is (144,150,105). Sum of RGB (Red+Green+Blue) = 144+150+105=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #909669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909669 is #6F6996. Grayscale: #8F8F8F. Windows color (decimal): -7301527 or 6919824. OLE color: 6919824.

HSL color Cylindrical-coordinate representation of color #909669: hue angle of 68º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #909669 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB144150105-
CMYK0.0400.300.41
HSL68º17.65%50%-
HSV(B)68º30%58.82%-
XYZ24.9628.7617.6-
YUV143.08106.51128.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=36.09%
G=37.59%
B=26.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441501050.0400.300.416817.6550
Hex909669401E29441232
Octal2202261514036511042262
Binary10010000100101101101001100011110101001100010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909669; }

 p { color: rgb(144,150,105); }

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

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

 a { background-color: rgb(144,150,105); }

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

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

 span { border-color: rgb(144,150,105); }

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