#919472

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

Shades of Avocado #919472

Tints of Avocado #919472

Color information

#919472 (or 0x919472) is unknown color: approx Avocado. HEX triplet: 91, 94 and 72. RGB value is (145,148,114). Sum of RGB (Red+Green+Blue) = 145+148+114=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #919472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919472 is #6E6B8D. Grayscale: #8F8F8F. Windows color (decimal): -7236494 or 7509137. OLE color: 7509137.

HSL color Cylindrical-coordinate representation of color #919472: hue angle of 65.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #919472 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB145148114-
CMYK0.0200.230.42
HSL65.29º13.71%51.37%-
HSV(B)65.29º22.97%58.04%-
XYZ25.328.4120.07-
YUV143.23111.51129.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=35.63%
G=36.36%
B=28.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451481140.0200.230.4265.2913.7151.37
Hex91947220172A41e33
Octal2212241622027521011663
Binary100100011001010011100101001011110101010000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919472; }

 p { color: rgb(145,148,114); }

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

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

 a { background-color: rgb(145,148,114); }

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

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

 span { border-color: rgb(145,148,114); }

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