#8D946C

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

Shades of Avocado #8D946C

Tints of Avocado #8D946C

Color information

#8D946C (or 0x8D946C) is unknown color: approx Avocado. HEX triplet: 8D, 94 and 6C. RGB value is (141,148,108). Sum of RGB (Red+Green+Blue) = 141+148+108=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #8D946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D946C is #726B93. Grayscale: #8D8D8D. Windows color (decimal): -7498644 or 7115917. OLE color: 7115917.

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

Color convert

RGB141148108-
CMYK0.0500.270.42
HSL70.5º15.75%50.2%-
HSV(B)70.5º27.03%58.04%-
XYZ24.2827.9318.3-
YUV141.35109.18127.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=35.52%
G=37.28%
B=27.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411481080.0500.270.4270.515.7550.2
Hex8D946C501B2A461032
Octal2152241545033521062062
Binary10001101100101001101100101011011101010100011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,148,108); }

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

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

 a { background-color: rgb(141,148,108); }

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

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

 span { border-color: rgb(141,148,108); }

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