COLOR #6E9B79

HEX: #6E9B79
RGB: (110,155,121)

Color info

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

RGB color model

#6E9B79 color RGB value is (110,155,121).

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

RGB channels and saturation

R 110 of 255 = 43%
G 155 of 255 = 61%
B 121 of 255 = 47%

110
155
121

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

Portions of RGB colors in percentages

R + G + B =
110 + 155 + 121 = 386 (100%)
R 110 of 386 ~ 28.5%
G 155 of 386 ~ 40.16%
B 121 of 386 ~ 31.35%

%28.5
%40.16
%31.35

CMYK color model

#6E9B79 color CMYK value is (29,0,22,39).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 39.22%
CMYK:
(29,0,22,39)
C29M0Y22K39 
(29%,0%,22%,39%)
(0.29/0.00/0.22/0.39)	

CMYK percentages

%29.03
%0
%21.94
%39.22

Codes

Color #6E9B79 in popluar color models

6E9B79
RGB110155121
HSL135°18.37%51.96%
HSB/HSV135°29.03%60.78%
CMYK29.03%0.00%21.94%
39.22%

Color #6E9B79 in popluar number systems.

HEX6E9B79
Decimal110155121
Binary1101110100110111111001
Octal156233171

Shades and tints

Shades of #6E9B79

#6E9B79
(110,155,121)
#648D6E
(100,141,110)
#5A7F63
(90,127,99)
#507158
(80,113,88)
#46634D
(70,99,77)
#3C5542
(60,85,66)
#324737
(50,71,55)
#28392C
(40,57,44)
#1E2B21
(30,43,33)
#141D16
(20,29,22)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #6E9B79

#6E9B79
(110,155,121)
#7BA485
(123,164,133)
#88AD91
(136,173,145)
#95B69D
(149,182,157)
#A2BFA9
(162,191,169)
#AFC8B5
(175,200,181)
#BCD1C1
(188,209,193)
#C9DACD
(201,218,205)
#D6E3D9
(214,227,217)
#E3ECE5
(227,236,229)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9B79; }

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

This text font color is #6E9B79.


Background Color

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

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

This div background color is #6E9B79.


Border color

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

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

This div border color is #6E9B79.


Opacity

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

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

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

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

This text has shadow with #6E9B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9B79 on black background.


Color preview on white background

This text has color #6E9B79 on white background.



Black color preview on #6E9B79 background

This text has black color on #6E9B79 background.


White color preview on #6E9B79 background

This text has white color on #6E9B79 background.