COLOR #6E9E49

HEX: #6E9E49
RGB: (110,158,73)

Color info

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

RGB color model

#6E9E49 color RGB value is (110,158,73).

  • red value is 110;
  • green value is 158;
  • blue value is 73.
RGB:
(110,158,73)
(43%,62%,29%)

RGB channels and saturation

R 110 of 255 = 43%
G 158 of 255 = 62%
B 73 of 255 = 29%

110
158
73

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

Portions of RGB colors in percentages

R + G + B =
110 + 158 + 73 = 341 (100%)
R 110 of 341 ~ 32.26%
G 158 of 341 ~ 46.33%
B 73 of 341 ~ 21.41%

%32.26
%46.33
%21.41

CMYK color model

#6E9E49 color CMYK value is (30,0,54,38).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 53.80%
  • key color value is 38.04%
CMYK:
(30,0,54,38)
C30M0Y54K38 
(30%,0%,54%,38%)
(0.30/0.00/0.54/0.38)	

CMYK percentages

%30.38
%0
%53.8
%38.04

Codes

Color #6E9E49 in popluar color models

6E9E49
RGB11015873
HSL94°36.80%45.29%
HSB/HSV94°53.80%61.96%
CMYK30.38%0.00%53.80%
38.04%

Color #6E9E49 in popluar number systems.

HEX6E9E49
Decimal11015873
Binary1101110100111101001001
Octal156236111

Shades and tints

Shades of #6E9E49

#6E9E49
(110,158,73)
#649043
(100,144,67)
#5A823D
(90,130,61)
#507437
(80,116,55)
#466631
(70,102,49)
#3C582B
(60,88,43)
#324A25
(50,74,37)
#283C1F
(40,60,31)
#1E2E19
(30,46,25)
#142013
(20,32,19)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #6E9E49

#6E9E49
(110,158,73)
#7BA659
(123,166,89)
#88AE69
(136,174,105)
#95B679
(149,182,121)
#A2BE89
(162,190,137)
#AFC699
(175,198,153)
#BCCEA9
(188,206,169)
#C9D6B9
(201,214,185)
#D6DEC9
(214,222,201)
#E3E6D9
(227,230,217)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9E49 color. Also use rgb(110,158,73) instead hex code.

Text Font Color

.myTextColor { color: #6E9E49; }

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

This text font color is #6E9E49.


Background Color

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

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

This div background color is #6E9E49.


Border color

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

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

This div border color is #6E9E49.


Opacity

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

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

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

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

This text has shadow with #6E9E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9E49 on black background.


Color preview on white background

This text has color #6E9E49 on white background.



Black color preview on #6E9E49 background

This text has black color on #6E9E49 background.


White color preview on #6E9E49 background

This text has white color on #6E9E49 background.