COLOR #6EA450

HEX: #6EA450 RGB: (110,164,80)

Color info

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

RGB color model

#6EA450 color RGB value is (110,164,80).

RGB: (110,164,80) (43%, 64%, 31%)

RGB channels and saturation

R 110 of 255 = 43%
G 164 of 255 = 64%
B 80 of 255 = 31%

110
164
80

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

Portions of RGB colors in percentages

R + G + B = 110 + 164 + 80 = 354 (100%)
R 110 of 354 ~ 31.07%
G 164 of 354 ~ 46.33%
B 80 of 354 ~ 22.6'%

%31.07
%46.33
%22.6

CMYK color model

#6EA450 color CMYK value is (33,0,51,36).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 51.22%
  • key color value is 35.69%
CMYK: (33,0,51,36) C33M0Y51K36 (33%,0%,51%,36%) (0.33/0.00/0.51/0.36) 

CMYK percentages

%32.93
%0
%51.22
%35.69

Codes

Color #6EA450 in popluar color models

6E A4 50
RGB 110 164 80
HSL 99° 34.43% 47.84%
HSB/HSV 99° 51.22% 64.31%
CMYK 32.93% 0.00% 51.22%
35.69%

Color #6EA450 in popluar number systems.

HEX 6E A4 50
Decimal 110 164 80
Binary 1101110 10100100 1010000
Octal 156 244 120

Shades and tints

Shades of #6EA450

#6EA450
(110,164,80)
#649649
(100,150,73)
#5A8842
(90,136,66)
#507A3B
(80,122,59)
#466C34
(70,108,52)
#3C5E2D
(60,94,45)
#325026
(50,80,38)
#28421F
(40,66,31)
#1E3418
(30,52,24)
#142611
(20,38,17)
#0A180A
(10,24,10)
#000000
(0,0,0)

Tints of #6EA450

#6EA450
(110,164,80)
#7BAC5F
(123,172,95)
#88B46E
(136,180,110)
#95BC7D
(149,188,125)
#A2C48C
(162,196,140)
#AFCC9B
(175,204,155)
#BCD4AA
(188,212,170)
#C9DCB9
(201,220,185)
#D6E4C8
(214,228,200)
#E3ECD7
(227,236,215)
#F0F4E6
(240,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA450 color. Also use rgb(110,164,80) instead hex code.

Text Font Color

.myTextColor { color: #6EA450; }

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

This text font color is #6EA450.

Background Color

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

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

This div background color is #6EA450.

Border color

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

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

This div border color is #6EA450.

Opacity

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

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

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

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

This text has shadow with #6EA450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA450.

Preview

Color preview on black background

This text has color #6EA450 on black background.


Color preview on white background

This text has color #6EA450 on white background.


Black color preview on #6EA450 background

This text has black color on #6EA450 background.


White color preview on #6EA450 background

This text has white color on #6EA450 background.


Related colors

Complementary color

Complementary color for #hex is #915BAF.


I love getcolorcode.com

Triadic colors

1 #506EA4 and #A4506E with #6EA450 are triadic colors.

2 #50A46E and #A46E50 with #6EA450 are triadic colors.