COLOR #6E9C74

HEX: #6E9C74
RGB: (110,156,116)

Color info

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

RGB color model

#6E9C74 color RGB value is (110,156,116).

  • red value is 110;
  • green value is 156;
  • blue value is 116.
RGB:
(110,156,116)
(43%,61%,45%)

RGB channels and saturation

R 110 of 255 = 43%
G 156 of 255 = 61%
B 116 of 255 = 45%

110
156
116

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

Portions of RGB colors in percentages

R + G + B =
110 + 156 + 116 = 382 (100%)
R 110 of 382 ~ 28.8%
G 156 of 382 ~ 40.84%
B 116 of 382 ~ 30.37%

%28.8
%40.84
%30.37

CMYK color model

#6E9C74 color CMYK value is (29,0,26,39).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 38.82%
CMYK:
(29,0,26,39)
C29M0Y26K39 
(29%,0%,26%,39%)
(0.29/0.00/0.26/0.39)	

CMYK percentages

%29.49
%0
%25.64
%38.82

Codes

Color #6E9C74 in popluar color models

6E9C74
RGB110156116
HSL128°18.85%52.16%
HSB/HSV128°29.49%61.18%
CMYK29.49%0.00%25.64%
38.82%

Color #6E9C74 in popluar number systems.

HEX6E9C74
Decimal110156116
Binary1101110100111001110100
Octal156234164

Shades and tints

Shades of #6E9C74

#6E9C74
(110,156,116)
#648E6A
(100,142,106)
#5A8060
(90,128,96)
#507256
(80,114,86)
#46644C
(70,100,76)
#3C5642
(60,86,66)
#324838
(50,72,56)
#283A2E
(40,58,46)
#1E2C24
(30,44,36)
#141E1A
(20,30,26)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #6E9C74

#6E9C74
(110,156,116)
#7BA580
(123,165,128)
#88AE8C
(136,174,140)
#95B798
(149,183,152)
#A2C0A4
(162,192,164)
#AFC9B0
(175,201,176)
#BCD2BC
(188,210,188)
#C9DBC8
(201,219,200)
#D6E4D4
(214,228,212)
#E3EDE0
(227,237,224)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9C74 color. Also use rgb(110,156,116) instead hex code.

Text Font Color

.myTextColor { color: #6E9C74; }

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

This text font color is #6E9C74.


Background Color

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

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

This div background color is #6E9C74.


Border color

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

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

This div border color is #6E9C74.


Opacity

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

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

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

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

This text has shadow with #6E9C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9C74 on black background.


Color preview on white background

This text has color #6E9C74 on white background.



Black color preview on #6E9C74 background

This text has black color on #6E9C74 background.


White color preview on #6E9C74 background

This text has white color on #6E9C74 background.