#8B936D

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

Shades of Avocado #8B936D

Tints of Avocado #8B936D

Color information

#8B936D (or 0x8B936D) is unknown color: approx Avocado. HEX triplet: 8B, 93 and 6D. RGB value is (139,147,109). Sum of RGB (Red+Green+Blue) = 139+147+109=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #8B936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B936D is #746C92. Grayscale: #8C8C8C. Windows color (decimal): -7629971 or 7181195. OLE color: 7181195.

HSL color Cylindrical-coordinate representation of color #8B936D: hue angle of 72.63º 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 #8B936D is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB139147109-
CMYK0.0500.260.42
HSL72.63º14.96%50.2%-
HSV(B)72.63º25.85%57.65%-
XYZ23.8427.4618.51-
YUV140.28110.35127.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.19%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=35.19%
G=37.22%
B=27.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391471090.0500.260.4272.6314.9650.2
Hex8B936D501A2A49f32
Octal2132231555032521111762
Binary1000101110010011110110110101101010101010010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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