#939466

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

Shades of Avocado #939466

Tints of Avocado #939466

Color information

#939466 (or 0x939466) is unknown color: approx Avocado. HEX triplet: 93, 94 and 66. RGB value is (147,148,102). Sum of RGB (Red+Green+Blue) = 147+148+102=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #939466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939466 is #6C6B99. Grayscale: #8E8E8E. Windows color (decimal): -7105434 or 6722707. OLE color: 6722707.

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

Color convert

RGB147148102-
CMYK0.0100.310.42
HSL61.3º18.4%49.02%-
HSV(B)61.3º31.08%58.04%-
XYZ25.0228.3416.72-
YUV142.46105.17131.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=37.03%
G=37.28%
B=25.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471481020.0100.310.4261.318.449.02
Hex939466101F2A3d1231
Octal223224146103752752261
Binary10010011100101001100110101111110101011110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939466; }

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

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

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

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

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

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

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

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