COLOR #6EA95B

HEX: #6EA95B
RGB: (110,169,91)

Color info

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

RGB color model

#6EA95B color RGB value is (110,169,91).

  • red value is 110;
  • green value is 169;
  • blue value is 91.
RGB:
(110,169,91)
(43%,66%,36%)

RGB channels and saturation

R 110 of 255 = 43%
G 169 of 255 = 66%
B 91 of 255 = 36%

110
169
91

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

Portions of RGB colors in percentages

R + G + B =
110 + 169 + 91 = 370 (100%)
R 110 of 370 ~ 29.73%
G 169 of 370 ~ 45.68%
B 91 of 370 ~ 24.59%

%29.73
%45.68
%24.59

CMYK color model

#6EA95B color CMYK value is (35,0,46,34).

  • cyan value is 34.91%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 33.73%
CMYK:
(35,0,46,34)
C35M0Y46K34 
(35%,0%,46%,34%)
(0.35/0.00/0.46/0.34)	

CMYK percentages

%34.91
%0
%46.15
%33.73

Codes

Color #6EA95B in popluar color models

6EA95B
RGB11016991
HSL105°31.20%50.98%
HSB/HSV105°46.15%66.27%
CMYK34.91%0.00%46.15%
33.73%

Color #6EA95B in popluar number systems.

HEX6EA95B
Decimal11016991
Binary1101110101010011011011
Octal156251133

Shades and tints

Shades of #6EA95B

#6EA95B
(110,169,91)
#649A53
(100,154,83)
#5A8B4B
(90,139,75)
#507C43
(80,124,67)
#466D3B
(70,109,59)
#3C5E33
(60,94,51)
#324F2B
(50,79,43)
#284023
(40,64,35)
#1E311B
(30,49,27)
#142213
(20,34,19)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #6EA95B

#6EA95B
(110,169,91)
#7BB069
(123,176,105)
#88B777
(136,183,119)
#95BE85
(149,190,133)
#A2C593
(162,197,147)
#AFCCA1
(175,204,161)
#BCD3AF
(188,211,175)
#C9DABD
(201,218,189)
#D6E1CB
(214,225,203)
#E3E8D9
(227,232,217)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA95B color. Also use rgb(110,169,91) instead hex code.

Text Font Color

.myTextColor { color: #6EA95B; }

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

This text font color is #6EA95B.


Background Color

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

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

This div background color is #6EA95B.


Border color

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

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

This div border color is #6EA95B.


Opacity

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

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

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

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

This text has shadow with #6EA95B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA95B on black background.


Color preview on white background

This text has color #6EA95B on white background.



Black color preview on #6EA95B background

This text has black color on #6EA95B background.


White color preview on #6EA95B background

This text has white color on #6EA95B background.