COLOR #6E7960

HEX: #6E7960 RGB: (110,121,96)

Color info

#6E7960 contains red, green and blue colors in about the same proportion. Web safe color of #6E7960 is #666666 (or #666).

RGB color model

#6E7960 color RGB value is (110,121,96).

RGB: (110,121,96) (43%, 47%, 38%)

RGB channels and saturation

R 110 of 255 = 43%
G 121 of 255 = 47%
B 96 of 255 = 38%

110
121
96

R + G + B ~ 43%. #6E7960 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 121 + 96 = 327 (100%)
R 110 of 327 ~ 33.64%
G 121 of 327 ~ 37%
B 96 of 327 ~ 29.36'%

%33.64
%37
%29.36

CMYK color model

#6E7960 color CMYK value is (9,0,21,53).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 20.66%
  • key color value is 52.55%

CMYK: (9,0,21,53)
C9M0Y21K53 (9%, 0%, 21%, 53%)
(0.09 / 0.00 / 0.21 / 0.53)

CMYK percentages

%9.09
%0
%20.66
%52.55

Codes

Color #6E7960 in popluar color models

6E 79 60
RGB 110 121 96
HSL 86° 11.52% 42.55%
HSB/HSV 86° 20.66% 47.45%
CMYK 9.09% 0.00% 20.66%
52.55%

Color #6E7960 in popluar number systems.

HEX 6E 79 60
Decimal 110 121 96
Binary 1101110 1111001 1100000
Octal 156 171 140

Shades and tints

Shades of #6E7960

#6E7960
(110,121,96)
#646E58
(100,110,88)
#5A6350
(90,99,80)
#505848
(80,88,72)
#464D40
(70,77,64)
#3C4238
(60,66,56)
#323730
(50,55,48)
#282C28
(40,44,40)
#1E2120
(30,33,32)
#141618
(20,22,24)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #6E7960

#6E7960
(110,121,96)
#7B856E
(123,133,110)
#88917C
(136,145,124)
#959D8A
(149,157,138)
#A2A998
(162,169,152)
#AFB5A6
(175,181,166)
#BCC1B4
(188,193,180)
#C9CDC2
(201,205,194)
#D6D9D0
(214,217,208)
#E3E5DE
(227,229,222)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7960 color. Also use rgb(110,121,96) instead hex code.

Text Font Color

.myTextColor { color: #6E7960; }

<p style="color:#6E7960">This sample text font color is #6E7960.</p>

This text font color is #6E7960.

Background Color

.myBgColor { background-color: #6E7960; }

<div style="background-color:#6E7960">Inner text</div>

This div background color is #6E7960.

Border color

.myBorderColor { border: 1px solid #6E7960; }

<div style="border:3px solid #6E7960">Div</div>

This div border color is #6E7960.

Opacity

.myOpacity80 { color: #6E7960; opacity: 0.8; }

<p style="color:#6E7960;opacity:0.8;">80%</p>

Text with #6E7960 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E7960;}

<p style="text-shadow: 3px 3px 1px #6E7960">Text here.</p>

This text has shadow with #6E7960 color.


.textShadow {text-shadow: 3px 3px 1px #6E7960', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E7960, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E7960 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E7960, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E7960, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E7960 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E7960;
-webkit-box-shadow: 1px 1px 3px 2px #6E7960;
box-shadow: 1px 1px 3px 2px #6E7960;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E7960; -webkit-box-shadow: 1px 1px 3px 2px #6E7960; box-shadow:1px 1px 3px 2px #6E7960;">
Div content here
</div>

This div box has shadow with color #6E7960.

Preview

Color preview on black background

This text has color #6E7960 on black background.


Color preview on white background

This text has color #6E7960 on white background.


Black color preview on #6E7960 background

This text has black color on #6E7960 background.


White color preview on #6E7960 background

This text has white color on #6E7960 background.


Related colors

Complementary color

Complementary color for #hex is #91869F.


I love getcolorcode.com

Triadic colors

1 #606E79 and #79606E with #6E7960 are triadic colors.

2 #60796E and #796E60 with #6E7960 are triadic colors.