COLOR #6E985D

HEX: #6E985D RGB: (110,152,93)

Color info

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

RGB color model

#6E985D color RGB value is (110,152,93).

RGB: (110,152,93) (43%, 60%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 152 of 255 = 60%
B 93 of 255 = 36%

110
152
93

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

Portions of RGB colors in percentages

R + G + B = 110 + 152 + 93 = 355 (100%)
R 110 of 355 ~ 30.99%
G 152 of 355 ~ 42.82%
B 93 of 355 ~ 26.2'%

%30.99
%42.82
%26.2

CMYK color model

#6E985D color CMYK value is (28,0,39,40).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 38.82%
  • key color value is 40.39%

CMYK: (28,0,39,40)
C28M0Y39K40 (28%, 0%, 39%, 40%)
(0.28 / 0.00 / 0.39 / 0.40)

CMYK percentages

%27.63
%0
%38.82
%40.39

Codes

Color #6E985D in popluar color models

6E 98 5D
RGB 110 152 93
HSL 103° 24.08% 48.04%
HSB/HSV 103° 38.82% 59.61%
CMYK 27.63% 0.00% 38.82%
40.39%

Color #6E985D in popluar number systems.

HEX 6E 98 5D
Decimal 110 152 93
Binary 1101110 10011000 1011101
Octal 156 230 135

Shades and tints

Shades of #6E985D

#6E985D
(110,152,93)
#648B55
(100,139,85)
#5A7E4D
(90,126,77)
#507145
(80,113,69)
#46643D
(70,100,61)
#3C5735
(60,87,53)
#324A2D
(50,74,45)
#283D25
(40,61,37)
#1E301D
(30,48,29)
#142315
(20,35,21)
#0A160D
(10,22,13)
#000000
(0,0,0)

Tints of #6E985D

#6E985D
(110,152,93)
#7BA16B
(123,161,107)
#88AA79
(136,170,121)
#95B387
(149,179,135)
#A2BC95
(162,188,149)
#AFC5A3
(175,197,163)
#BCCEB1
(188,206,177)
#C9D7BF
(201,215,191)
#D6E0CD
(214,224,205)
#E3E9DB
(227,233,219)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E985D; }

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

This text font color is #6E985D.

Background Color

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

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

This div background color is #6E985D.

Border color

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

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

This div border color is #6E985D.

Opacity

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

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

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

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

This text has shadow with #6E985D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E985D.

Preview

Color preview on black background

This text has color #6E985D on black background.


Color preview on white background

This text has color #6E985D on white background.


Black color preview on #6E985D background

This text has black color on #6E985D background.


White color preview on #6E985D background

This text has white color on #6E985D background.


Related colors

Complementary color

Complementary color for #hex is #9167A2.


I love getcolorcode.com

Triadic colors

1 #5D6E98 and #985D6E with #6E985D are triadic colors.

2 #5D986E and #986E5D with #6E985D are triadic colors.