COLOR #6E8956

HEX: #6E8956
RGB: (110,137,86)

Color info

#6E8956 contains red, green and blue colors in about the same proportion. Web safe color of #6E8956 is #669966 (or #696).

RGB color model

#6E8956 color RGB value is (110,137,86).

  • red value is 110;
  • green value is 137;
  • blue value is 86.
RGB:
(110,137,86)
(43%,54%,34%)

RGB channels and saturation

R 110 of 255 = 43%
G 137 of 255 = 54%
B 86 of 255 = 34%

110
137
86

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

Portions of RGB colors in percentages

R + G + B =
110 + 137 + 86 = 333 (100%)
R 110 of 333 ~ 33.03%
G 137 of 333 ~ 41.14%
B 86 of 333 ~ 25.83%

%33.03
%41.14
%25.83

CMYK color model

#6E8956 color CMYK value is (20,0,37,46).

  • cyan value is 19.71%
  • magenta value is 0.00%
  • yellow value is 37.23%
  • key color value is 46.27%
CMYK:
(20,0,37,46)
C20M0Y37K46 
(20%,0%,37%,46%)
(0.20/0.00/0.37/0.46)	

CMYK percentages

%19.71
%0
%37.23
%46.27

Codes

Color #6E8956 in popluar color models

6E8956
RGB11013786
HSL92°22.87%43.73%
HSB/HSV92°37.23%53.73%
CMYK19.71%0.00%37.23%
46.27%

Color #6E8956 in popluar number systems.

HEX6E8956
Decimal11013786
Binary1101110100010011010110
Octal156211126

Shades and tints

Shades of #6E8956

#6E8956
(110,137,86)
#647D4F
(100,125,79)
#5A7148
(90,113,72)
#506541
(80,101,65)
#46593A
(70,89,58)
#3C4D33
(60,77,51)
#32412C
(50,65,44)
#283525
(40,53,37)
#1E291E
(30,41,30)
#141D17
(20,29,23)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #6E8956

#6E8956
(110,137,86)
#7B9365
(123,147,101)
#889D74
(136,157,116)
#95A783
(149,167,131)
#A2B192
(162,177,146)
#AFBBA1
(175,187,161)
#BCC5B0
(188,197,176)
#C9CFBF
(201,207,191)
#D6D9CE
(214,217,206)
#E3E3DD
(227,227,221)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8956 color. Also use rgb(110,137,86) instead hex code.

Text Font Color

.myTextColor { color: #6E8956; }

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

This text font color is #6E8956.


Background Color

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

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

This div background color is #6E8956.


Border color

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

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

This div border color is #6E8956.


Opacity

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

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

Text with #6E8956 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 #6E8956;}

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

This text has shadow with #6E8956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8956 on black background.


Color preview on white background

This text has color #6E8956 on white background.



Black color preview on #6E8956 background

This text has black color on #6E8956 background.


White color preview on #6E8956 background

This text has white color on #6E8956 background.