COLOR #6E9F6D

HEX: #6E9F6D
RGB: (110,159,109)

Color info

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

RGB color model

#6E9F6D color RGB value is (110,159,109).

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

RGB channels and saturation

R 110 of 255 = 43%
G 159 of 255 = 62%
B 109 of 255 = 43%

110
159
109

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

Portions of RGB colors in percentages

R + G + B =
110 + 159 + 109 = 378 (100%)
R 110 of 378 ~ 29.1%
G 159 of 378 ~ 42.06%
B 109 of 378 ~ 28.84%

%29.1
%42.06
%28.84

CMYK color model

#6E9F6D color CMYK value is (31,0,31,38).

  • cyan value is 30.82%
  • magenta value is 0.00%
  • yellow value is 31.45%
  • key color value is 37.65%
CMYK:
(31,0,31,38)
C31M0Y31K38 
(31%,0%,31%,38%)
(0.31/0.00/0.31/0.38)	

CMYK percentages

%30.82
%0
%31.45
%37.65

Codes

Color #6E9F6D in popluar color models

6E9F6D
RGB110159109
HSL119°20.66%52.55%
HSB/HSV119°31.45%62.35%
CMYK30.82%0.00%31.45%
37.65%

Color #6E9F6D in popluar number systems.

HEX6E9F6D
Decimal110159109
Binary1101110100111111101101
Octal156237155

Shades and tints

Shades of #6E9F6D

#6E9F6D
(110,159,109)
#649164
(100,145,100)
#5A835B
(90,131,91)
#507552
(80,117,82)
#466749
(70,103,73)
#3C5940
(60,89,64)
#324B37
(50,75,55)
#283D2E
(40,61,46)
#1E2F25
(30,47,37)
#14211C
(20,33,28)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #6E9F6D

#6E9F6D
(110,159,109)
#7BA77A
(123,167,122)
#88AF87
(136,175,135)
#95B794
(149,183,148)
#A2BFA1
(162,191,161)
#AFC7AE
(175,199,174)
#BCCFBB
(188,207,187)
#C9D7C8
(201,215,200)
#D6DFD5
(214,223,213)
#E3E7E2
(227,231,226)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9F6D; }

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

This text font color is #6E9F6D.


Background Color

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

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

This div background color is #6E9F6D.


Border color

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

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

This div border color is #6E9F6D.


Opacity

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

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

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

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

This text has shadow with #6E9F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9F6D on black background.


Color preview on white background

This text has color #6E9F6D on white background.



Black color preview on #6E9F6D background

This text has black color on #6E9F6D background.


White color preview on #6E9F6D background

This text has white color on #6E9F6D background.