COLOR #6E9565

HEX: #6E9565
RGB: (110,149,101)

Color info

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

RGB color model

#6E9565 color RGB value is (110,149,101).

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

RGB channels and saturation

R 110 of 255 = 43%
G 149 of 255 = 58%
B 101 of 255 = 40%

110
149
101

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

Portions of RGB colors in percentages

R + G + B =
110 + 149 + 101 = 360 (100%)
R 110 of 360 ~ 30.56%
G 149 of 360 ~ 41.39%
B 101 of 360 ~ 28.06%

%30.56
%41.39
%28.06

CMYK color model

#6E9565 color CMYK value is (26,0,32,42).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 32.21%
  • key color value is 41.57%
CMYK:
(26,0,32,42)
C26M0Y32K42 
(26%,0%,32%,42%)
(0.26/0.00/0.32/0.42)	

CMYK percentages

%26.17
%0
%32.21
%41.57

Codes

Color #6E9565 in popluar color models

6E9565
RGB110149101
HSL109°19.20%49.02%
HSB/HSV109°32.21%58.43%
CMYK26.17%0.00%32.21%
41.57%

Color #6E9565 in popluar number systems.

HEX6E9565
Decimal110149101
Binary1101110100101011100101
Octal156225145

Shades and tints

Shades of #6E9565

#6E9565
(110,149,101)
#64885C
(100,136,92)
#5A7B53
(90,123,83)
#506E4A
(80,110,74)
#466141
(70,97,65)
#3C5438
(60,84,56)
#32472F
(50,71,47)
#283A26
(40,58,38)
#1E2D1D
(30,45,29)
#142014
(20,32,20)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #6E9565

#6E9565
(110,149,101)
#7B9E73
(123,158,115)
#88A781
(136,167,129)
#95B08F
(149,176,143)
#A2B99D
(162,185,157)
#AFC2AB
(175,194,171)
#BCCBB9
(188,203,185)
#C9D4C7
(201,212,199)
#D6DDD5
(214,221,213)
#E3E6E3
(227,230,227)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9565; }

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

This text font color is #6E9565.


Background Color

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

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

This div background color is #6E9565.


Border color

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

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

This div border color is #6E9565.


Opacity

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

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

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

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

This text has shadow with #6E9565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9565 on black background.


Color preview on white background

This text has color #6E9565 on white background.



Black color preview on #6E9565 background

This text has black color on #6E9565 background.


White color preview on #6E9565 background

This text has white color on #6E9565 background.