COLOR #6E8F3E

HEX: #6E8F3E
RGB: (110,143,62)

Color info

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

RGB color model

#6E8F3E color RGB value is (110,143,62).

  • red value is 110;
  • green value is 143;
  • blue value is 62.
RGB:
(110,143,62)
(43%,56%,24%)

RGB channels and saturation

R 110 of 255 = 43%
G 143 of 255 = 56%
B 62 of 255 = 24%

110
143
62

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

Portions of RGB colors in percentages

R + G + B =
110 + 143 + 62 = 315 (100%)
R 110 of 315 ~ 34.92%
G 143 of 315 ~ 45.4%
B 62 of 315 ~ 19.68%

%34.92
%45.4
%19.68

CMYK color model

#6E8F3E color CMYK value is (23,0,57,44).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 56.64%
  • key color value is 43.92%
CMYK:
(23,0,57,44)
C23M0Y57K44 
(23%,0%,57%,44%)
(0.23/0.00/0.57/0.44)	

CMYK percentages

%23.08
%0
%56.64
%43.92

Codes

Color #6E8F3E in popluar color models

6E8F3E
RGB11014362
HSL84°39.51%40.20%
HSB/HSV84°56.64%56.08%
CMYK23.08%0.00%56.64%
43.92%

Color #6E8F3E in popluar number systems.

HEX6E8F3E
Decimal11014362
Binary110111010001111111110
Octal15621776

Shades and tints

Shades of #6E8F3E

#6E8F3E
(110,143,62)
#648239
(100,130,57)
#5A7534
(90,117,52)
#50682F
(80,104,47)
#465B2A
(70,91,42)
#3C4E25
(60,78,37)
#324120
(50,65,32)
#28341B
(40,52,27)
#1E2716
(30,39,22)
#141A11
(20,26,17)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #6E8F3E

#6E8F3E
(110,143,62)
#7B994F
(123,153,79)
#88A360
(136,163,96)
#95AD71
(149,173,113)
#A2B782
(162,183,130)
#AFC193
(175,193,147)
#BCCBA4
(188,203,164)
#C9D5B5
(201,213,181)
#D6DFC6
(214,223,198)
#E3E9D7
(227,233,215)
#F0F3E8
(240,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8F3E color. Also use rgb(110,143,62) instead hex code.

Text Font Color

.myTextColor { color: #6E8F3E; }

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

This text font color is #6E8F3E.


Background Color

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

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

This div background color is #6E8F3E.


Border color

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

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

This div border color is #6E8F3E.


Opacity

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

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

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

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

This text has shadow with #6E8F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8F3E on black background.


Color preview on white background

This text has color #6E8F3E on white background.



Black color preview on #6E8F3E background

This text has black color on #6E8F3E background.


White color preview on #6E8F3E background

This text has white color on #6E8F3E background.