COLOR #6E947A

HEX: #6E947A
RGB: (110,148,122)

Color info

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

RGB color model

#6E947A color RGB value is (110,148,122).

  • red value is 110;
  • green value is 148;
  • blue value is 122.
RGB:
(110,148,122)
(43%,58%,48%)

RGB channels and saturation

R 110 of 255 = 43%
G 148 of 255 = 58%
B 122 of 255 = 48%

110
148
122

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

Portions of RGB colors in percentages

R + G + B =
110 + 148 + 122 = 380 (100%)
R 110 of 380 ~ 28.95%
G 148 of 380 ~ 38.95%
B 122 of 380 ~ 32.11%

%28.95
%38.95
%32.11

CMYK color model

#6E947A color CMYK value is (26,0,18,42).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 41.96%
CMYK:
(26,0,18,42)
C26M0Y18K42 
(26%,0%,18%,42%)
(0.26/0.00/0.18/0.42)	

CMYK percentages

%25.68
%0
%17.57
%41.96

Codes

Color #6E947A in popluar color models

6E947A
RGB110148122
HSL139°15.08%50.59%
HSB/HSV139°25.68%58.04%
CMYK25.68%0.00%17.57%
41.96%

Color #6E947A in popluar number systems.

HEX6E947A
Decimal110148122
Binary1101110100101001111010
Octal156224172

Shades and tints

Shades of #6E947A

#6E947A
(110,148,122)
#64876F
(100,135,111)
#5A7A64
(90,122,100)
#506D59
(80,109,89)
#46604E
(70,96,78)
#3C5343
(60,83,67)
#324638
(50,70,56)
#28392D
(40,57,45)
#1E2C22
(30,44,34)
#141F17
(20,31,23)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #6E947A

#6E947A
(110,148,122)
#7B9D86
(123,157,134)
#88A692
(136,166,146)
#95AF9E
(149,175,158)
#A2B8AA
(162,184,170)
#AFC1B6
(175,193,182)
#BCCAC2
(188,202,194)
#C9D3CE
(201,211,206)
#D6DCDA
(214,220,218)
#E3E5E6
(227,229,230)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E947A color. Also use rgb(110,148,122) instead hex code.

Text Font Color

.myTextColor { color: #6E947A; }

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

This text font color is #6E947A.


Background Color

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

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

This div background color is #6E947A.


Border color

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

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

This div border color is #6E947A.


Opacity

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

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

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

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

This text has shadow with #6E947A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E947A on black background.


Color preview on white background

This text has color #6E947A on white background.



Black color preview on #6E947A background

This text has black color on #6E947A background.


White color preview on #6E947A background

This text has white color on #6E947A background.