COLOR #6EB05F

HEX: #6EB05F RGB: (110,176,95)

Color info

#6EB05F contains mainly green color. Web safe color of #6EB05F is #669966 (or #696).

RGB color model

#6EB05F color RGB value is (110,176,95).

RGB: (110,176,95) (43%, 69%, 37%)

RGB channels and saturation

R 110 of 255 = 43%
G 176 of 255 = 69%
B 95 of 255 = 37%

110
176
95

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

Portions of RGB colors in percentages

R + G + B = 110 + 176 + 95 = 381 (100%)
R 110 of 381 ~ 28.87%
G 176 of 381 ~ 46.19%
B 95 of 381 ~ 24.93'%

%28.87
%46.19
%24.93

CMYK color model

#6EB05F color CMYK value is (38,0,46,31).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 46.02%
  • key color value is 30.98%

CMYK: (38,0,46,31)
C38M0Y46K31 (38%, 0%, 46%, 31%)
(0.38 / 0.00 / 0.46 / 0.31)

CMYK percentages

%37.5
%0
%46.02
%30.98

Codes

Color #6EB05F in popluar color models

6E B0 5F
RGB 110 176 95
HSL 109° 33.89% 53.14%
HSB/HSV 109° 46.02% 69.02%
CMYK 37.50% 0.00% 46.02%
30.98%

Color #6EB05F in popluar number systems.

HEX 6E B0 5F
Decimal 110 176 95
Binary 1101110 10110000 1011111
Octal 156 260 137

Shades and tints

Shades of #6EB05F

#6EB05F
(110,176,95)
#64A057
(100,160,87)
#5A904F
(90,144,79)
#508047
(80,128,71)
#46703F
(70,112,63)
#3C6037
(60,96,55)
#32502F
(50,80,47)
#284027
(40,64,39)
#1E301F
(30,48,31)
#142017
(20,32,23)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #6EB05F

#6EB05F
(110,176,95)
#7BB76D
(123,183,109)
#88BE7B
(136,190,123)
#95C589
(149,197,137)
#A2CC97
(162,204,151)
#AFD3A5
(175,211,165)
#BCDAB3
(188,218,179)
#C9E1C1
(201,225,193)
#D6E8CF
(214,232,207)
#E3EFDD
(227,239,221)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EB05F; }

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

This text font color is #6EB05F.

Background Color

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

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

This div background color is #6EB05F.

Border color

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

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

This div border color is #6EB05F.

Opacity

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

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

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

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

This text has shadow with #6EB05F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EB05F.

Preview

Color preview on black background

This text has color #6EB05F on black background.


Color preview on white background

This text has color #6EB05F on white background.


Black color preview on #6EB05F background

This text has black color on #6EB05F background.


White color preview on #6EB05F background

This text has white color on #6EB05F background.


Related colors

Complementary color

Complementary color for #hex is #914FA0.


I love getcolorcode.com

Triadic colors

1 #5F6EB0 and #B05F6E with #6EB05F are triadic colors.

2 #5FB06E and #B06E5F with #6EB05F are triadic colors.