#8D9364

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

Shades of Avocado #8D9364

Tints of Avocado #8D9364

Color information

#8D9364 (or 0x8D9364) is unknown color: approx Avocado. HEX triplet: 8D, 93 and 64. RGB value is (141,147,100). Sum of RGB (Red+Green+Blue) = 141+147+100=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9364 is #726C9B. Grayscale: #8C8C8C. Windows color (decimal): -7498908 or 6591373. OLE color: 6591373.

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

Color convert

RGB141147100-
CMYK0.0400.320.42
HSL67.66º19.03%48.43%-
HSV(B)67.66º31.97%57.65%-
XYZ23.7227.4516.1-
YUV139.85105.51128.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.34%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 100 (39.45% from 255) = 25.77%
R=36.34%
G=37.89%
B=25.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471000.0400.320.4267.6619.0348.43
Hex8D936440202A441330
Octal2152231444040521042360
Binary100011011001001111001001000100000101010100010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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