#8D956A

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

Shades of Avocado #8D956A

Tints of Avocado #8D956A

Color information

#8D956A (or 0x8D956A) is unknown color: approx Avocado. HEX triplet: 8D, 95 and 6A. RGB value is (141,149,106). Sum of RGB (Red+Green+Blue) = 141+149+106=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #8D956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D956A is #726A95. Grayscale: #8D8D8D. Windows color (decimal): -7498390 or 6985101. OLE color: 6985101.

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

Color convert

RGB141149106-
CMYK0.0500.290.42
HSL71.16º16.86%50%-
HSV(B)71.16º28.86%58.43%-
XYZ24.3328.217.8-
YUV141.71107.85127.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.61%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=35.61%
G=37.63%
B=26.77%

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
Decimal1411491060.0500.290.4271.1616.8650
Hex8D956A501D2A471132
Octal2152251525035521072162
Binary10001101100101011101010101011101101010100011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,149,106); }

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

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

 a { background-color: rgb(141,149,106); }

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

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

 span { border-color: rgb(141,149,106); }

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