COLOR #6FE676

HEX: #6FE676 RGB: (111,230,118)

Color info

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

RGB color model

#6FE676 color RGB value is (111,230,118).

RGB: (111,230,118) (44%, 90%, 46%)

RGB channels and saturation

R 111 of 255 = 44%
G 230 of 255 = 90%
B 118 of 255 = 46%

111
230
118

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

Portions of RGB colors in percentages

R + G + B = 111 + 230 + 118 = 459 (100%)
R 111 of 459 ~ 24.18%
G 230 of 459 ~ 50.11%
B 118 of 459 ~ 25.71'%

%24.18
%50.11
%25.71

CMYK color model

#6FE676 color CMYK value is (52,0,49,10).

  • cyan value is 51.74%
  • magenta value is 0.00%
  • yellow value is 48.70%
  • key color value is 9.80%

CMYK: (52,0,49,10)
C52M0Y49K10 (52%, 0%, 49%, 10%)
(0.52 / 0.00 / 0.49 / 0.10)

CMYK percentages

%51.74
%0
%48.7
%9.8

Codes

Color #6FE676 in popluar color models

6F E6 76
RGB 111 230 118
HSL 124° 70.41% 66.86%
HSB/HSV 124° 51.74% 90.20%
CMYK 51.74% 0.00% 48.70%
9.80%

Color #6FE676 in popluar number systems.

HEX 6F E6 76
Decimal 111 230 118
Binary 1101111 11100110 1110110
Octal 157 346 166

Shades and tints

Shades of #6FE676

#6FE676
(111,230,118)
#65D26C
(101,210,108)
#5BBE62
(91,190,98)
#51AA58
(81,170,88)
#47964E
(71,150,78)
#3D8244
(61,130,68)
#336E3A
(51,110,58)
#295A30
(41,90,48)
#1F4626
(31,70,38)
#15321C
(21,50,28)
#0B1E12
(11,30,18)
#000000
(0,0,0)

Tints of #6FE676

#6FE676
(111,230,118)
#7CE882
(124,232,130)
#89EA8E
(137,234,142)
#96EC9A
(150,236,154)
#A3EEA6
(163,238,166)
#B0F0B2
(176,240,178)
#BDF2BE
(189,242,190)
#CAF4CA
(202,244,202)
#D7F6D6
(215,246,214)
#E4F8E2
(228,248,226)
#F1FAEE
(241,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FE676 color. Also use rgb(111,230,118) instead hex code.

Text Font Color

.myTextColor { color: #6FE676; }

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

This text font color is #6FE676.

Background Color

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

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

This div background color is #6FE676.

Border color

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

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

This div border color is #6FE676.

Opacity

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

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

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

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

This text has shadow with #6FE676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FE676.

Preview

Color preview on black background

This text has color #6FE676 on black background.


Color preview on white background

This text has color #6FE676 on white background.


Black color preview on #6FE676 background

This text has black color on #6FE676 background.


White color preview on #6FE676 background

This text has white color on #6FE676 background.


Related colors

Complementary color

Complementary color for #hex is #901989.


I love getcolorcode.com

Triadic colors

1 #766FE6 and #E6766F with #6FE676 are triadic colors.

2 #76E66F and #E66F76 with #6FE676 are triadic colors.