COLOR #6E9D4F

HEX: #6E9D4F RGB: (110,157,79)

Color info

#6E9D4F contains mainly red and green colors. Web safe color of #6E9D4F is #669966 (or #696).

RGB color model

#6E9D4F color RGB value is (110,157,79).

RGB: (110,157,79) (43%, 62%, 31%)

RGB channels and saturation

R 110 of 255 = 43%
G 157 of 255 = 62%
B 79 of 255 = 31%

110
157
79

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

Portions of RGB colors in percentages

R + G + B = 110 + 157 + 79 = 346 (100%)
R 110 of 346 ~ 31.79%
G 157 of 346 ~ 45.38%
B 79 of 346 ~ 22.83'%

%31.79
%45.38
%22.83

CMYK color model

#6E9D4F color CMYK value is (30,0,50,38).

  • cyan value is 29.94%
  • magenta value is 0.00%
  • yellow value is 49.68%
  • key color value is 38.43%

CMYK: (30,0,50,38)
C30M0Y50K38 (30%, 0%, 50%, 38%)
(0.30 / 0.00 / 0.50 / 0.38)

CMYK percentages

%29.94
%0
%49.68
%38.43

Codes

Color #6E9D4F in popluar color models

6E 9D 4F
RGB 110 157 79
HSL 96° 33.05% 46.27%
HSB/HSV 96° 49.68% 61.57%
CMYK 29.94% 0.00% 49.68%
38.43%

Color #6E9D4F in popluar number systems.

HEX 6E 9D 4F
Decimal 110 157 79
Binary 1101110 10011101 1001111
Octal 156 235 117

Shades and tints

Shades of #6E9D4F

#6E9D4F
(110,157,79)
#648F48
(100,143,72)
#5A8141
(90,129,65)
#50733A
(80,115,58)
#466533
(70,101,51)
#3C572C
(60,87,44)
#324925
(50,73,37)
#283B1E
(40,59,30)
#1E2D17
(30,45,23)
#141F10
(20,31,16)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #6E9D4F

#6E9D4F
(110,157,79)
#7BA55F
(123,165,95)
#88AD6F
(136,173,111)
#95B57F
(149,181,127)
#A2BD8F
(162,189,143)
#AFC59F
(175,197,159)
#BCCDAF
(188,205,175)
#C9D5BF
(201,213,191)
#D6DDCF
(214,221,207)
#E3E5DF
(227,229,223)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9D4F color. Also use rgb(110,157,79) instead hex code.

Text Font Color

.myTextColor { color: #6E9D4F; }

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

This text font color is #6E9D4F.

Background Color

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

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

This div background color is #6E9D4F.

Border color

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

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

This div border color is #6E9D4F.

Opacity

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

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

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

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

This text has shadow with #6E9D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9D4F.

Preview

Color preview on black background

This text has color #6E9D4F on black background.


Color preview on white background

This text has color #6E9D4F on white background.


Black color preview on #6E9D4F background

This text has black color on #6E9D4F background.


White color preview on #6E9D4F background

This text has white color on #6E9D4F background.


Related colors

Complementary color

Complementary color for #hex is #9162B0.


I love getcolorcode.com

Triadic colors

1 #4F6E9D and #9D4F6E with #6E9D4F are triadic colors.

2 #4F9D6E and #9D6E4F with #6E9D4F are triadic colors.