#8B9370

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

Shades of Avocado #8B9370

Tints of Avocado #8B9370

Color information

#8B9370 (or 0x8B9370) is unknown color: approx Avocado. HEX triplet: 8B, 93 and 70. RGB value is (139,147,112). Sum of RGB (Red+Green+Blue) = 139+147+112=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9370 is #746C8F. Grayscale: #8C8C8C. Windows color (decimal): -7629968 or 7377803. OLE color: 7377803.

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

Color convert

RGB139147112-
CMYK0.0500.240.42
HSL73.71º13.94%50.78%-
HSV(B)73.71º23.81%57.65%-
XYZ24.0127.5319.38-
YUV140.62111.85126.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=34.92%
G=36.93%
B=28.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391471120.0500.240.4273.7113.9450.78
Hex8B937050182A4ae33
Octal2132231605030521121663
Binary1000101110010011111000010101100010101010010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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