#8F9765

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

Shades of Avocado #8F9765

Tints of Avocado #8F9765

Color information

#8F9765 (or 0x8F9765) is unknown color: approx Avocado. HEX triplet: 8F, 97 and 65. RGB value is (143,151,101). Sum of RGB (Red+Green+Blue) = 143+151+101=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9765 is #70689A. Grayscale: #8F8F8F. Windows color (decimal): -7366811 or 6657935. OLE color: 6657935.

HSL color Cylindrical-coordinate representation of color #8F9765: hue angle of 69.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F9765 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB143151101-
CMYK0.0500.330.41
HSL69.6º19.84%49.41%-
HSV(B)69.6º33.11%59.22%-
XYZ24.7428.9116.59-
YUV142.91104.35128.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.20%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=36.20%
G=38.23%
B=25.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1431511010.0500.330.4169.619.8449.41
Hex8F9765502129461431
Octal2172271455041511062461
Binary100011111001011111001011010100001101001100011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,151,101); }

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

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

 a { background-color: rgb(143,151,101); }

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

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

 span { border-color: rgb(143,151,101); }

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