#8C9466

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

Shades of Avocado #8C9466

Tints of Avocado #8C9466

Color information

#8C9466 (or 0x8C9466) is unknown color: approx Avocado. HEX triplet: 8C, 94 and 66. RGB value is (140,148,102). Sum of RGB (Red+Green+Blue) = 140+148+102=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9466 is #736B99. Grayscale: #8C8C8C. Windows color (decimal): -7564186 or 6722700. OLE color: 6722700.

HSL color Cylindrical-coordinate representation of color #8C9466: hue angle of 70.43º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C9466 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB140148102-
CMYK0.0500.310.42
HSL70.43º18.4%49.02%-
HSV(B)70.43º31.08%58.04%-
XYZ23.827.7116.67-
YUV140.36106.35127.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=35.90%
G=37.95%
B=26.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401481020.0500.310.4270.4318.449.02
Hex8C9466501F2A461231
Octal2142241465037521062261
Binary10001100100101001100110101011111101010100011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,148,102); }

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

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

 a { background-color: rgb(140,148,102); }

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

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

 span { border-color: rgb(140,148,102); }

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