#929669

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

Shades of Avocado #929669

Tints of Avocado #929669

Color information

#929669 (or 0x929669) is unknown color: approx Avocado. HEX triplet: 92, 96 and 69. RGB value is (146,150,105). Sum of RGB (Red+Green+Blue) = 146+150+105=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #929669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929669 is #6D6996. Grayscale: #8F8F8F. Windows color (decimal): -7170455 or 6919826. OLE color: 6919826.

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

Color convert

RGB146150105-
CMYK0.0300.300.41
HSL65.33º17.65%50%-
HSV(B)65.33º30%58.82%-
XYZ25.3128.9417.62-
YUV143.67106.17129.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.41%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=36.41%
G=37.41%
B=26.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461501050.0300.300.4165.3317.6550
Hex929669301E29411232
Octal2222261513036511012262
Binary1001001010010110110100111011110101001100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929669; }

 p { color: rgb(146,150,105); }

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

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

 a { background-color: rgb(146,150,105); }

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

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

 span { border-color: rgb(146,150,105); }

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