COLOR #6E985F

HEX: #6E985F
RGB: (110,152,95)

Color info

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

RGB color model

#6E985F color RGB value is (110,152,95).

  • red value is 110;
  • green value is 152;
  • blue value is 95.
RGB:
(110,152,95)
(43%,60%,37%)

RGB channels and saturation

R 110 of 255 = 43%
G 152 of 255 = 60%
B 95 of 255 = 37%

110
152
95

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

Portions of RGB colors in percentages

R + G + B =
110 + 152 + 95 = 357 (100%)
R 110 of 357 ~ 30.81%
G 152 of 357 ~ 42.58%
B 95 of 357 ~ 26.61%

%30.81
%42.58
%26.61

CMYK color model

#6E985F color CMYK value is (28,0,38,40).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 40.39%
CMYK:
(28,0,38,40)
C28M0Y38K40 
(28%,0%,38%,40%)
(0.28/0.00/0.38/0.40)	

CMYK percentages

%27.63
%0
%37.5
%40.39

Codes

Color #6E985F in popluar color models

6E985F
RGB11015295
HSL104°23.08%48.43%
HSB/HSV104°37.50%59.61%
CMYK27.63%0.00%37.50%
40.39%

Color #6E985F in popluar number systems.

HEX6E985F
Decimal11015295
Binary1101110100110001011111
Octal156230137

Shades and tints

Shades of #6E985F

#6E985F
(110,152,95)
#648B57
(100,139,87)
#5A7E4F
(90,126,79)
#507147
(80,113,71)
#46643F
(70,100,63)
#3C5737
(60,87,55)
#324A2F
(50,74,47)
#283D27
(40,61,39)
#1E301F
(30,48,31)
#142317
(20,35,23)
#0A160F
(10,22,15)
#000000
(0,0,0)

Tints of #6E985F

#6E985F
(110,152,95)
#7BA16D
(123,161,109)
#88AA7B
(136,170,123)
#95B389
(149,179,137)
#A2BC97
(162,188,151)
#AFC5A5
(175,197,165)
#BCCEB3
(188,206,179)
#C9D7C1
(201,215,193)
#D6E0CF
(214,224,207)
#E3E9DD
(227,233,221)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E985F color. Also use rgb(110,152,95) instead hex code.

Text Font Color

.myTextColor { color: #6E985F; }

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

This text font color is #6E985F.


Background Color

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

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

This div background color is #6E985F.


Border color

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

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

This div border color is #6E985F.


Opacity

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

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

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

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

This text has shadow with #6E985F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E985F on black background.


Color preview on white background

This text has color #6E985F on white background.



Black color preview on #6E985F background

This text has black color on #6E985F background.


White color preview on #6E985F background

This text has white color on #6E985F background.