#919063

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

Shades of Avocado #919063

Tints of Avocado #919063

Color information

#919063 (or 0x919063) is unknown color: approx Avocado. HEX triplet: 91, 90 and 63. RGB value is (145,144,99). Sum of RGB (Red+Green+Blue) = 145+144+99=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #919063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919063 is #6E6F9C. Grayscale: #8B8B8B. Windows color (decimal): -7237533 or 6525073. OLE color: 6525073.

HSL color Cylindrical-coordinate representation of color #919063: hue angle of 58.7º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #919063 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14514499-
CMYK00.010.320.43
HSL58.7º18.85%47.84%-
HSV(B)58.7º31.72%56.86%-
XYZ23.926.8715.73-
YUV139.17105.33132.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.37%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 99 (39.06% from 255) = 25.52%
R=37.37%
G=37.11%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451449900.010.320.4358.718.8547.84
Hex91906301202B3b1330
Octal221220143014053732360
Binary100100011001000011000110110000010101111101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919063; }

 p { color: rgb(145,144,99); }

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

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

 a { background-color: rgb(145,144,99); }

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

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

 span { border-color: rgb(145,144,99); }

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