#8D936D

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

Shades of Avocado #8D936D

Tints of Avocado #8D936D

Color information

#8D936D (or 0x8D936D) is unknown color: approx Avocado. HEX triplet: 8D, 93 and 6D. RGB value is (141,147,109). Sum of RGB (Red+Green+Blue) = 141+147+109=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #8D936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D936D is #726C92. Grayscale: #8D8D8D. Windows color (decimal): -7498899 or 7181197. OLE color: 7181197.

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

Color convert

RGB141147109-
CMYK0.0400.260.42
HSL69.47º14.96%50.2%-
HSV(B)69.47º25.85%57.65%-
XYZ24.1827.6318.53-
YUV140.87110.01128.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=35.52%
G=37.03%
B=27.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471090.0400.260.4269.4714.9650.2
Hex8D936D401A2A45f32
Octal2152231554032521051762
Binary1000110110010011110110110001101010101010001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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