COLOR #6EA464

HEX: #6EA464 RGB: (110,164,100)

Color info

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

RGB color model

#6EA464 color RGB value is (110,164,100).

RGB: (110,164,100) (43%, 64%, 39%)

RGB channels and saturation

R 110 of 255 = 43%
G 164 of 255 = 64%
B 100 of 255 = 39%

110
164
100

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

Portions of RGB colors in percentages

R + G + B = 110 + 164 + 100 = 374 (100%)
R 110 of 374 ~ 29.41%
G 164 of 374 ~ 43.85%
B 100 of 374 ~ 26.74'%

%29.41
%43.85
%26.74

CMYK color model

#6EA464 color CMYK value is (33,0,39,36).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 35.69%

CMYK: (33,0,39,36)
C33M0Y39K36 (33%, 0%, 39%, 36%)
(0.33 / 0.00 / 0.39 / 0.36)

CMYK percentages

%32.93
%0
%39.02
%35.69

Codes

Color #6EA464 in popluar color models

6E A4 64
RGB 110 164 100
HSL 111° 26.02% 51.76%
HSB/HSV 111° 39.02% 64.31%
CMYK 32.93% 0.00% 39.02%
35.69%

Color #6EA464 in popluar number systems.

HEX 6E A4 64
Decimal 110 164 100
Binary 1101110 10100100 1100100
Octal 156 244 144

Shades and tints

Shades of #6EA464

#6EA464
(110,164,100)
#64965B
(100,150,91)
#5A8852
(90,136,82)
#507A49
(80,122,73)
#466C40
(70,108,64)
#3C5E37
(60,94,55)
#32502E
(50,80,46)
#284225
(40,66,37)
#1E341C
(30,52,28)
#142613
(20,38,19)
#0A180A
(10,24,10)
#000000
(0,0,0)

Tints of #6EA464

#6EA464
(110,164,100)
#7BAC72
(123,172,114)
#88B480
(136,180,128)
#95BC8E
(149,188,142)
#A2C49C
(162,196,156)
#AFCCAA
(175,204,170)
#BCD4B8
(188,212,184)
#C9DCC6
(201,220,198)
#D6E4D4
(214,228,212)
#E3ECE2
(227,236,226)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA464; }

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

This text font color is #6EA464.

Background Color

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

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

This div background color is #6EA464.

Border color

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

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

This div border color is #6EA464.

Opacity

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

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

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

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

This text has shadow with #6EA464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA464.

Preview

Color preview on black background

This text has color #6EA464 on black background.


Color preview on white background

This text has color #6EA464 on white background.


Black color preview on #6EA464 background

This text has black color on #6EA464 background.


White color preview on #6EA464 background

This text has white color on #6EA464 background.


Related colors

Complementary color

Complementary color for #hex is #915B9B.


I love getcolorcode.com

Triadic colors

1 #646EA4 and #A4646E with #6EA464 are triadic colors.

2 #64A46E and #A46E64 with #6EA464 are triadic colors.