#919A6C

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

Shades of Avocado #919A6C

Tints of Avocado #919A6C

Color information

#919A6C (or 0x919A6C) is unknown color: approx Avocado. HEX triplet: 91, 9A and 6C. RGB value is (145,154,108). Sum of RGB (Red+Green+Blue) = 145+154+108=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 154 - color contains mainly: green. Hex color #919A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919A6C is #6E6593. Grayscale: #929292. Windows color (decimal): -7234964 or 7117457. OLE color: 7117457.

HSL color Cylindrical-coordinate representation of color #919A6C: hue angle of 71.74º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919A6C is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB145154108-
CMYK0.0600.300.40
HSL71.74º18.55%51.37%-
HSV(B)71.74º29.87%60.39%-
XYZ25.9430.2118.65-
YUV146.06106.52127.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=35.63%
G=37.84%
B=26.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451541080.0600.300.4071.7418.5551.37
Hex919A6C601E28481333
Octal2212321546036501102363
Binary10010001100110101101100110011110101000100100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919A6C; }

 p { color: rgb(145,154,108); }

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

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

 a { background-color: rgb(145,154,108); }

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

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

 span { border-color: rgb(145,154,108); }

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