#919769

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

Shades of Avocado #919769

Tints of Avocado #919769

Color information

#919769 (or 0x919769) is unknown color: approx Avocado. HEX triplet: 91, 97 and 69. RGB value is (145,151,105). Sum of RGB (Red+Green+Blue) = 145+151+105=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #919769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919769 is #6E6896. Grayscale: #909090. Windows color (decimal): -7235735 or 6920081. OLE color: 6920081.

HSL color Cylindrical-coordinate representation of color #919769: hue angle of 67.83º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919769 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB145151105-
CMYK0.0400.300.41
HSL67.83º18.11%50.2%-
HSV(B)67.83º30.46%59.22%-
XYZ25.2929.1717.66-
YUV143.96106.01128.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.16%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=36.16%
G=37.66%
B=26.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451511050.0400.300.4167.8318.1150.2
Hex919769401E29441232
Octal2212271514036511042262
Binary10010001100101111101001100011110101001100010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919769; }

 p { color: rgb(145,151,105); }

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

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

 a { background-color: rgb(145,151,105); }

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

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

 span { border-color: rgb(145,151,105); }

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