#8D9357

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

Shades of Avocado #8D9357

Tints of Avocado #8D9357

Color information

#8D9357 (or 0x8D9357) is unknown color: approx Avocado. HEX triplet: 8D, 93 and 57. RGB value is (141,147,87). Sum of RGB (Red+Green+Blue) = 141+147+87=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9357 is #726CA8. Grayscale: #8A8A8A. Windows color (decimal): -7498921 or 5739405. OLE color: 5739405.

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

Color convert

RGB14114787-
CMYK0.0400.410.42
HSL66º25.64%45.88%-
HSV(B)66º40.82%57.65%-
XYZ23.1427.2213.05-
YUV138.3799.01129.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.6%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 87 (34.38% from 255) = 23.2%
R=37.6%
G=39.2%
B=23.2%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141147870.0400.410.426625.6445.88
Hex8D935740292A421a2e
Octal2152231274051521023256
Binary100011011001001110101111000101001101010100001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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