COLOR #6E8A6F

HEX: #6E8A6F RGB: (110,138,111)

Color info

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

RGB color model

#6E8A6F color RGB value is (110,138,111).

RGB: (110,138,111) (43%, 54%, 44%)

RGB channels and saturation

R 110 of 255 = 43%
G 138 of 255 = 54%
B 111 of 255 = 44%

110
138
111

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

Portions of RGB colors in percentages

R + G + B = 110 + 138 + 111 = 359 (100%)
R 110 of 359 ~ 30.64%
G 138 of 359 ~ 38.44%
B 111 of 359 ~ 30.92'%

%30.64
%38.44
%30.92

CMYK color model

#6E8A6F color CMYK value is (20,0,20,46).

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 45.88%

CMYK: (20,0,20,46)
C20M0Y20K46 (20%, 0%, 20%, 46%)
(0.20 / 0.00 / 0.20 / 0.46)

CMYK percentages

%20.29
%0
%19.57
%45.88

Codes

Color #6E8A6F in popluar color models

6E 8A 6F
RGB 110 138 111
HSL 122° 11.29% 48.63%
HSB/HSV 122° 20.29% 54.12%
CMYK 20.29% 0.00% 19.57%
45.88%

Color #6E8A6F in popluar number systems.

HEX 6E 8A 6F
Decimal 110 138 111
Binary 1101110 10001010 1101111
Octal 156 212 157

Shades and tints

Shades of #6E8A6F

#6E8A6F
(110,138,111)
#647E65
(100,126,101)
#5A725B
(90,114,91)
#506651
(80,102,81)
#465A47
(70,90,71)
#3C4E3D
(60,78,61)
#324233
(50,66,51)
#283629
(40,54,41)
#1E2A1F
(30,42,31)
#141E15
(20,30,21)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #6E8A6F

#6E8A6F
(110,138,111)
#7B947C
(123,148,124)
#889E89
(136,158,137)
#95A896
(149,168,150)
#A2B2A3
(162,178,163)
#AFBCB0
(175,188,176)
#BCC6BD
(188,198,189)
#C9D0CA
(201,208,202)
#D6DAD7
(214,218,215)
#E3E4E4
(227,228,228)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8A6F color. Also use rgb(110,138,111) instead hex code.

Text Font Color

.myTextColor { color: #6E8A6F; }

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

This text font color is #6E8A6F.

Background Color

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

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

This div background color is #6E8A6F.

Border color

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

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

This div border color is #6E8A6F.

Opacity

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

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

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

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

This text has shadow with #6E8A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8A6F.

Preview

Color preview on black background

This text has color #6E8A6F on black background.


Color preview on white background

This text has color #6E8A6F on white background.


Black color preview on #6E8A6F background

This text has black color on #6E8A6F background.


White color preview on #6E8A6F background

This text has white color on #6E8A6F background.


Related colors

Complementary color

Complementary color for #hex is #917590.


I love getcolorcode.com

Triadic colors

1 #6F6E8A and #8A6F6E with #6E8A6F are triadic colors.

2 #6F8A6E and #8A6E6F with #6E8A6F are triadic colors.