COLOR #6E955D

HEX: #6E955D
RGB: (110,149,93)

Color info

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

RGB color model

#6E955D color RGB value is (110,149,93).

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

RGB channels and saturation

R 110 of 255 = 43%
G 149 of 255 = 58%
B 93 of 255 = 36%

110
149
93

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

Portions of RGB colors in percentages

R + G + B =
110 + 149 + 93 = 352 (100%)
R 110 of 352 ~ 31.25%
G 149 of 352 ~ 42.33%
B 93 of 352 ~ 26.42%

%31.25
%42.33
%26.42

CMYK color model

#6E955D color CMYK value is (26,0,38,42).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 37.58%
  • key color value is 41.57%
CMYK:
(26,0,38,42)
C26M0Y38K42 
(26%,0%,38%,42%)
(0.26/0.00/0.38/0.42)	

CMYK percentages

%26.17
%0
%37.58
%41.57

Codes

Color #6E955D in popluar color models

6E955D
RGB11014993
HSL102°23.14%47.45%
HSB/HSV102°37.58%58.43%
CMYK26.17%0.00%37.58%
41.57%

Color #6E955D in popluar number systems.

HEX6E955D
Decimal11014993
Binary1101110100101011011101
Octal156225135

Shades and tints

Shades of #6E955D

#6E955D
(110,149,93)
#648855
(100,136,85)
#5A7B4D
(90,123,77)
#506E45
(80,110,69)
#46613D
(70,97,61)
#3C5435
(60,84,53)
#32472D
(50,71,45)
#283A25
(40,58,37)
#1E2D1D
(30,45,29)
#142015
(20,32,21)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #6E955D

#6E955D
(110,149,93)
#7B9E6B
(123,158,107)
#88A779
(136,167,121)
#95B087
(149,176,135)
#A2B995
(162,185,149)
#AFC2A3
(175,194,163)
#BCCBB1
(188,203,177)
#C9D4BF
(201,212,191)
#D6DDCD
(214,221,205)
#E3E6DB
(227,230,219)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E955D; }

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

This text font color is #6E955D.


Background Color

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

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

This div background color is #6E955D.


Border color

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

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

This div border color is #6E955D.


Opacity

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

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

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

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

This text has shadow with #6E955D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E955D on black background.


Color preview on white background

This text has color #6E955D on white background.



Black color preview on #6E955D background

This text has black color on #6E955D background.


White color preview on #6E955D background

This text has white color on #6E955D background.