COLOR #6E9A13

HEX: #6E9A13
RGB: (110,154,19)

Color info

#6E9A13 contains mainly red and green colors. Web safe color of #6E9A13 is #669900 (or #690).

RGB color model

#6E9A13 color RGB value is (110,154,19).

  • red value is 110;
  • green value is 154;
  • blue value is 19.
RGB:
(110,154,19)
(43%,60%,7%)

RGB channels and saturation

R 110 of 255 = 43%
G 154 of 255 = 60%
B 19 of 255 = 7%

110
154
19

R + G + B ~ 37%. #6E9A13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 154 + 19 = 283 (100%)
R 110 of 283 ~ 38.87%
G 154 of 283 ~ 54.42%
B 19 of 283 ~ 6.71%

%38.87
%54.42

CMYK color model

#6E9A13 color CMYK value is (29,0,88,40).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 87.66%
  • key color value is 39.61%
CMYK:
(29,0,88,40)
C29M0Y88K40 
(29%,0%,88%,40%)
(0.29/0.00/0.88/0.40)	

CMYK percentages

%28.57
%0
%87.66
%39.61

Codes

Color #6E9A13 in popluar color models

6E9A13
RGB11015419
HSL80°78.03%33.92%
HSB/HSV80°87.66%60.39%
CMYK28.57%0.00%87.66%
39.61%

Color #6E9A13 in popluar number systems.

HEX6E9A13
Decimal11015419
Binary11011101001101010011
Octal15623223

Shades and tints

Shades of #6E9A13

#6E9A13
(110,154,19)
#648C12
(100,140,18)
#5A7E11
(90,126,17)
#507010
(80,112,16)
#46620F
(70,98,15)
#3C540E
(60,84,14)
#32460D
(50,70,13)
#28380C
(40,56,12)
#1E2A0B
(30,42,11)
#141C0A
(20,28,10)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #6E9A13

#6E9A13
(110,154,19)
#7BA328
(123,163,40)
#88AC3D
(136,172,61)
#95B552
(149,181,82)
#A2BE67
(162,190,103)
#AFC77C
(175,199,124)
#BCD091
(188,208,145)
#C9D9A6
(201,217,166)
#D6E2BB
(214,226,187)
#E3EBD0
(227,235,208)
#F0F4E5
(240,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9A13 color. Also use rgb(110,154,19) instead hex code.

Text Font Color

.myTextColor { color: #6E9A13; }

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

This text font color is #6E9A13.


Background Color

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

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

This div background color is #6E9A13.


Border color

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

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

This div border color is #6E9A13.


Opacity

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

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

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

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

This text has shadow with #6E9A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9A13 on black background.


Color preview on white background

This text has color #6E9A13 on white background.



Black color preview on #6E9A13 background

This text has black color on #6E9A13 background.


White color preview on #6E9A13 background

This text has white color on #6E9A13 background.