#899761

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

Shades of Avocado #899761

Tints of Avocado #899761

Color information

#899761 (or 0x899761) is unknown color: approx Avocado. HEX triplet: 89, 97 and 61. RGB value is (137,151,97). Sum of RGB (Red+Green+Blue) = 137+151+97=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #899761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899761 is #76689E. Grayscale: #8C8C8C. Windows color (decimal): -7760031 or 6395785. OLE color: 6395785.

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

Color convert

RGB13715197-
CMYK0.0900.360.41
HSL75.56º21.77%48.63%-
HSV(B)75.56º35.76%59.22%-
XYZ23.5428.3115.53-
YUV140.66103.36125.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 151 (59.38% from 255) = 39.22%
BLUE value IS 97 (38.28% from 255) = 25.19%
R=35.58%
G=39.22%
B=25.19%

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
Decimal137151970.0900.360.4175.5621.7748.63
Hex8997619024294c1631
Octal21122714111044511142661
Binary1000100110010111110000110010100100101001100110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899761; }

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

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

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

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

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

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

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

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