#8A956D

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

Shades of Avocado #8A956D

Tints of Avocado #8A956D

Color information

#8A956D (or 0x8A956D) is unknown color: approx Avocado. HEX triplet: 8A, 95 and 6D. RGB value is (138,149,109). Sum of RGB (Red+Green+Blue) = 138+149+109=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #8A956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A956D is #756A92. Grayscale: #8D8D8D. Windows color (decimal): -7694995 or 7181706. OLE color: 7181706.

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

Color convert

RGB138149109-
CMYK0.0700.270.42
HSL76.5º15.87%50.59%-
HSV(B)76.5º26.85%58.43%-
XYZ23.992818.61-
YUV141.15109.86125.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=34.85%
G=37.63%
B=27.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381491090.0700.270.4276.515.8750.59
Hex8A956D701B2A4c1033
Octal2122251557033521142063
Binary10001010100101011101101111011011101010100110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,149,109); }

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

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

 a { background-color: rgb(138,149,109); }

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

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

 span { border-color: rgb(138,149,109); }

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