COLOR #6EB06A

HEX: #6EB06A RGB: (110,176,106)

Color info

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

RGB color model

#6EB06A color RGB value is (110,176,106).

RGB: (110,176,106) (43%, 69%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 176 of 255 = 69%
B 106 of 255 = 42%

110
176
106

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

Portions of RGB colors in percentages

R + G + B = 110 + 176 + 106 = 392 (100%)
R 110 of 392 ~ 28.06%
G 176 of 392 ~ 44.9%
B 106 of 392 ~ 27.04'%

%28.06
%44.9
%27.04

CMYK color model

#6EB06A color CMYK value is (38,0,40,31).

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

CMYK: (38,0,40,31)
C38M0Y40K31 (38%, 0%, 40%, 31%)
(0.38 / 0.00 / 0.40 / 0.31)

CMYK percentages

%37.5
%0
%39.77
%30.98

Codes

Color #6EB06A in popluar color models

6E B0 6A
RGB 110 176 106
HSL 117° 30.70% 55.29%
HSB/HSV 117° 39.77% 69.02%
CMYK 37.50% 0.00% 39.77%
30.98%

Color #6EB06A in popluar number systems.

HEX 6E B0 6A
Decimal 110 176 106
Binary 1101110 10110000 1101010
Octal 156 260 152

Shades and tints

Shades of #6EB06A

#6EB06A
(110,176,106)
#64A061
(100,160,97)
#5A9058
(90,144,88)
#50804F
(80,128,79)
#467046
(70,112,70)
#3C603D
(60,96,61)
#325034
(50,80,52)
#28402B
(40,64,43)
#1E3022
(30,48,34)
#142019
(20,32,25)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #6EB06A

#6EB06A
(110,176,106)
#7BB777
(123,183,119)
#88BE84
(136,190,132)
#95C591
(149,197,145)
#A2CC9E
(162,204,158)
#AFD3AB
(175,211,171)
#BCDAB8
(188,218,184)
#C9E1C5
(201,225,197)
#D6E8D2
(214,232,210)
#E3EFDF
(227,239,223)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EB06A; }

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

This text font color is #6EB06A.

Background Color

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

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

This div background color is #6EB06A.

Border color

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

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

This div border color is #6EB06A.

Opacity

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

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

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

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

This text has shadow with #6EB06A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EB06A.

Preview

Color preview on black background

This text has color #6EB06A on black background.


Color preview on white background

This text has color #6EB06A on white background.


Black color preview on #6EB06A background

This text has black color on #6EB06A background.


White color preview on #6EB06A background

This text has white color on #6EB06A background.


Related colors

Complementary color

Complementary color for #hex is #914F95.


I love getcolorcode.com

Triadic colors

1 #6A6EB0 and #B06A6E with #6EB06A are triadic colors.

2 #6AB06E and #B06E6A with #6EB06A are triadic colors.