COLOR #6E866B

HEX: #6E866B RGB: (110,134,107)

Color info

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

RGB color model

#6E866B color RGB value is (110,134,107).

RGB: (110,134,107) (43%, 53%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 107 of 255 = 42%

110
134
107

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

Portions of RGB colors in percentages

R + G + B = 110 + 134 + 107 = 351 (100%)
R 110 of 351 ~ 31.34%
G 134 of 351 ~ 38.18%
B 107 of 351 ~ 30.48'%

%31.34
%38.18
%30.48

CMYK color model

#6E866B color CMYK value is (18,0,20,47).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 20.15%
  • key color value is 47.45%
CMYK: (18,0,20,47) C18M0Y20K47 (18%,0%,20%,47%) (0.18/0.00/0.20/0.47) 

CMYK percentages

%17.91
%0
%20.15
%47.45

Codes

Color #6E866B in popluar color models

6E 86 6B
RGB 110 134 107
HSL 113° 11.20% 47.25%
HSB/HSV 113° 20.15% 52.55%
CMYK 17.91% 0.00% 20.15%
47.45%

Color #6E866B in popluar number systems.

HEX 6E 86 6B
Decimal 110 134 107
Binary 1101110 10000110 1101011
Octal 156 206 153

Shades and tints

Shades of #6E866B

#6E866B
(110,134,107)
#647A62
(100,122,98)
#5A6E59
(90,110,89)
#506250
(80,98,80)
#465647
(70,86,71)
#3C4A3E
(60,74,62)
#323E35
(50,62,53)
#28322C
(40,50,44)
#1E2623
(30,38,35)
#141A1A
(20,26,26)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #6E866B

#6E866B
(110,134,107)
#7B9178
(123,145,120)
#889C85
(136,156,133)
#95A792
(149,167,146)
#A2B29F
(162,178,159)
#AFBDAC
(175,189,172)
#BCC8B9
(188,200,185)
#C9D3C6
(201,211,198)
#D6DED3
(214,222,211)
#E3E9E0
(227,233,224)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E866B; }

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

This text font color is #6E866B.

Background Color

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

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

This div background color is #6E866B.

Border color

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

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

This div border color is #6E866B.

Opacity

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

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

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

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

This text has shadow with #6E866B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E866B.

Preview

Color preview on black background

This text has color #6E866B on black background.


Color preview on white background

This text has color #6E866B on white background.


Black color preview on #6E866B background

This text has black color on #6E866B background.


White color preview on #6E866B background

This text has white color on #6E866B background.


Related colors

Complementary color

Complementary color for #hex is #917994.


I love getcolorcode.com

Triadic colors

1 #6B6E86 and #866B6E with #6E866B are triadic colors.

2 #6B866E and #866E6B with #6E866B are triadic colors.