#939465

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

Shades of Avocado #939465

Tints of Avocado #939465

Color information

#939465 (or 0x939465) is unknown color: approx Avocado. HEX triplet: 93, 94 and 65. RGB value is (147,148,101). Sum of RGB (Red+Green+Blue) = 147+148+101=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #939465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939465 is #6C6B9A. Grayscale: #8E8E8E. Windows color (decimal): -7105435 or 6657171. OLE color: 6657171.

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

Color convert

RGB147148101-
CMYK0.0100.320.42
HSL61.28º18.88%48.82%-
HSV(B)61.28º31.76%58.04%-
XYZ24.9728.3216.46-
YUV142.34104.67131.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=37.12%
G=37.37%
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
Decimal1471481010.0100.320.4261.2818.8848.82
Hex93946510202A3d1331
Octal223224145104052752361
Binary100100111001010011001011010000010101011110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939465; }

 p { color: rgb(147,148,101); }

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

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

 a { background-color: rgb(147,148,101); }

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

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

 span { border-color: rgb(147,148,101); }

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