COLOR #6E954F

HEX: #6E954F RGB: (110,149,79)

Color info

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

RGB color model

#6E954F color RGB value is (110,149,79).

RGB: (110,149,79) (43%, 58%, 31%)

RGB channels and saturation

R 110 of 255 = 43%
G 149 of 255 = 58%
B 79 of 255 = 31%

110
149
79

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

Portions of RGB colors in percentages

R + G + B = 110 + 149 + 79 = 338 (100%)
R 110 of 338 ~ 32.54%
G 149 of 338 ~ 44.08%
B 79 of 338 ~ 23.37'%

%32.54
%44.08
%23.37

CMYK color model

#6E954F color CMYK value is (26,0,47,42).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 46.98%
  • key color value is 41.57%
CMYK: (26,0,47,42) C26M0Y47K42 (26%,0%,47%,42%) (0.26/0.00/0.47/0.42) 

CMYK percentages

%26.17
%0
%46.98
%41.57

Codes

Color #6E954F in popluar color models

6E 95 4F
RGB 110 149 79
HSL 93° 30.70% 44.71%
HSB/HSV 93° 46.98% 58.43%
CMYK 26.17% 0.00% 46.98%
41.57%

Color #6E954F in popluar number systems.

HEX 6E 95 4F
Decimal 110 149 79
Binary 1101110 10010101 1001111
Octal 156 225 117

Shades and tints

Shades of #6E954F

#6E954F
(110,149,79)
#648848
(100,136,72)
#5A7B41
(90,123,65)
#506E3A
(80,110,58)
#466133
(70,97,51)
#3C542C
(60,84,44)
#324725
(50,71,37)
#283A1E
(40,58,30)
#1E2D17
(30,45,23)
#142010
(20,32,16)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #6E954F

#6E954F
(110,149,79)
#7B9E5F
(123,158,95)
#88A76F
(136,167,111)
#95B07F
(149,176,127)
#A2B98F
(162,185,143)
#AFC29F
(175,194,159)
#BCCBAF
(188,203,175)
#C9D4BF
(201,212,191)
#D6DDCF
(214,221,207)
#E3E6DF
(227,230,223)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E954F; }

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

This text font color is #6E954F.

Background Color

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

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

This div background color is #6E954F.

Border color

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

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

This div border color is #6E954F.

Opacity

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

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

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

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

This text has shadow with #6E954F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E954F.

Preview

Color preview on black background

This text has color #6E954F on black background.


Color preview on white background

This text has color #6E954F on white background.


Black color preview on #6E954F background

This text has black color on #6E954F background.


White color preview on #6E954F background

This text has white color on #6E954F background.


Related colors

Complementary color

Complementary color for #hex is #916AB0.


I love getcolorcode.com

Triadic colors

1 #4F6E95 and #954F6E with #6E954F are triadic colors.

2 #4F956E and #956E4F with #6E954F are triadic colors.