#939460

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

Shades of Avocado #939460

Tints of Avocado #939460

Color information

#939460 (or 0x939460) is unknown color: approx Avocado. HEX triplet: 93, 94 and 60. RGB value is (147,148,96). Sum of RGB (Red+Green+Blue) = 147+148+96=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #939460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939460 is #6C6B9F. Grayscale: #8D8D8D. Windows color (decimal): -7105440 or 6329491. OLE color: 6329491.

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

Color convert

RGB14714896-
CMYK0.0100.350.42
HSL61.15º21.31%47.84%-
HSV(B)61.15º35.14%58.04%-
XYZ24.7328.2315.21-
YUV141.77102.17131.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 96 (37.89% from 255) = 24.55%
R=37.60%
G=37.85%
B=24.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147148960.0100.350.4261.1521.3147.84
Hex93946010232A3d1530
Octal223224140104352752560
Binary100100111001010011000001010001110101011110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939460; }

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

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

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

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

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

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

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

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