COLOR #7FC07F

HEX: #7FC07F
RGB: (127,192,127)

Color info

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

RGB color model

#7FC07F color RGB value is (127,192,127).

  • red value is 127;
  • green value is 192;
  • blue value is 127.
RGB:
(127,192,127)
(50%,75%,50%)

RGB channels and saturation

R 127 of 255 = 50%
G 192 of 255 = 75%
B 127 of 255 = 50%

127
192
127

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

Portions of RGB colors in percentages

R + G + B =
127 + 192 + 127 = 446 (100%)
R 127 of 446 ~ 28.48%
G 192 of 446 ~ 43.05%
B 127 of 446 ~ 28.48%

%28.48
%43.05
%28.48

CMYK color model

#7FC07F color CMYK value is (34,0,34,25).

  • cyan value is 33.85%
  • magenta value is 0.00%
  • yellow value is 33.85%
  • key color value is 24.71%
CMYK:
(34,0,34,25)
C34M0Y34K25 
(34%,0%,34%,25%)
(0.34/0.00/0.34/0.25)	

CMYK percentages

%33.85
%0
%33.85
%24.71

Codes

Color #7FC07F in popluar color models

7FC07F
RGB127192127
HSL120°34.03%62.55%
HSB/HSV120°33.85%75.29%
CMYK33.85%0.00%33.85%
24.71%

Color #7FC07F in popluar number systems.

HEX7FC07F
Decimal127192127
Binary1111111110000001111111
Octal177300177

Shades and tints

Shades of #7FC07F

#7FC07F
(127,192,127)
#74AF74
(116,175,116)
#699E69
(105,158,105)
#5E8D5E
(94,141,94)
#537C53
(83,124,83)
#486B48
(72,107,72)
#3D5A3D
(61,90,61)
#324932
(50,73,50)
#273827
(39,56,39)
#1C271C
(28,39,28)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #7FC07F

#7FC07F
(127,192,127)
#8AC58A
(138,197,138)
#95CA95
(149,202,149)
#A0CFA0
(160,207,160)
#ABD4AB
(171,212,171)
#B6D9B6
(182,217,182)
#C1DEC1
(193,222,193)
#CCE3CC
(204,227,204)
#D7E8D7
(215,232,215)
#E2EDE2
(226,237,226)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC07F; }

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

This text font color is #7FC07F.


Background Color

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

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

This div background color is #7FC07F.


Border color

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

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

This div border color is #7FC07F.


Opacity

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

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

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

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

This text has shadow with #7FC07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC07F on black background.


Color preview on white background

This text has color #7FC07F on white background.



Black color preview on #7FC07F background

This text has black color on #7FC07F background.


White color preview on #7FC07F background

This text has white color on #7FC07F background.