COLOR #6EA356

HEX: #6EA356
RGB: (110,163,86)

Color info

#6EA356 contains mainly red and green colors. Web safe color of #6EA356 is #669966 (or #696).

RGB color model

#6EA356 color RGB value is (110,163,86).

  • red value is 110;
  • green value is 163;
  • blue value is 86.
RGB:
(110,163,86)
(43%,64%,34%)

RGB channels and saturation

R 110 of 255 = 43%
G 163 of 255 = 64%
B 86 of 255 = 34%

110
163
86

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

Portions of RGB colors in percentages

R + G + B =
110 + 163 + 86 = 359 (100%)
R 110 of 359 ~ 30.64%
G 163 of 359 ~ 45.4%
B 86 of 359 ~ 23.96%

%30.64
%45.4
%23.96

CMYK color model

#6EA356 color CMYK value is (33,0,47,36).

  • cyan value is 32.52%
  • magenta value is 0.00%
  • yellow value is 47.24%
  • key color value is 36.08%
CMYK:
(33,0,47,36)
C33M0Y47K36 
(33%,0%,47%,36%)
(0.33/0.00/0.47/0.36)	

CMYK percentages

%32.52
%0
%47.24
%36.08

Codes

Color #6EA356 in popluar color models

6EA356
RGB11016386
HSL101°30.92%48.82%
HSB/HSV101°47.24%63.92%
CMYK32.52%0.00%47.24%
36.08%

Color #6EA356 in popluar number systems.

HEX6EA356
Decimal11016386
Binary1101110101000111010110
Octal156243126

Shades and tints

Shades of #6EA356

#6EA356
(110,163,86)
#64954F
(100,149,79)
#5A8748
(90,135,72)
#507941
(80,121,65)
#466B3A
(70,107,58)
#3C5D33
(60,93,51)
#324F2C
(50,79,44)
#284125
(40,65,37)
#1E331E
(30,51,30)
#142517
(20,37,23)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #6EA356

#6EA356
(110,163,86)
#7BAB65
(123,171,101)
#88B374
(136,179,116)
#95BB83
(149,187,131)
#A2C392
(162,195,146)
#AFCBA1
(175,203,161)
#BCD3B0
(188,211,176)
#C9DBBF
(201,219,191)
#D6E3CE
(214,227,206)
#E3EBDD
(227,235,221)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA356 color. Also use rgb(110,163,86) instead hex code.

Text Font Color

.myTextColor { color: #6EA356; }

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

This text font color is #6EA356.


Background Color

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

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

This div background color is #6EA356.


Border color

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

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

This div border color is #6EA356.


Opacity

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

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

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

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

This text has shadow with #6EA356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA356 on black background.


Color preview on white background

This text has color #6EA356 on white background.



Black color preview on #6EA356 background

This text has black color on #6EA356 background.


White color preview on #6EA356 background

This text has white color on #6EA356 background.