COLOR #6EA16F

HEX: #6EA16F
RGB: (110,161,111)

Color info

#6EA16F contains red, green and blue colors in about the same proportion. Web safe color of #6EA16F is #669966 (or #696).

RGB color model

#6EA16F color RGB value is (110,161,111).

  • red value is 110;
  • green value is 161;
  • blue value is 111.
RGB:
(110,161,111)
(43%,63%,44%)

RGB channels and saturation

R 110 of 255 = 43%
G 161 of 255 = 63%
B 111 of 255 = 44%

110
161
111

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

Portions of RGB colors in percentages

R + G + B =
110 + 161 + 111 = 382 (100%)
R 110 of 382 ~ 28.8%
G 161 of 382 ~ 42.15%
B 111 of 382 ~ 29.06%

%28.8
%42.15
%29.06

CMYK color model

#6EA16F color CMYK value is (32,0,31,37).

  • cyan value is 31.68%
  • magenta value is 0.00%
  • yellow value is 31.06%
  • key color value is 36.86%
CMYK:
(32,0,31,37)
C32M0Y31K37 
(32%,0%,31%,37%)
(0.32/0.00/0.31/0.37)	

CMYK percentages

%31.68
%0
%31.06
%36.86

Codes

Color #6EA16F in popluar color models

6EA16F
RGB110161111
HSL121°21.34%53.14%
HSB/HSV121°31.68%63.14%
CMYK31.68%0.00%31.06%
36.86%

Color #6EA16F in popluar number systems.

HEX6EA16F
Decimal110161111
Binary1101110101000011101111
Octal156241157

Shades and tints

Shades of #6EA16F

#6EA16F
(110,161,111)
#649365
(100,147,101)
#5A855B
(90,133,91)
#507751
(80,119,81)
#466947
(70,105,71)
#3C5B3D
(60,91,61)
#324D33
(50,77,51)
#283F29
(40,63,41)
#1E311F
(30,49,31)
#142315
(20,35,21)
#0A150B
(10,21,11)
#000000
(0,0,0)

Tints of #6EA16F

#6EA16F
(110,161,111)
#7BA97C
(123,169,124)
#88B189
(136,177,137)
#95B996
(149,185,150)
#A2C1A3
(162,193,163)
#AFC9B0
(175,201,176)
#BCD1BD
(188,209,189)
#C9D9CA
(201,217,202)
#D6E1D7
(214,225,215)
#E3E9E4
(227,233,228)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA16F color. Also use rgb(110,161,111) instead hex code.

Text Font Color

.myTextColor { color: #6EA16F; }

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

This text font color is #6EA16F.


Background Color

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

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

This div background color is #6EA16F.


Border color

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

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

This div border color is #6EA16F.


Opacity

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

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

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

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

This text has shadow with #6EA16F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA16F on black background.


Color preview on white background

This text has color #6EA16F on white background.



Black color preview on #6EA16F background

This text has black color on #6EA16F background.


White color preview on #6EA16F background

This text has white color on #6EA16F background.