#8D9670

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

Shades of Avocado #8D9670

Tints of Avocado #8D9670

Color information

#8D9670 (or 0x8D9670) is unknown color: approx Avocado. HEX triplet: 8D, 96 and 70. RGB value is (141,150,112). Sum of RGB (Red+Green+Blue) = 141+150+112=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9670 is #72698F. Grayscale: #8F8F8F. Windows color (decimal): -7498128 or 7378573. OLE color: 7378573.

HSL color Cylindrical-coordinate representation of color #8D9670: hue angle of 74.21º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D9670 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB141150112-
CMYK0.0600.250.41
HSL74.21º15.32%51.37%-
HSV(B)74.21º25.33%58.82%-
XYZ24.8228.6519.55-
YUV142.98110.52126.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.99%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=34.99%
G=37.22%
B=27.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1411501120.0600.250.4174.2115.3251.37
Hex8D96706019294af33
Octal2152261606031511121763
Binary1000110110010110111000011001100110100110010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,150,112); }

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

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

 a { background-color: rgb(141,150,112); }

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

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

 span { border-color: rgb(141,150,112); }

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