#919773

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

Shades of Avocado #919773

Tints of Avocado #919773

Color information

#919773 (or 0x919773) is unknown color: approx Avocado. HEX triplet: 91, 97 and 73. RGB value is (145,151,115). Sum of RGB (Red+Green+Blue) = 145+151+115=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #919773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919773 is #6E688C. Grayscale: #919191. Windows color (decimal): -7235725 or 7575441. OLE color: 7575441.

HSL color Cylindrical-coordinate representation of color #919773: hue angle of 70º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919773 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB145151115-
CMYK0.0400.240.41
HSL70º14.75%52.16%-
HSV(B)70º23.84%59.22%-
XYZ25.8429.3920.53-
YUV145.1111.01127.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.28%
GREEN value IS 151 (59.38% from 255) = 36.74%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=35.28%
G=36.74%
B=27.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451511150.0400.240.417014.7552.16
Hex91977340182946f34
Octal2212271634030511061764
Binary1001000110010111111001110001100010100110001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919773; }

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

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

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

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

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

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

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

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