COLOR #6E9B7B

HEX: #6E9B7B
RGB: (110,155,123)

Color info

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

RGB color model

#6E9B7B color RGB value is (110,155,123).

  • red value is 110;
  • green value is 155;
  • blue value is 123.
RGB:
(110,155,123)
(43%,61%,48%)

RGB channels and saturation

R 110 of 255 = 43%
G 155 of 255 = 61%
B 123 of 255 = 48%

110
155
123

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

Portions of RGB colors in percentages

R + G + B =
110 + 155 + 123 = 388 (100%)
R 110 of 388 ~ 28.35%
G 155 of 388 ~ 39.95%
B 123 of 388 ~ 31.7%

%28.35
%39.95
%31.7

CMYK color model

#6E9B7B color CMYK value is (29,0,21,39).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 39.22%
CMYK:
(29,0,21,39)
C29M0Y21K39 
(29%,0%,21%,39%)
(0.29/0.00/0.21/0.39)	

CMYK percentages

%29.03
%0
%20.65
%39.22

Codes

Color #6E9B7B in popluar color models

6E9B7B
RGB110155123
HSL137°18.37%51.96%
HSB/HSV137°29.03%60.78%
CMYK29.03%0.00%20.65%
39.22%

Color #6E9B7B in popluar number systems.

HEX6E9B7B
Decimal110155123
Binary1101110100110111111011
Octal156233173

Shades and tints

Shades of #6E9B7B

#6E9B7B
(110,155,123)
#648D70
(100,141,112)
#5A7F65
(90,127,101)
#50715A
(80,113,90)
#46634F
(70,99,79)
#3C5544
(60,85,68)
#324739
(50,71,57)
#28392E
(40,57,46)
#1E2B23
(30,43,35)
#141D18
(20,29,24)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #6E9B7B

#6E9B7B
(110,155,123)
#7BA487
(123,164,135)
#88AD93
(136,173,147)
#95B69F
(149,182,159)
#A2BFAB
(162,191,171)
#AFC8B7
(175,200,183)
#BCD1C3
(188,209,195)
#C9DACF
(201,218,207)
#D6E3DB
(214,227,219)
#E3ECE7
(227,236,231)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9B7B color. Also use rgb(110,155,123) instead hex code.

Text Font Color

.myTextColor { color: #6E9B7B; }

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

This text font color is #6E9B7B.


Background Color

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

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

This div background color is #6E9B7B.


Border color

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

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

This div border color is #6E9B7B.


Opacity

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

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

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

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

This text has shadow with #6E9B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9B7B on black background.


Color preview on white background

This text has color #6E9B7B on white background.



Black color preview on #6E9B7B background

This text has black color on #6E9B7B background.


White color preview on #6E9B7B background

This text has white color on #6E9B7B background.