COLOR #6E8667

HEX: #6E8667 RGB: (110,134,103)

Color info

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

RGB color model

#6E8667 color RGB value is (110,134,103).

RGB: (110,134,103) (43%, 53%, 40%)

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 103 of 255 = 40%

110
134
103

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

Portions of RGB colors in percentages

R + G + B = 110 + 134 + 103 = 347 (100%)
R 110 of 347 ~ 31.7%
G 134 of 347 ~ 38.62%
B 103 of 347 ~ 29.68'%

%31.7
%38.62
%29.68

CMYK color model

#6E8667 color CMYK value is (18,0,23,47).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 23.13%
  • key color value is 47.45%

CMYK: (18,0,23,47)
C18M0Y23K47 (18%, 0%, 23%, 47%)
(0.18 / 0.00 / 0.23 / 0.47)

CMYK percentages

%17.91
%0
%23.13
%47.45

Codes

Color #6E8667 in popluar color models

6E 86 67
RGB 110 134 103
HSL 106° 13.08% 46.47%
HSB/HSV 106° 23.13% 52.55%
CMYK 17.91% 0.00% 23.13%
47.45%

Color #6E8667 in popluar number systems.

HEX 6E 86 67
Decimal 110 134 103
Binary 1101110 10000110 1100111
Octal 156 206 147

Shades and tints

Shades of #6E8667

#6E8667
(110,134,103)
#647A5E
(100,122,94)
#5A6E55
(90,110,85)
#50624C
(80,98,76)
#465643
(70,86,67)
#3C4A3A
(60,74,58)
#323E31
(50,62,49)
#283228
(40,50,40)
#1E261F
(30,38,31)
#141A16
(20,26,22)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #6E8667

#6E8667
(110,134,103)
#7B9174
(123,145,116)
#889C81
(136,156,129)
#95A78E
(149,167,142)
#A2B29B
(162,178,155)
#AFBDA8
(175,189,168)
#BCC8B5
(188,200,181)
#C9D3C2
(201,211,194)
#D6DECF
(214,222,207)
#E3E9DC
(227,233,220)
#F0F4E9
(240,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8667 color. Also use rgb(110,134,103) instead hex code.

Text Font Color

.myTextColor { color: #6E8667; }

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

This text font color is #6E8667.

Background Color

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

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

This div background color is #6E8667.

Border color

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

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

This div border color is #6E8667.

Opacity

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

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

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

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

This text has shadow with #6E8667 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8667.

Preview

Color preview on black background

This text has color #6E8667 on black background.


Color preview on white background

This text has color #6E8667 on white background.


Black color preview on #6E8667 background

This text has black color on #6E8667 background.


White color preview on #6E8667 background

This text has white color on #6E8667 background.


Related colors

Complementary color

Complementary color for #hex is #917998.


I love getcolorcode.com

Triadic colors

1 #676E86 and #86676E with #6E8667 are triadic colors.

2 #67866E and #866E67 with #6E8667 are triadic colors.