#939A6B

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

Shades of Avocado #939A6B

Tints of Avocado #939A6B

Color information

#939A6B (or 0x939A6B) is unknown color: approx Avocado. HEX triplet: 93, 9A and 6B. RGB value is (147,154,107). Sum of RGB (Red+Green+Blue) = 147+154+107=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 154 - color contains mainly: green. Hex color #939A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939A6B is #6C6594. Grayscale: #929292. Windows color (decimal): -7103893 or 7051923. OLE color: 7051923.

HSL color Cylindrical-coordinate representation of color #939A6B: hue angle of 68.94º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #939A6B is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB147154107-
CMYK0.0500.310.40
HSL68.94º18.88%51.18%-
HSV(B)68.94º30.52%60.39%-
XYZ26.2430.3818.39-
YUV146.55105.68128.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 107 (42.19% from 255) = 26.23%
R=36.03%
G=37.75%
B=26.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471541070.0500.310.4068.9418.8851.18
Hex939A6B501F28451333
Octal2232321535037501052363
Binary10010011100110101101011101011111101000100010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939A6B; }

 p { color: rgb(147,154,107); }

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

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

 a { background-color: rgb(147,154,107); }

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

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

 span { border-color: rgb(147,154,107); }

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