#899660

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

Shades of Avocado #899660

Tints of Avocado #899660

Color information

#899660 (or 0x899660) is unknown color: approx Avocado. HEX triplet: 89, 96 and 60. RGB value is (137,150,96). Sum of RGB (Red+Green+Blue) = 137+150+96=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 150 - color contains mainly: green. Hex color #899660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899660 is #76699F. Grayscale: #8C8C8C. Windows color (decimal): -7760288 or 6329993. OLE color: 6329993.

HSL color Cylindrical-coordinate representation of color #899660: hue angle of 74.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #899660 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB13715096-
CMYK0.0900.360.41
HSL74.44º21.95%48.24%-
HSV(B)74.44º36%58.82%-
XYZ23.3327.9815.24-
YUV139.96103.19125.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 150 (58.98% from 255) = 39.16%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=35.77%
G=39.16%
B=25.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137150960.0900.360.4174.4421.9548.24
Hex8996609024294a1630
Octal21122614011044511122660
Binary1000100110010110110000010010100100101001100101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899660; }

 p { color: rgb(137,150,96); }

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

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

 a { background-color: rgb(137,150,96); }

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

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

 span { border-color: rgb(137,150,96); }

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