#8F956C

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

Shades of Avocado #8F956C

Tints of Avocado #8F956C

Color information

#8F956C (or 0x8F956C) is unknown color: approx Avocado. HEX triplet: 8F, 95 and 6C. RGB value is (143,149,108). Sum of RGB (Red+Green+Blue) = 143+149+108=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #8F956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F956C is #706A93. Grayscale: #8E8E8E. Windows color (decimal): -7367316 or 7116175. OLE color: 7116175.

HSL color Cylindrical-coordinate representation of color #8F956C: hue angle of 68.78º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F956C is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB143149108-
CMYK0.0400.280.42
HSL68.78º16.21%50.39%-
HSV(B)68.78º27.52%58.43%-
XYZ24.7828.4218.37-
YUV142.53108.51128.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.75%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 108 (42.58% from 255) = 27%
R=35.75%
G=37.25%
B=27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431491080.0400.280.4268.7816.2150.39
Hex8F956C401C2A451032
Octal2172251544034521052062
Binary10001111100101011101100100011100101010100010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,149,108); }

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

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

 a { background-color: rgb(143,149,108); }

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

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

 span { border-color: rgb(143,149,108); }

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