COLOR #7FD676

HEX: #7FD676
RGB: (127,214,118)

Color info

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

RGB color model

#7FD676 color RGB value is (127,214,118).

  • red value is 127;
  • green value is 214;
  • blue value is 118.
RGB:
(127,214,118)
(50%,84%,46%)

RGB channels and saturation

R 127 of 255 = 50%
G 214 of 255 = 84%
B 118 of 255 = 46%

127
214
118

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

Portions of RGB colors in percentages

R + G + B =
127 + 214 + 118 = 459 (100%)
R 127 of 459 ~ 27.67%
G 214 of 459 ~ 46.62%
B 118 of 459 ~ 25.71%

%27.67
%46.62
%25.71

CMYK color model

#7FD676 color CMYK value is (41,0,45,16).

  • cyan value is 40.65%
  • magenta value is 0.00%
  • yellow value is 44.86%
  • key color value is 16.08%
CMYK:
(41,0,45,16)
C41M0Y45K16 
(41%,0%,45%,16%)
(0.41/0.00/0.45/0.16)	

CMYK percentages

%40.65
%0
%44.86
%16.08

Codes

Color #7FD676 in popluar color models

7FD676
RGB127214118
HSL114°53.93%65.10%
HSB/HSV114°44.86%83.92%
CMYK40.65%0.00%44.86%
16.08%

Color #7FD676 in popluar number systems.

HEX7FD676
Decimal127214118
Binary1111111110101101110110
Octal177326166

Shades and tints

Shades of #7FD676

#7FD676
(127,214,118)
#74C36C
(116,195,108)
#69B062
(105,176,98)
#5E9D58
(94,157,88)
#538A4E
(83,138,78)
#487744
(72,119,68)
#3D643A
(61,100,58)
#325130
(50,81,48)
#273E26
(39,62,38)
#1C2B1C
(28,43,28)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #7FD676

#7FD676
(127,214,118)
#8AD982
(138,217,130)
#95DC8E
(149,220,142)
#A0DF9A
(160,223,154)
#ABE2A6
(171,226,166)
#B6E5B2
(182,229,178)
#C1E8BE
(193,232,190)
#CCEBCA
(204,235,202)
#D7EED6
(215,238,214)
#E2F1E2
(226,241,226)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD676 color. Also use rgb(127,214,118) instead hex code.

Text Font Color

.myTextColor { color: #7FD676; }

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

This text font color is #7FD676.


Background Color

.myBgColor { background-color: #7FD676; }

<div style="background-color:#7FD676">Inner text</div>

This div background color is #7FD676.


Border color

.myBorderColor { border: 1px solid #7FD676; }

<div style="border:3px solid #7FD676">Div</div>

This div border color is #7FD676.


Opacity

.myOpacity80 { color: #7FD676; opacity: 0.8; }

<p style="color:#7FD676;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FD676 color.

.textShadow {text-shadow: 3px 3px 1px #7FD676, 3px 3px 1px red;}

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

This text has shadow with #7FD676 primary color and red secondary color.


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

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

This text has shadow with #7FD676 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD676 on black background.


Color preview on white background

This text has color #7FD676 on white background.



Black color preview on #7FD676 background

This text has black color on #7FD676 background.


White color preview on #7FD676 background

This text has white color on #7FD676 background.