#8C936E

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

Shades of Avocado #8C936E

Tints of Avocado #8C936E

Color information

#8C936E (or 0x8C936E) is unknown color: approx Avocado. HEX triplet: 8C, 93 and 6E. RGB value is (140,147,110). Sum of RGB (Red+Green+Blue) = 140+147+110=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #8C936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C936E is #736C91. Grayscale: #8C8C8C. Windows color (decimal): -7564434 or 7246732. OLE color: 7246732.

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

Color convert

RGB140147110-
CMYK0.0500.250.42
HSL71.35º14.62%50.39%-
HSV(B)71.35º25.17%57.65%-
XYZ24.0627.5718.8-
YUV140.69110.68127.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=35.26%
G=37.03%
B=27.71%

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
Decimal1401471100.0500.250.4271.3514.6250.39
Hex8C936E50192A47f32
Octal2142231565031521071762
Binary1000110010010011110111010101100110101010001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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