COLOR #6EA65F

HEX: #6EA65F RGB: (110,166,95)

Color info

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

RGB color model

#6EA65F color RGB value is (110,166,95).

RGB: (110,166,95) (43%, 65%, 37%)

RGB channels and saturation

R 110 of 255 = 43%
G 166 of 255 = 65%
B 95 of 255 = 37%

110
166
95

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

Portions of RGB colors in percentages

R + G + B = 110 + 166 + 95 = 371 (100%)
R 110 of 371 ~ 29.65%
G 166 of 371 ~ 44.74%
B 95 of 371 ~ 25.61'%

%29.65
%44.74
%25.61

CMYK color model

#6EA65F color CMYK value is (34,0,43,35).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 42.77%
  • key color value is 34.90%

CMYK: (34,0,43,35)
C34M0Y43K35 (34%, 0%, 43%, 35%)
(0.34 / 0.00 / 0.43 / 0.35)

CMYK percentages

%33.73
%0
%42.77
%34.9

Codes

Color #6EA65F in popluar color models

6E A6 5F
RGB 110 166 95
HSL 107° 28.51% 51.18%
HSB/HSV 107° 42.77% 65.10%
CMYK 33.73% 0.00% 42.77%
34.90%

Color #6EA65F in popluar number systems.

HEX 6E A6 5F
Decimal 110 166 95
Binary 1101110 10100110 1011111
Octal 156 246 137

Shades and tints

Shades of #6EA65F

#6EA65F
(110,166,95)
#649757
(100,151,87)
#5A884F
(90,136,79)
#507947
(80,121,71)
#466A3F
(70,106,63)
#3C5B37
(60,91,55)
#324C2F
(50,76,47)
#283D27
(40,61,39)
#1E2E1F
(30,46,31)
#141F17
(20,31,23)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #6EA65F

#6EA65F
(110,166,95)
#7BAE6D
(123,174,109)
#88B67B
(136,182,123)
#95BE89
(149,190,137)
#A2C697
(162,198,151)
#AFCEA5
(175,206,165)
#BCD6B3
(188,214,179)
#C9DEC1
(201,222,193)
#D6E6CF
(214,230,207)
#E3EEDD
(227,238,221)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA65F color. Also use rgb(110,166,95) instead hex code.

Text Font Color

.myTextColor { color: #6EA65F; }

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

This text font color is #6EA65F.

Background Color

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

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

This div background color is #6EA65F.

Border color

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

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

This div border color is #6EA65F.

Opacity

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

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

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

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

This text has shadow with #6EA65F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA65F.

Preview

Color preview on black background

This text has color #6EA65F on black background.


Color preview on white background

This text has color #6EA65F on white background.


Black color preview on #6EA65F background

This text has black color on #6EA65F background.


White color preview on #6EA65F background

This text has white color on #6EA65F background.


Related colors

Complementary color

Complementary color for #hex is #9159A0.


I love getcolorcode.com

Triadic colors

1 #5F6EA6 and #A65F6E with #6EA65F are triadic colors.

2 #5FA66E and #A66E5F with #6EA65F are triadic colors.