#8A9469

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

Shades of Avocado #8A9469

Tints of Avocado #8A9469

Color information

#8A9469 (or 0x8A9469) is unknown color: approx Avocado. HEX triplet: 8A, 94 and 69. RGB value is (138,148,105). Sum of RGB (Red+Green+Blue) = 138+148+105=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9469 is #756B96. Grayscale: #8C8C8C. Windows color (decimal): -7695255 or 6919306. OLE color: 6919306.

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

Color convert

RGB138148105-
CMYK0.0700.290.42
HSL73.95º17%49.61%-
HSV(B)73.95º29.05%58.04%-
XYZ23.6227.617.45-
YUV140.11108.19126.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=35.29%
G=37.85%
B=26.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381481050.0700.290.4273.951749.61
Hex8A9469701D2A4a1132
Octal2122241517035521122162
Binary10001010100101001101001111011101101010100101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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