#939C6D

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

Shades of Avocado #939C6D

Tints of Avocado #939C6D

Color information

#939C6D (or 0x939C6D) is unknown color: approx Avocado. HEX triplet: 93, 9C and 6D. RGB value is (147,156,109). Sum of RGB (Red+Green+Blue) = 147+156+109=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 156 - color contains mainly: green. Hex color #939C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939C6D is #6C6392. Grayscale: #949494. Windows color (decimal): -7103379 or 7183507. OLE color: 7183507.

HSL color Cylindrical-coordinate representation of color #939C6D: hue angle of 71.49º 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 #939C6D is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB147156109-
CMYK0.0600.300.39
HSL71.49º19.18%51.96%-
HSV(B)71.49º30.13%61.18%-
XYZ26.6831.0819.06-
YUV147.95106.02127.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=35.68%
G=37.86%
B=26.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471561090.0600.300.3971.4919.1851.96
Hex939C6D601E27471334
Octal2232341556036471072364
Binary10010011100111001101101110011110100111100011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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