#8D9657

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

Shades of Avocado #8D9657

Tints of Avocado #8D9657

Color information

#8D9657 (or 0x8D9657) is unknown color: approx Avocado. HEX triplet: 8D, 96 and 57. RGB value is (141,150,87). Sum of RGB (Red+Green+Blue) = 141+150+87=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9657 is #7269A8. Grayscale: #8C8C8C. Windows color (decimal): -7498153 or 5740173. OLE color: 5740173.

HSL color Cylindrical-coordinate representation of color #8D9657: hue angle of 68.57º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D9657 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB14115087-
CMYK0.0600.420.41
HSL68.57º26.58%46.47%-
HSV(B)68.57º42%58.82%-
XYZ23.6128.1613.21-
YUV140.1398.02128.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.30%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 87 (34.38% from 255) = 23.02%
R=37.30%
G=39.68%
B=23.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141150870.0600.420.4168.5726.5846.47
Hex8D9657602A29451b2e
Octal2152261276052511053356
Binary100011011001011010101111100101010101001100010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,150,87); }

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

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

 a { background-color: rgb(141,150,87); }

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

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

 span { border-color: rgb(141,150,87); }

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