#8D9363

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

Shades of Avocado #8D9363

Tints of Avocado #8D9363

Color information

#8D9363 (or 0x8D9363) is unknown color: approx Avocado. HEX triplet: 8D, 93 and 63. RGB value is (141,147,99). Sum of RGB (Red+Green+Blue) = 141+147+99=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9363 is #726C9C. Grayscale: #8B8B8B. Windows color (decimal): -7498909 or 6525837. OLE color: 6525837.

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

Color convert

RGB14114799-
CMYK0.0400.330.42
HSL67.5º19.51%48.24%-
HSV(B)67.5º32.65%57.65%-
XYZ23.6727.4315.85-
YUV139.73105.01128.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.43%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 99 (39.06% from 255) = 25.58%
R=36.43%
G=37.98%
B=25.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141147990.0400.330.4267.519.5148.24
Hex8D936340212A441430
Octal2152231434041521042460
Binary100011011001001111000111000100001101010100010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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