COLOR #6E8E45

HEX: #6E8E45
RGB: (110,142,69)

Color info

#6E8E45 contains mainly red and green colors. Web safe color of #6E8E45 is #669933 (or #693).

RGB color model

#6E8E45 color RGB value is (110,142,69).

  • red value is 110;
  • green value is 142;
  • blue value is 69.
RGB:
(110,142,69)
(43%,56%,27%)

RGB channels and saturation

R 110 of 255 = 43%
G 142 of 255 = 56%
B 69 of 255 = 27%

110
142
69

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

Portions of RGB colors in percentages

R + G + B =
110 + 142 + 69 = 321 (100%)
R 110 of 321 ~ 34.27%
G 142 of 321 ~ 44.24%
B 69 of 321 ~ 21.5%

%34.27
%44.24
%21.5

CMYK color model

#6E8E45 color CMYK value is (23,0,51,44).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 51.41%
  • key color value is 44.31%
CMYK:
(23,0,51,44)
C23M0Y51K44 
(23%,0%,51%,44%)
(0.23/0.00/0.51/0.44)	

CMYK percentages

%22.54
%0
%51.41
%44.31

Codes

Color #6E8E45 in popluar color models

6E8E45
RGB11014269
HSL86°34.60%41.37%
HSB/HSV86°51.41%55.69%
CMYK22.54%0.00%51.41%
44.31%

Color #6E8E45 in popluar number systems.

HEX6E8E45
Decimal11014269
Binary1101110100011101000101
Octal156216105

Shades and tints

Shades of #6E8E45

#6E8E45
(110,142,69)
#64823F
(100,130,63)
#5A7639
(90,118,57)
#506A33
(80,106,51)
#465E2D
(70,94,45)
#3C5227
(60,82,39)
#324621
(50,70,33)
#283A1B
(40,58,27)
#1E2E15
(30,46,21)
#14220F
(20,34,15)
#0A1609
(10,22,9)
#000000
(0,0,0)

Tints of #6E8E45

#6E8E45
(110,142,69)
#7B9855
(123,152,85)
#88A265
(136,162,101)
#95AC75
(149,172,117)
#A2B685
(162,182,133)
#AFC095
(175,192,149)
#BCCAA5
(188,202,165)
#C9D4B5
(201,212,181)
#D6DEC5
(214,222,197)
#E3E8D5
(227,232,213)
#F0F2E5
(240,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8E45 color. Also use rgb(110,142,69) instead hex code.

Text Font Color

.myTextColor { color: #6E8E45; }

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

This text font color is #6E8E45.


Background Color

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

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

This div background color is #6E8E45.


Border color

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

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

This div border color is #6E8E45.


Opacity

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

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

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

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

This text has shadow with #6E8E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8E45 on black background.


Color preview on white background

This text has color #6E8E45 on white background.



Black color preview on #6E8E45 background

This text has black color on #6E8E45 background.


White color preview on #6E8E45 background

This text has white color on #6E8E45 background.