#939B6D

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

Shades of Avocado #939B6D

Tints of Avocado #939B6D

Color information

#939B6D (or 0x939B6D) is unknown color: approx Avocado. HEX triplet: 93, 9B and 6D. RGB value is (147,155,109). Sum of RGB (Red+Green+Blue) = 147+155+109=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #939B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939B6D is #6C6492. Grayscale: #939393. Windows color (decimal): -7103635 or 7183251. OLE color: 7183251.

HSL color Cylindrical-coordinate representation of color #939B6D: hue angle of 70.43º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #939B6D is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB147155109-
CMYK0.0500.300.39
HSL70.43º18.7%51.76%-
HSV(B)70.43º29.68%60.78%-
XYZ26.5130.7519.01-
YUV147.36106.35127.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.77%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=35.77%
G=37.71%
B=26.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471551090.0500.300.3970.4318.751.76
Hex939B6D501E27461334
Octal2232331555036471062364
Binary10010011100110111101101101011110100111100011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,155,109); }

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

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

 a { background-color: rgb(147,155,109); }

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

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

 span { border-color: rgb(147,155,109); }

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