COLOR #6E9A6D

HEX: #6E9A6D
RGB: (110,154,109)

Color info

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

RGB color model

#6E9A6D color RGB value is (110,154,109).

  • red value is 110;
  • green value is 154;
  • blue value is 109.
RGB:
(110,154,109)
(43%,60%,43%)

RGB channels and saturation

R 110 of 255 = 43%
G 154 of 255 = 60%
B 109 of 255 = 43%

110
154
109

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

Portions of RGB colors in percentages

R + G + B =
110 + 154 + 109 = 373 (100%)
R 110 of 373 ~ 29.49%
G 154 of 373 ~ 41.29%
B 109 of 373 ~ 29.22%

%29.49
%41.29
%29.22

CMYK color model

#6E9A6D color CMYK value is (29,0,29,40).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 29.22%
  • key color value is 39.61%
CMYK:
(29,0,29,40)
C29M0Y29K40 
(29%,0%,29%,40%)
(0.29/0.00/0.29/0.40)	

CMYK percentages

%28.57
%0
%29.22
%39.61

Codes

Color #6E9A6D in popluar color models

6E9A6D
RGB110154109
HSL119°18.22%51.57%
HSB/HSV119°29.22%60.39%
CMYK28.57%0.00%29.22%
39.61%

Color #6E9A6D in popluar number systems.

HEX6E9A6D
Decimal110154109
Binary1101110100110101101101
Octal156232155

Shades and tints

Shades of #6E9A6D

#6E9A6D
(110,154,109)
#648C64
(100,140,100)
#5A7E5B
(90,126,91)
#507052
(80,112,82)
#466249
(70,98,73)
#3C5440
(60,84,64)
#324637
(50,70,55)
#28382E
(40,56,46)
#1E2A25
(30,42,37)
#141C1C
(20,28,28)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #6E9A6D

#6E9A6D
(110,154,109)
#7BA37A
(123,163,122)
#88AC87
(136,172,135)
#95B594
(149,181,148)
#A2BEA1
(162,190,161)
#AFC7AE
(175,199,174)
#BCD0BB
(188,208,187)
#C9D9C8
(201,217,200)
#D6E2D5
(214,226,213)
#E3EBE2
(227,235,226)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9A6D color. Also use rgb(110,154,109) instead hex code.

Text Font Color

.myTextColor { color: #6E9A6D; }

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

This text font color is #6E9A6D.


Background Color

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

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

This div background color is #6E9A6D.


Border color

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

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

This div border color is #6E9A6D.


Opacity

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

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

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

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

This text has shadow with #6E9A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9A6D on black background.


Color preview on white background

This text has color #6E9A6D on white background.



Black color preview on #6E9A6D background

This text has black color on #6E9A6D background.


White color preview on #6E9A6D background

This text has white color on #6E9A6D background.