#919475

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

Shades of Avocado #919475

Tints of Avocado #919475

Color information

#919475 (or 0x919475) is unknown color: approx Avocado. HEX triplet: 91, 94 and 75. RGB value is (145,148,117). Sum of RGB (Red+Green+Blue) = 145+148+117=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 148 - color contains mainly: green. Hex color #919475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919475 is #6E6B8A. Grayscale: #8F8F8F. Windows color (decimal): -7236491 or 7705745. OLE color: 7705745.

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

Color convert

RGB145148117-
CMYK0.0200.210.42
HSL65.81º12.65%51.96%-
HSV(B)65.81º20.95%58.04%-
XYZ25.4828.4820.98-
YUV143.57113.01129.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=35.37%
G=36.10%
B=28.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451481170.0200.210.4265.8112.6551.96
Hex91947520152A42d34
Octal2212241652025521021564
Binary100100011001010011101011001010110101010000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919475; }

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

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

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

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

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

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

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

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