#8F926B

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

Shades of Avocado #8F926B

Tints of Avocado #8F926B

Color information

#8F926B (or 0x8F926B) is unknown color: approx Avocado. HEX triplet: 8F, 92 and 6B. RGB value is (143,146,107). Sum of RGB (Red+Green+Blue) = 143+146+107=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #8F926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F926B is #706D94. Grayscale: #8C8C8C. Windows color (decimal): -7368085 or 7049871. OLE color: 7049871.

HSL color Cylindrical-coordinate representation of color #8F926B: hue angle of 64.62º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F926B is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB143146107-
CMYK0.0200.270.43
HSL64.62º15.42%49.61%-
HSV(B)64.62º26.71%57.25%-
XYZ24.2627.4617.93-
YUV140.66109.01129.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.11%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 107 (42.19% from 255) = 27.02%
R=36.11%
G=36.87%
B=27.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431461070.0200.270.4364.6215.4249.61
Hex8F926B201B2B41f32
Octal2172221532033531011762
Binary100011111001001011010111001101110101110000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,146,107); }

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

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

 a { background-color: rgb(143,146,107); }

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

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

 span { border-color: rgb(143,146,107); }

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