#8C9570

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

Shades of Avocado #8C9570

Tints of Avocado #8C9570

Color information

#8C9570 (or 0x8C9570) is unknown color: approx Avocado. HEX triplet: 8C, 95 and 70. RGB value is (140,149,112). Sum of RGB (Red+Green+Blue) = 140+149+112=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9570 is #736A8F. Grayscale: #8E8E8E. Windows color (decimal): -7563920 or 7378316. OLE color: 7378316.

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

Color convert

RGB140149112-
CMYK0.0600.250.42
HSL74.59º14.86%51.18%-
HSV(B)74.59º24.83%58.43%-
XYZ24.4928.2419.49-
YUV142.09111.02126.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.91%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=34.91%
G=37.16%
B=27.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401491120.0600.250.4274.5914.8651.18
Hex8C957060192A4bf33
Octal2142251606031521131763
Binary1000110010010101111000011001100110101010010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,149,112); }

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

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

 a { background-color: rgb(140,149,112); }

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

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

 span { border-color: rgb(140,149,112); }

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