#8D995F

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

Shades of Avocado #8D995F

Tints of Avocado #8D995F

Color information

#8D995F (or 0x8D995F) is unknown color: approx Avocado. HEX triplet: 8D, 99 and 5F. RGB value is (141,153,95). Sum of RGB (Red+Green+Blue) = 141+153+95=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #8D995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D995F is #7266A0. Grayscale: #8F8F8F. Windows color (decimal): -7497377 or 6265229. OLE color: 6265229.

HSL color Cylindrical-coordinate representation of color #8D995F: hue angle of 72.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D995F is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB14115395-
CMYK0.0800.380.4
HSL72.41º23.39%48.63%-
HSV(B)72.41º37.91%60%-
XYZ24.4429.2715.19-
YUV142.8101.02126.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.25%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 95 (37.5% from 255) = 24.42%
R=36.25%
G=39.33%
B=24.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141153950.0800.380.472.4123.3948.63
Hex8D995F802628481731
Octal21523113710046501102761
Binary1000110110011001101111110000100110101000100100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,153,95); }

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

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

 a { background-color: rgb(141,153,95); }

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

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

 span { border-color: rgb(141,153,95); }

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