#8B936E

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

Shades of Avocado #8B936E

Tints of Avocado #8B936E

Color information

#8B936E (or 0x8B936E) is unknown color: approx Avocado. HEX triplet: 8B, 93 and 6E. RGB value is (139,147,110). Sum of RGB (Red+Green+Blue) = 139+147+110=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #8B936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B936E is #746C91. Grayscale: #8C8C8C. Windows color (decimal): -7629970 or 7246731. OLE color: 7246731.

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

Color convert

RGB139147110-
CMYK0.0500.250.42
HSL72.97º14.62%50.39%-
HSV(B)72.97º25.17%57.65%-
XYZ23.927.4818.8-
YUV140.39110.85127.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 110 (43.36% from 255) = 27.78%
R=35.10%
G=37.12%
B=27.78%

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
Decimal1391471100.0500.250.4272.9714.6250.39
Hex8B936E50192A49f32
Octal2132231565031521111762
Binary1000101110010011110111010101100110101010010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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