#8D9461

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

Shades of Avocado #8D9461

Tints of Avocado #8D9461

Color information

#8D9461 (or 0x8D9461) is unknown color: approx Avocado. HEX triplet: 8D, 94 and 61. RGB value is (141,148,97). Sum of RGB (Red+Green+Blue) = 141+148+97=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #8D9461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9461 is #726B9E. Grayscale: #8C8C8C. Windows color (decimal): -7498655 or 6395021. OLE color: 6395021.

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

Color convert

RGB14114897-
CMYK0.0500.340.42
HSL68.24º20.82%48.04%-
HSV(B)68.24º34.46%58.04%-
XYZ23.7327.7115.41-
YUV140.09103.68128.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.53%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=36.53%
G=38.34%
B=25.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141148970.0500.340.4268.2420.8248.04
Hex8D946150222A441530
Octal2152241415042521042560
Binary100011011001010011000011010100010101010100010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,148,97); }

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

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

 a { background-color: rgb(141,148,97); }

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

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

 span { border-color: rgb(141,148,97); }

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