#899765

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

Shades of Avocado #899765

Tints of Avocado #899765

Color information

#899765 (or 0x899765) is unknown color: approx Avocado. HEX triplet: 89, 97 and 65. RGB value is (137,151,101). Sum of RGB (Red+Green+Blue) = 137+151+101=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #899765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899765 is #76689A. Grayscale: #8D8D8D. Windows color (decimal): -7760027 or 6657929. OLE color: 6657929.

HSL color Cylindrical-coordinate representation of color #899765: hue angle of 76.8º 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 #899765 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB137151101-
CMYK0.0900.330.41
HSL76.8º19.84%49.41%-
HSV(B)76.8º33.11%59.22%-
XYZ23.7328.3916.54-
YUV141.11105.36125.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 151 (59.38% from 255) = 38.82%
BLUE value IS 101 (39.84% from 255) = 25.96%
R=35.22%
G=38.82%
B=25.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371511010.0900.330.4176.819.8449.41
Hex8997659021294d1431
Octal21122714511041511152461
Binary1000100110010111110010110010100001101001100110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899765; }

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

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

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

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

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

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

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

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