COLOR #6E8965

HEX: #6E8965
RGB: (110,137,101)

Color info

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

RGB color model

#6E8965 color RGB value is (110,137,101).

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

RGB channels and saturation

R 110 of 255 = 43%
G 137 of 255 = 54%
B 101 of 255 = 40%

110
137
101

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

Portions of RGB colors in percentages

R + G + B =
110 + 137 + 101 = 348 (100%)
R 110 of 348 ~ 31.61%
G 137 of 348 ~ 39.37%
B 101 of 348 ~ 29.02%

%31.61
%39.37
%29.02

CMYK color model

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

  • cyan value is 19.71%
  • magenta value is 0.00%
  • yellow value is 26.28%
  • key color value is 46.27%
CMYK:
(20,0,26,46)
C20M0Y26K46 
(20%,0%,26%,46%)
(0.20/0.00/0.26/0.46)	

CMYK percentages

%19.71
%0
%26.28
%46.27

Codes

Color #6E8965 in popluar color models

6E8965
RGB110137101
HSL105°15.13%46.67%
HSB/HSV105°26.28%53.73%
CMYK19.71%0.00%26.28%
46.27%

Color #6E8965 in popluar number systems.

HEX6E8965
Decimal110137101
Binary1101110100010011100101
Octal156211145

Shades and tints

Shades of #6E8965

#6E8965
(110,137,101)
#647D5C
(100,125,92)
#5A7153
(90,113,83)
#50654A
(80,101,74)
#465941
(70,89,65)
#3C4D38
(60,77,56)
#32412F
(50,65,47)
#283526
(40,53,38)
#1E291D
(30,41,29)
#141D14
(20,29,20)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #6E8965

#6E8965
(110,137,101)
#7B9373
(123,147,115)
#889D81
(136,157,129)
#95A78F
(149,167,143)
#A2B19D
(162,177,157)
#AFBBAB
(175,187,171)
#BCC5B9
(188,197,185)
#C9CFC7
(201,207,199)
#D6D9D5
(214,217,213)
#E3E3E3
(227,227,227)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8965; }

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

This text font color is #6E8965.


Background Color

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

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

This div background color is #6E8965.


Border color

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

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

This div border color is #6E8965.


Opacity

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

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

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

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

This text has shadow with #6E8965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8965 on black background.


Color preview on white background

This text has color #6E8965 on white background.



Black color preview on #6E8965 background

This text has black color on #6E8965 background.


White color preview on #6E8965 background

This text has white color on #6E8965 background.