#909569

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

Shades of Avocado #909569

Tints of Avocado #909569

Color information

#909569 (or 0x909569) is unknown color: approx Avocado. HEX triplet: 90, 95 and 69. RGB value is (144,149,105). Sum of RGB (Red+Green+Blue) = 144+149+105=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #909569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909569 is #6F6A96. Grayscale: #8E8E8E. Windows color (decimal): -7301783 or 6919568. OLE color: 6919568.

HSL color Cylindrical-coordinate representation of color #909569: hue angle of 66.82º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #909569 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB144149105-
CMYK0.0300.300.42
HSL66.82º17.32%49.8%-
HSV(B)66.82º29.53%58.43%-
XYZ24.828.4417.55-
YUV142.49106.84129.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=36.18%
G=37.44%
B=26.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441491050.0300.300.4266.8217.3249.8
Hex909569301E2A431132
Octal2202251513036521032162
Binary1001000010010101110100111011110101010100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909569; }

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

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

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

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

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

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

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

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