#899369

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

Shades of Avocado #899369

Tints of Avocado #899369

Color information

#899369 (or 0x899369) is unknown color: approx Avocado. HEX triplet: 89, 93 and 69. RGB value is (137,147,105). Sum of RGB (Red+Green+Blue) = 137+147+105=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #899369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899369 is #766C96. Grayscale: #8B8B8B. Windows color (decimal): -7761047 or 6919049. OLE color: 6919049.

HSL color Cylindrical-coordinate representation of color #899369: hue angle of 74.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #899369 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB137147105-
CMYK0.0700.290.42
HSL74.29º16.67%49.41%-
HSV(B)74.29º28.57%57.65%-
XYZ23.327.2117.39-
YUV139.22108.69126.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 147 (57.81% from 255) = 37.79%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=35.22%
G=37.79%
B=26.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371471050.0700.290.4274.2916.6749.41
Hex899369701D2A4a1131
Octal2112231517035521122161
Binary10001001100100111101001111011101101010100101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899369; }

 p { color: rgb(137,147,105); }

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

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

 a { background-color: rgb(137,147,105); }

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

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

 span { border-color: rgb(137,147,105); }

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