#8D9469

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

Shades of Avocado #8D9469

Tints of Avocado #8D9469

Color information

#8D9469 (or 0x8D9469) is unknown color: approx Avocado. HEX triplet: 8D, 94 and 69. RGB value is (141,148,105). Sum of RGB (Red+Green+Blue) = 141+148+105=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #8D9469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9469 is #726B96. Grayscale: #8D8D8D. Windows color (decimal): -7498647 or 6919309. OLE color: 6919309.

HSL color Cylindrical-coordinate representation of color #8D9469: hue angle of 69.77º 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 #8D9469 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB141148105-
CMYK0.0500.290.42
HSL69.77º17%49.61%-
HSV(B)69.77º29.05%58.04%-
XYZ24.1227.8617.47-
YUV141107.68128-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=35.79%
G=37.56%
B=26.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411481050.0500.290.4269.771749.61
Hex8D9469501D2A461132
Octal2152241515035521062162
Binary10001101100101001101001101011101101010100011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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