#8F995F

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

Shades of Avocado #8F995F

Tints of Avocado #8F995F

Color information

#8F995F (or 0x8F995F) is unknown color: approx Avocado. HEX triplet: 8F, 99 and 5F. RGB value is (143,153,95). Sum of RGB (Red+Green+Blue) = 143+153+95=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #8F995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F995F is #7066A0. Grayscale: #8F8F8F. Windows color (decimal): -7366305 or 6265231. OLE color: 6265231.

HSL color Cylindrical-coordinate representation of color #8F995F: hue angle of 70.34º 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 #8F995F is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB14315395-
CMYK0.0700.380.4
HSL70.34º23.39%48.63%-
HSV(B)70.34º37.91%60%-
XYZ24.7829.4515.2-
YUV143.4100.69127.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.57%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=36.57%
G=39.13%
B=24.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal143153950.0700.380.470.3423.3948.63
Hex8F995F702628461731
Octal2172311377046501062761
Binary100011111001100110111111110100110101000100011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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