#919364

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

Shades of Avocado #919364

Tints of Avocado #919364

Color information

#919364 (or 0x919364) is unknown color: approx Avocado. HEX triplet: 91, 93 and 64. RGB value is (145,147,100). Sum of RGB (Red+Green+Blue) = 145+147+100=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #919364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919364 is #6E6C9B. Grayscale: #8D8D8D. Windows color (decimal): -7236764 or 6591377. OLE color: 6591377.

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

Color convert

RGB145147100-
CMYK0.0100.320.42
HSL62.55º19.03%48.43%-
HSV(B)62.55º31.97%57.65%-
XYZ24.4127.8116.14-
YUV141.04104.84130.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.99%
GREEN value IS 147 (57.81% from 255) = 37.5%
BLUE value IS 100 (39.45% from 255) = 25.51%
R=36.99%
G=37.5%
B=25.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451471000.0100.320.4262.5519.0348.43
Hex91936410202A3f1330
Octal221223144104052772360
Binary100100011001001111001001010000010101011111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919364; }

 p { color: rgb(145,147,100); }

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

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

 a { background-color: rgb(145,147,100); }

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

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

 span { border-color: rgb(145,147,100); }

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