COLOR #6EAC5A

HEX: #6EAC5A
RGB: (110,172,90)

Color info

#6EAC5A contains mainly green color. Web safe color of #6EAC5A is #669966 (or #696).

RGB color model

#6EAC5A color RGB value is (110,172,90).

  • red value is 110;
  • green value is 172;
  • blue value is 90.
RGB:
(110,172,90)
(43%,67%,35%)

RGB channels and saturation

R 110 of 255 = 43%
G 172 of 255 = 67%
B 90 of 255 = 35%

110
172
90

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

Portions of RGB colors in percentages

R + G + B =
110 + 172 + 90 = 372 (100%)
R 110 of 372 ~ 29.57%
G 172 of 372 ~ 46.24%
B 90 of 372 ~ 24.19%

%29.57
%46.24
%24.19

CMYK color model

#6EAC5A color CMYK value is (36,0,48,33).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 47.67%
  • key color value is 32.55%
CMYK:
(36,0,48,33)
C36M0Y48K33 
(36%,0%,48%,33%)
(0.36/0.00/0.48/0.33)	

CMYK percentages

%36.05
%0
%47.67
%32.55

Codes

Color #6EAC5A in popluar color models

6EAC5A
RGB11017290
HSL105°33.06%51.37%
HSB/HSV105°47.67%67.45%
CMYK36.05%0.00%47.67%
32.55%

Color #6EAC5A in popluar number systems.

HEX6EAC5A
Decimal11017290
Binary1101110101011001011010
Octal156254132

Shades and tints

Shades of #6EAC5A

#6EAC5A
(110,172,90)
#649D52
(100,157,82)
#5A8E4A
(90,142,74)
#507F42
(80,127,66)
#46703A
(70,112,58)
#3C6132
(60,97,50)
#32522A
(50,82,42)
#284322
(40,67,34)
#1E341A
(30,52,26)
#142512
(20,37,18)
#0A160A
(10,22,10)
#000000
(0,0,0)

Tints of #6EAC5A

#6EAC5A
(110,172,90)
#7BB369
(123,179,105)
#88BA78
(136,186,120)
#95C187
(149,193,135)
#A2C896
(162,200,150)
#AFCFA5
(175,207,165)
#BCD6B4
(188,214,180)
#C9DDC3
(201,221,195)
#D6E4D2
(214,228,210)
#E3EBE1
(227,235,225)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EAC5A color. Also use rgb(110,172,90) instead hex code.

Text Font Color

.myTextColor { color: #6EAC5A; }

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

This text font color is #6EAC5A.


Background Color

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

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

This div background color is #6EAC5A.


Border color

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

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

This div border color is #6EAC5A.


Opacity

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

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

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

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

This text has shadow with #6EAC5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EAC5A on black background.


Color preview on white background

This text has color #6EAC5A on white background.



Black color preview on #6EAC5A background

This text has black color on #6EAC5A background.


White color preview on #6EAC5A background

This text has white color on #6EAC5A background.