COLOR #6E896A

HEX: #6E896A
RGB: (110,137,106)

Color info

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

RGB color model

#6E896A color RGB value is (110,137,106).

  • red value is 110;
  • green value is 137;
  • blue value is 106.
RGB:
(110,137,106)
(43%,54%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 137 of 255 = 54%
B 106 of 255 = 42%

110
137
106

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

Portions of RGB colors in percentages

R + G + B =
110 + 137 + 106 = 353 (100%)
R 110 of 353 ~ 31.16%
G 137 of 353 ~ 38.81%
B 106 of 353 ~ 30.03%

%31.16
%38.81
%30.03

CMYK color model

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

  • cyan value is 19.71%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 46.27%
CMYK:
(20,0,23,46)
C20M0Y23K46 
(20%,0%,23%,46%)
(0.20/0.00/0.23/0.46)	

CMYK percentages

%19.71
%0
%22.63
%46.27

Codes

Color #6E896A in popluar color models

6E896A
RGB110137106
HSL112°12.76%47.65%
HSB/HSV112°22.63%53.73%
CMYK19.71%0.00%22.63%
46.27%

Color #6E896A in popluar number systems.

HEX6E896A
Decimal110137106
Binary1101110100010011101010
Octal156211152

Shades and tints

Shades of #6E896A

#6E896A
(110,137,106)
#647D61
(100,125,97)
#5A7158
(90,113,88)
#50654F
(80,101,79)
#465946
(70,89,70)
#3C4D3D
(60,77,61)
#324134
(50,65,52)
#28352B
(40,53,43)
#1E2922
(30,41,34)
#141D19
(20,29,25)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #6E896A

#6E896A
(110,137,106)
#7B9377
(123,147,119)
#889D84
(136,157,132)
#95A791
(149,167,145)
#A2B19E
(162,177,158)
#AFBBAB
(175,187,171)
#BCC5B8
(188,197,184)
#C9CFC5
(201,207,197)
#D6D9D2
(214,217,210)
#E3E3DF
(227,227,223)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E896A; }

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

This text font color is #6E896A.


Background Color

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

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

This div background color is #6E896A.


Border color

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

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

This div border color is #6E896A.


Opacity

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

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

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

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

This text has shadow with #6E896A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E896A on black background.


Color preview on white background

This text has color #6E896A on white background.



Black color preview on #6E896A background

This text has black color on #6E896A background.


White color preview on #6E896A background

This text has white color on #6E896A background.