#8F9961

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

Shades of Avocado #8F9961

Tints of Avocado #8F9961

Color information

#8F9961 (or 0x8F9961) is unknown color: approx Avocado. HEX triplet: 8F, 99 and 61. RGB value is (143,153,97). Sum of RGB (Red+Green+Blue) = 143+153+97=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9961 is #70669E. Grayscale: #8F8F8F. Windows color (decimal): -7366303 or 6396303. OLE color: 6396303.

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

Color convert

RGB14315397-
CMYK0.0700.370.4
HSL70.71º22.4%49.02%-
HSV(B)70.71º36.6%60%-
XYZ24.8829.4915.69-
YUV143.63101.69127.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.39%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=36.39%
G=38.93%
B=24.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal143153970.0700.370.470.7122.449.02
Hex8F9961702528471631
Octal2172311417045501072661
Binary100011111001100111000011110100101101000100011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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