#8C9364

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

Shades of Avocado #8C9364

Tints of Avocado #8C9364

Color information

#8C9364 (or 0x8C9364) is unknown color: approx Avocado. HEX triplet: 8C, 93 and 64. RGB value is (140,147,100). Sum of RGB (Red+Green+Blue) = 140+147+100=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9364 is #736C9B. Grayscale: #8B8B8B. Windows color (decimal): -7564444 or 6591372. OLE color: 6591372.

HSL color Cylindrical-coordinate representation of color #8C9364: hue angle of 68.94º 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 #8C9364 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB140147100-
CMYK0.0500.320.42
HSL68.94º19.03%48.43%-
HSV(B)68.94º31.97%57.65%-
XYZ23.5527.3616.1-
YUV139.55105.68128.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.18%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=36.18%
G=37.98%
B=25.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401471000.0500.320.4268.9419.0348.43
Hex8C936450202A451330
Octal2142231445040521052360
Binary100011001001001111001001010100000101010100010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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