COLOR #6E9B49

HEX: #6E9B49
RGB: (110,155,73)

Color info

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

RGB color model

#6E9B49 color RGB value is (110,155,73).

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

RGB channels and saturation

R 110 of 255 = 43%
G 155 of 255 = 61%
B 73 of 255 = 29%

110
155
73

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

Portions of RGB colors in percentages

R + G + B =
110 + 155 + 73 = 338 (100%)
R 110 of 338 ~ 32.54%
G 155 of 338 ~ 45.86%
B 73 of 338 ~ 21.6%

%32.54
%45.86
%21.6

CMYK color model

#6E9B49 color CMYK value is (29,0,53,39).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 52.90%
  • key color value is 39.22%
CMYK:
(29,0,53,39)
C29M0Y53K39 
(29%,0%,53%,39%)
(0.29/0.00/0.53/0.39)	

CMYK percentages

%29.03
%0
%52.9
%39.22

Codes

Color #6E9B49 in popluar color models

6E9B49
RGB11015573
HSL93°35.96%44.71%
HSB/HSV93°52.90%60.78%
CMYK29.03%0.00%52.90%
39.22%

Color #6E9B49 in popluar number systems.

HEX6E9B49
Decimal11015573
Binary1101110100110111001001
Octal156233111

Shades and tints

Shades of #6E9B49

#6E9B49
(110,155,73)
#648D43
(100,141,67)
#5A7F3D
(90,127,61)
#507137
(80,113,55)
#466331
(70,99,49)
#3C552B
(60,85,43)
#324725
(50,71,37)
#28391F
(40,57,31)
#1E2B19
(30,43,25)
#141D13
(20,29,19)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #6E9B49

#6E9B49
(110,155,73)
#7BA459
(123,164,89)
#88AD69
(136,173,105)
#95B679
(149,182,121)
#A2BF89
(162,191,137)
#AFC899
(175,200,153)
#BCD1A9
(188,209,169)
#C9DAB9
(201,218,185)
#D6E3C9
(214,227,201)
#E3ECD9
(227,236,217)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9B49; }

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

This text font color is #6E9B49.


Background Color

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

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

This div background color is #6E9B49.


Border color

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

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

This div border color is #6E9B49.


Opacity

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

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

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

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

This text has shadow with #6E9B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9B49 on black background.


Color preview on white background

This text has color #6E9B49 on white background.



Black color preview on #6E9B49 background

This text has black color on #6E9B49 background.


White color preview on #6E9B49 background

This text has white color on #6E9B49 background.