COLOR #6E9F7F

HEX: #6E9F7F
RGB: (110,159,127)

Color info

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

RGB color model

#6E9F7F color RGB value is (110,159,127).

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

RGB channels and saturation

R 110 of 255 = 43%
G 159 of 255 = 62%
B 127 of 255 = 50%

110
159
127

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

Portions of RGB colors in percentages

R + G + B =
110 + 159 + 127 = 396 (100%)
R 110 of 396 ~ 27.78%
G 159 of 396 ~ 40.15%
B 127 of 396 ~ 32.07%

%27.78
%40.15
%32.07

CMYK color model

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

  • cyan value is 30.82%
  • magenta value is 0.00%
  • yellow value is 20.13%
  • key color value is 37.65%
CMYK:
(31,0,20,38)
C31M0Y20K38 
(31%,0%,20%,38%)
(0.31/0.00/0.20/0.38)	

CMYK percentages

%30.82
%0
%20.13
%37.65

Codes

Color #6E9F7F in popluar color models

6E9F7F
RGB110159127
HSL141°20.33%52.75%
HSB/HSV141°30.82%62.35%
CMYK30.82%0.00%20.13%
37.65%

Color #6E9F7F in popluar number systems.

HEX6E9F7F
Decimal110159127
Binary1101110100111111111111
Octal156237177

Shades and tints

Shades of #6E9F7F

#6E9F7F
(110,159,127)
#649174
(100,145,116)
#5A8369
(90,131,105)
#50755E
(80,117,94)
#466753
(70,103,83)
#3C5948
(60,89,72)
#324B3D
(50,75,61)
#283D32
(40,61,50)
#1E2F27
(30,47,39)
#14211C
(20,33,28)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #6E9F7F

#6E9F7F
(110,159,127)
#7BA78A
(123,167,138)
#88AF95
(136,175,149)
#95B7A0
(149,183,160)
#A2BFAB
(162,191,171)
#AFC7B6
(175,199,182)
#BCCFC1
(188,207,193)
#C9D7CC
(201,215,204)
#D6DFD7
(214,223,215)
#E3E7E2
(227,231,226)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9F7F; }

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

This text font color is #6E9F7F.


Background Color

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

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

This div background color is #6E9F7F.


Border color

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

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

This div border color is #6E9F7F.


Opacity

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

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

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

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

This text has shadow with #6E9F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9F7F on black background.


Color preview on white background

This text has color #6E9F7F on white background.



Black color preview on #6E9F7F background

This text has black color on #6E9F7F background.


White color preview on #6E9F7F background

This text has white color on #6E9F7F background.