#8C946F

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

Shades of Avocado #8C946F

Tints of Avocado #8C946F

Color information

#8C946F (or 0x8C946F) is unknown color: approx Avocado. HEX triplet: 8C, 94 and 6F. RGB value is (140,148,111). Sum of RGB (Red+Green+Blue) = 140+148+111=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #8C946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C946F is #736B90. Grayscale: #8D8D8D. Windows color (decimal): -7564177 or 7312524. OLE color: 7312524.

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

Color convert

RGB140148111-
CMYK0.0500.250.42
HSL72.97º14.74%50.78%-
HSV(B)72.97º25%58.04%-
XYZ24.2727.919.15-
YUV141.39110.85127.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=35.09%
G=37.09%
B=27.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401481110.0500.250.4272.9714.7450.78
Hex8C946F50192A49f33
Octal2142241575031521111763
Binary1000110010010100110111110101100110101010010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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