COLOR #6E8D45

HEX: #6E8D45
RGB: (110,141,69)

Color info

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

RGB color model

#6E8D45 color RGB value is (110,141,69).

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

RGB channels and saturation

R 110 of 255 = 43%
G 141 of 255 = 55%
B 69 of 255 = 27%

110
141
69

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

Portions of RGB colors in percentages

R + G + B =
110 + 141 + 69 = 320 (100%)
R 110 of 320 ~ 34.38%
G 141 of 320 ~ 44.06%
B 69 of 320 ~ 21.56%

%34.38
%44.06
%21.56

CMYK color model

#6E8D45 color CMYK value is (22,0,51,45).

  • cyan value is 21.99%
  • magenta value is 0.00%
  • yellow value is 51.06%
  • key color value is 44.71%
CMYK:
(22,0,51,45)
C22M0Y51K45 
(22%,0%,51%,45%)
(0.22/0.00/0.51/0.45)	

CMYK percentages

%21.99
%0
%51.06
%44.71

Codes

Color #6E8D45 in popluar color models

6E8D45
RGB11014169
HSL86°34.29%41.18%
HSB/HSV86°51.06%55.29%
CMYK21.99%0.00%51.06%
44.71%

Color #6E8D45 in popluar number systems.

HEX6E8D45
Decimal11014169
Binary1101110100011011000101
Octal156215105

Shades and tints

Shades of #6E8D45

#6E8D45
(110,141,69)
#64813F
(100,129,63)
#5A7539
(90,117,57)
#506933
(80,105,51)
#465D2D
(70,93,45)
#3C5127
(60,81,39)
#324521
(50,69,33)
#28391B
(40,57,27)
#1E2D15
(30,45,21)
#14210F
(20,33,15)
#0A1509
(10,21,9)
#000000
(0,0,0)

Tints of #6E8D45

#6E8D45
(110,141,69)
#7B9755
(123,151,85)
#88A165
(136,161,101)
#95AB75
(149,171,117)
#A2B585
(162,181,133)
#AFBF95
(175,191,149)
#BCC9A5
(188,201,165)
#C9D3B5
(201,211,181)
#D6DDC5
(214,221,197)
#E3E7D5
(227,231,213)
#F0F1E5
(240,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8D45; }

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

This text font color is #6E8D45.


Background Color

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

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

This div background color is #6E8D45.


Border color

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

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

This div border color is #6E8D45.


Opacity

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

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

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

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

This text has shadow with #6E8D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8D45 on black background.


Color preview on white background

This text has color #6E8D45 on white background.



Black color preview on #6E8D45 background

This text has black color on #6E8D45 background.


White color preview on #6E8D45 background

This text has white color on #6E8D45 background.