#8A9669

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

Shades of Avocado #8A9669

Tints of Avocado #8A9669

Color information

#8A9669 (or 0x8A9669) is unknown color: approx Avocado. HEX triplet: 8A, 96 and 69. RGB value is (138,150,105). Sum of RGB (Red+Green+Blue) = 138+150+105=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9669 is #756996. Grayscale: #8D8D8D. Windows color (decimal): -7694743 or 6919818. OLE color: 6919818.

HSL color Cylindrical-coordinate representation of color #8A9669: hue angle of 76º 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 #8A9669 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB138150105-
CMYK0.0800.300.41
HSL76º17.65%50%-
HSV(B)76º30%58.82%-
XYZ23.9428.2417.55-
YUV141.28107.52125.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=35.11%
G=38.17%
B=26.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381501050.0800.300.417617.6550
Hex8A9669801E294c1232
Octal21222615110036511142262
Binary100010101001011011010011000011110101001100110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9669; }

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

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

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

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

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

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

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

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