COLOR #6E8A4A

HEX: #6E8A4A
RGB: (110,138,74)

Color info

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

RGB color model

#6E8A4A color RGB value is (110,138,74).

  • red value is 110;
  • green value is 138;
  • blue value is 74.
RGB:
(110,138,74)
(43%,54%,29%)

RGB channels and saturation

R 110 of 255 = 43%
G 138 of 255 = 54%
B 74 of 255 = 29%

110
138
74

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

Portions of RGB colors in percentages

R + G + B =
110 + 138 + 74 = 322 (100%)
R 110 of 322 ~ 34.16%
G 138 of 322 ~ 42.86%
B 74 of 322 ~ 22.98%

%34.16
%42.86
%22.98

CMYK color model

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

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 46.38%
  • key color value is 45.88%
CMYK:
(20,0,46,46)
C20M0Y46K46 
(20%,0%,46%,46%)
(0.20/0.00/0.46/0.46)	

CMYK percentages

%20.29
%0
%46.38
%45.88

Codes

Color #6E8A4A in popluar color models

6E8A4A
RGB11013874
HSL86°30.19%41.57%
HSB/HSV86°46.38%54.12%
CMYK20.29%0.00%46.38%
45.88%

Color #6E8A4A in popluar number systems.

HEX6E8A4A
Decimal11013874
Binary1101110100010101001010
Octal156212112

Shades and tints

Shades of #6E8A4A

#6E8A4A
(110,138,74)
#647E44
(100,126,68)
#5A723E
(90,114,62)
#506638
(80,102,56)
#465A32
(70,90,50)
#3C4E2C
(60,78,44)
#324226
(50,66,38)
#283620
(40,54,32)
#1E2A1A
(30,42,26)
#141E14
(20,30,20)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #6E8A4A

#6E8A4A
(110,138,74)
#7B945A
(123,148,90)
#889E6A
(136,158,106)
#95A87A
(149,168,122)
#A2B28A
(162,178,138)
#AFBC9A
(175,188,154)
#BCC6AA
(188,198,170)
#C9D0BA
(201,208,186)
#D6DACA
(214,218,202)
#E3E4DA
(227,228,218)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8A4A color. Also use rgb(110,138,74) instead hex code.

Text Font Color

.myTextColor { color: #6E8A4A; }

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

This text font color is #6E8A4A.


Background Color

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

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

This div background color is #6E8A4A.


Border color

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

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

This div border color is #6E8A4A.


Opacity

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

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

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

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

This text has shadow with #6E8A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8A4A on black background.


Color preview on white background

This text has color #6E8A4A on white background.



Black color preview on #6E8A4A background

This text has black color on #6E8A4A background.


White color preview on #6E8A4A background

This text has white color on #6E8A4A background.