#8C936A

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

Shades of Avocado #8C936A

Tints of Avocado #8C936A

Color information

#8C936A (or 0x8C936A) is unknown color: approx Avocado. HEX triplet: 8C, 93 and 6A. RGB value is (140,147,106). Sum of RGB (Red+Green+Blue) = 140+147+106=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #8C936A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C936A is #736C95. Grayscale: #8C8C8C. Windows color (decimal): -7564438 or 6984588. OLE color: 6984588.

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

Color convert

RGB140147106-
CMYK0.0500.280.42
HSL70.24º16.21%49.61%-
HSV(B)70.24º27.89%57.65%-
XYZ23.8527.4817.68-
YUV140.23108.68127.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 106 (41.80% from 255) = 26.97%
R=35.62%
G=37.40%
B=26.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401471060.0500.280.4270.2416.2149.61
Hex8C936A501C2A461032
Octal2142231525034521062062
Binary10001100100100111101010101011100101010100011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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