COLOR #6ED679

HEX: #6ED679
RGB: (110,214,121)

Color info

#6ED679 contains mainly green color. Web safe color of #6ED679 is #66CC66 (or #6C6).

RGB color model

#6ED679 color RGB value is (110,214,121).

  • red value is 110;
  • green value is 214;
  • blue value is 121.
RGB:
(110,214,121)
(43%,84%,47%)

RGB channels and saturation

R 110 of 255 = 43%
G 214 of 255 = 84%
B 121 of 255 = 47%

110
214
121

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

Portions of RGB colors in percentages

R + G + B =
110 + 214 + 121 = 445 (100%)
R 110 of 445 ~ 24.72%
G 214 of 445 ~ 48.09%
B 121 of 445 ~ 27.19%

%24.72
%48.09
%27.19

CMYK color model

#6ED679 color CMYK value is (49,0,43,16).

  • cyan value is 48.60%
  • magenta value is 0.00%
  • yellow value is 43.46%
  • key color value is 16.08%
CMYK:
(49,0,43,16)
C49M0Y43K16 
(49%,0%,43%,16%)
(0.49/0.00/0.43/0.16)	

CMYK percentages

%48.6
%0
%43.46
%16.08

Codes

Color #6ED679 in popluar color models

6ED679
RGB110214121
HSL126°55.91%63.53%
HSB/HSV126°48.60%83.92%
CMYK48.60%0.00%43.46%
16.08%

Color #6ED679 in popluar number systems.

HEX6ED679
Decimal110214121
Binary1101110110101101111001
Octal156326171

Shades and tints

Shades of #6ED679

#6ED679
(110,214,121)
#64C36E
(100,195,110)
#5AB063
(90,176,99)
#509D58
(80,157,88)
#468A4D
(70,138,77)
#3C7742
(60,119,66)
#326437
(50,100,55)
#28512C
(40,81,44)
#1E3E21
(30,62,33)
#142B16
(20,43,22)
#0A180B
(10,24,11)
#000000
(0,0,0)

Tints of #6ED679

#6ED679
(110,214,121)
#7BD985
(123,217,133)
#88DC91
(136,220,145)
#95DF9D
(149,223,157)
#A2E2A9
(162,226,169)
#AFE5B5
(175,229,181)
#BCE8C1
(188,232,193)
#C9EBCD
(201,235,205)
#D6EED9
(214,238,217)
#E3F1E5
(227,241,229)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ED679 color. Also use rgb(110,214,121) instead hex code.

Text Font Color

.myTextColor { color: #6ED679; }

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

This text font color is #6ED679.


Background Color

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

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

This div background color is #6ED679.


Border color

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

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

This div border color is #6ED679.


Opacity

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

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

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

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

This text has shadow with #6ED679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ED679 on black background.


Color preview on white background

This text has color #6ED679 on white background.



Black color preview on #6ED679 background

This text has black color on #6ED679 background.


White color preview on #6ED679 background

This text has white color on #6ED679 background.