COLOR #6EA54B

HEX: #6EA54B RGB: (110,165,75)

Color info

#6EA54B contains mainly red and green colors. Web safe color of #6EA54B is #669933 (or #693).

RGB color model

#6EA54B color RGB value is (110,165,75).

RGB: (110,165,75) (43%, 65%, 29%)

RGB channels and saturation

R 110 of 255 = 43%
G 165 of 255 = 65%
B 75 of 255 = 29%

110
165
75

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

Portions of RGB colors in percentages

R + G + B = 110 + 165 + 75 = 350 (100%)
R 110 of 350 ~ 31.43%
G 165 of 350 ~ 47.14%
B 75 of 350 ~ 21.43'%

%31.43
%47.14
%21.43

CMYK color model

#6EA54B color CMYK value is (33,0,55,35).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 35.29%
CMYK: (33,0,55,35) C33M0Y55K35 (33%,0%,55%,35%) (0.33/0.00/0.55/0.35) 

CMYK percentages

%33.33
%0
%54.55
%35.29

Codes

Color #6EA54B in popluar color models

6E A5 4B
RGB 110 165 75
HSL 97° 37.50% 47.06%
HSB/HSV 97° 54.55% 64.71%
CMYK 33.33% 0.00% 54.55%
35.29%

Color #6EA54B in popluar number systems.

HEX 6E A5 4B
Decimal 110 165 75
Binary 1101110 10100101 1001011
Octal 156 245 113

Shades and tints

Shades of #6EA54B

#6EA54B
(110,165,75)
#649645
(100,150,69)
#5A873F
(90,135,63)
#507839
(80,120,57)
#466933
(70,105,51)
#3C5A2D
(60,90,45)
#324B27
(50,75,39)
#283C21
(40,60,33)
#1E2D1B
(30,45,27)
#141E15
(20,30,21)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6EA54B

#6EA54B
(110,165,75)
#7BAD5B
(123,173,91)
#88B56B
(136,181,107)
#95BD7B
(149,189,123)
#A2C58B
(162,197,139)
#AFCD9B
(175,205,155)
#BCD5AB
(188,213,171)
#C9DDBB
(201,221,187)
#D6E5CB
(214,229,203)
#E3EDDB
(227,237,219)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA54B color. Also use rgb(110,165,75) instead hex code.

Text Font Color

.myTextColor { color: #6EA54B; }

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

This text font color is #6EA54B.

Background Color

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

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

This div background color is #6EA54B.

Border color

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

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

This div border color is #6EA54B.

Opacity

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

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

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

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

This text has shadow with #6EA54B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA54B.

Preview

Color preview on black background

This text has color #6EA54B on black background.


Color preview on white background

This text has color #6EA54B on white background.


Black color preview on #6EA54B background

This text has black color on #6EA54B background.


White color preview on #6EA54B background

This text has white color on #6EA54B background.


Related colors

Complementary color

Complementary color for #hex is #915AB4.


I love getcolorcode.com

Triadic colors

1 #4B6EA5 and #A54B6E with #6EA54B are triadic colors.

2 #4BA56E and #A56E4B with #6EA54B are triadic colors.