COLOR #6E8B6A

HEX: #6E8B6A RGB: (110,139,106)

Color info

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

RGB color model

#6E8B6A color RGB value is (110,139,106).

RGB: (110,139,106) (43%, 55%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 139 of 255 = 55%
B 106 of 255 = 42%

110
139
106

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

Portions of RGB colors in percentages

R + G + B = 110 + 139 + 106 = 355 (100%)
R 110 of 355 ~ 30.99%
G 139 of 355 ~ 39.15%
B 106 of 355 ~ 29.86'%

%30.99
%39.15
%29.86

CMYK color model

#6E8B6A color CMYK value is (21,0,24,45).

  • cyan value is 20.86%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 45.49%

CMYK: (21,0,24,45)
C21M0Y24K45 (21%, 0%, 24%, 45%)
(0.21 / 0.00 / 0.24 / 0.45)

CMYK percentages

%20.86
%0
%23.74
%45.49

Codes

Color #6E8B6A in popluar color models

6E 8B 6A
RGB 110 139 106
HSL 113° 13.47% 48.04%
HSB/HSV 113° 23.74% 54.51%
CMYK 20.86% 0.00% 23.74%
45.49%

Color #6E8B6A in popluar number systems.

HEX 6E 8B 6A
Decimal 110 139 106
Binary 1101110 10001011 1101010
Octal 156 213 152

Shades and tints

Shades of #6E8B6A

#6E8B6A
(110,139,106)
#647F61
(100,127,97)
#5A7358
(90,115,88)
#50674F
(80,103,79)
#465B46
(70,91,70)
#3C4F3D
(60,79,61)
#324334
(50,67,52)
#28372B
(40,55,43)
#1E2B22
(30,43,34)
#141F19
(20,31,25)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #6E8B6A

#6E8B6A
(110,139,106)
#7B9577
(123,149,119)
#889F84
(136,159,132)
#95A991
(149,169,145)
#A2B39E
(162,179,158)
#AFBDAB
(175,189,171)
#BCC7B8
(188,199,184)
#C9D1C5
(201,209,197)
#D6DBD2
(214,219,210)
#E3E5DF
(227,229,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8B6A color. Also use rgb(110,139,106) instead hex code.

Text Font Color

.myTextColor { color: #6E8B6A; }

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

This text font color is #6E8B6A.

Background Color

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

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

This div background color is #6E8B6A.

Border color

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

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

This div border color is #6E8B6A.

Opacity

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

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

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

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

This text has shadow with #6E8B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8B6A.

Preview

Color preview on black background

This text has color #6E8B6A on black background.


Color preview on white background

This text has color #6E8B6A on white background.


Black color preview on #6E8B6A background

This text has black color on #6E8B6A background.


White color preview on #6E8B6A background

This text has white color on #6E8B6A background.


Related colors

Complementary color

Complementary color for #hex is #917495.


I love getcolorcode.com

Triadic colors

1 #6A6E8B and #8B6A6E with #6E8B6A are triadic colors.

2 #6A8B6E and #8B6E6A with #6E8B6A are triadic colors.