COLOR #6E9D6A

HEX: #6E9D6A
RGB: (110,157,106)

Color info

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

RGB color model

#6E9D6A color RGB value is (110,157,106).

  • red value is 110;
  • green value is 157;
  • blue value is 106.
RGB:
(110,157,106)
(43%,62%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 157 of 255 = 62%
B 106 of 255 = 42%

110
157
106

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

Portions of RGB colors in percentages

R + G + B =
110 + 157 + 106 = 373 (100%)
R 110 of 373 ~ 29.49%
G 157 of 373 ~ 42.09%
B 106 of 373 ~ 28.42%

%29.49
%42.09
%28.42

CMYK color model

#6E9D6A color CMYK value is (30,0,32,38).

  • cyan value is 29.94%
  • magenta value is 0.00%
  • yellow value is 32.48%
  • key color value is 38.43%
CMYK:
(30,0,32,38)
C30M0Y32K38 
(30%,0%,32%,38%)
(0.30/0.00/0.32/0.38)	

CMYK percentages

%29.94
%0
%32.48
%38.43

Codes

Color #6E9D6A in popluar color models

6E9D6A
RGB110157106
HSL115°20.65%51.57%
HSB/HSV115°32.48%61.57%
CMYK29.94%0.00%32.48%
38.43%

Color #6E9D6A in popluar number systems.

HEX6E9D6A
Decimal110157106
Binary1101110100111011101010
Octal156235152

Shades and tints

Shades of #6E9D6A

#6E9D6A
(110,157,106)
#648F61
(100,143,97)
#5A8158
(90,129,88)
#50734F
(80,115,79)
#466546
(70,101,70)
#3C573D
(60,87,61)
#324934
(50,73,52)
#283B2B
(40,59,43)
#1E2D22
(30,45,34)
#141F19
(20,31,25)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #6E9D6A

#6E9D6A
(110,157,106)
#7BA577
(123,165,119)
#88AD84
(136,173,132)
#95B591
(149,181,145)
#A2BD9E
(162,189,158)
#AFC5AB
(175,197,171)
#BCCDB8
(188,205,184)
#C9D5C5
(201,213,197)
#D6DDD2
(214,221,210)
#E3E5DF
(227,229,223)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9D6A color. Also use rgb(110,157,106) instead hex code.

Text Font Color

.myTextColor { color: #6E9D6A; }

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

This text font color is #6E9D6A.


Background Color

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

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

This div background color is #6E9D6A.


Border color

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

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

This div border color is #6E9D6A.


Opacity

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

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

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

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

This text has shadow with #6E9D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9D6A on black background.


Color preview on white background

This text has color #6E9D6A on white background.



Black color preview on #6E9D6A background

This text has black color on #6E9D6A background.


White color preview on #6E9D6A background

This text has white color on #6E9D6A background.