#8D9568

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

Shades of Avocado #8D9568

Tints of Avocado #8D9568

Color information

#8D9568 (or 0x8D9568) is unknown color: approx Avocado. HEX triplet: 8D, 95 and 68. RGB value is (141,149,104). Sum of RGB (Red+Green+Blue) = 141+149+104=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9568 is #726A97. Grayscale: #8D8D8D. Windows color (decimal): -7498392 or 6854029. OLE color: 6854029.

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

Color convert

RGB141149104-
CMYK0.0500.300.42
HSL70.67º17.79%49.61%-
HSV(B)70.67º30.2%58.43%-
XYZ24.2328.1617.25-
YUV141.48106.85127.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 104 (41.02% from 255) = 26.40%
R=35.79%
G=37.82%
B=26.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411491040.0500.300.4270.6717.7949.61
Hex8D9568501E2A471232
Octal2152251505036521072262
Binary10001101100101011101000101011110101010100011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,149,104); }

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

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

 a { background-color: rgb(141,149,104); }

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

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

 span { border-color: rgb(141,149,104); }

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