COLOR #7FC96D

HEX: #7FC96D RGB: (127,201,109)

Color info

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

RGB color model

#7FC96D color RGB value is (127,201,109).

RGB: (127,201,109) (50%, 79%, 43%)

RGB channels and saturation

R 127 of 255 = 50%
G 201 of 255 = 79%
B 109 of 255 = 43%

127
201
109

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

Portions of RGB colors in percentages

R + G + B = 127 + 201 + 109 = 437 (100%)
R 127 of 437 ~ 29.06%
G 201 of 437 ~ 46%
B 109 of 437 ~ 24.94'%

%29.06
%46
%24.94

CMYK color model

#7FC96D color CMYK value is (37,0,46,21).

  • cyan value is 36.82%
  • magenta value is 0.00%
  • yellow value is 45.77%
  • key color value is 21.18%

CMYK: (37,0,46,21)
C37M0Y46K21 (37%, 0%, 46%, 21%)
(0.37 / 0.00 / 0.46 / 0.21)

CMYK percentages

%36.82
%0
%45.77
%21.18

Codes

Color #7FC96D in popluar color models

7F C9 6D
RGB 127 201 109
HSL 108° 46.00% 60.78%
HSB/HSV 108° 45.77% 78.82%
CMYK 36.82% 0.00% 45.77%
21.18%

Color #7FC96D in popluar number systems.

HEX 7F C9 6D
Decimal 127 201 109
Binary 1111111 11001001 1101101
Octal 177 311 155

Shades and tints

Shades of #7FC96D

#7FC96D
(127,201,109)
#74B764
(116,183,100)
#69A55B
(105,165,91)
#5E9352
(94,147,82)
#538149
(83,129,73)
#486F40
(72,111,64)
#3D5D37
(61,93,55)
#324B2E
(50,75,46)
#273925
(39,57,37)
#1C271C
(28,39,28)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #7FC96D

#7FC96D
(127,201,109)
#8ACD7A
(138,205,122)
#95D187
(149,209,135)
#A0D594
(160,213,148)
#ABD9A1
(171,217,161)
#B6DDAE
(182,221,174)
#C1E1BB
(193,225,187)
#CCE5C8
(204,229,200)
#D7E9D5
(215,233,213)
#E2EDE2
(226,237,226)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC96D; }

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

This text font color is #7FC96D.

Background Color

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

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

This div background color is #7FC96D.

Border color

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

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

This div border color is #7FC96D.

Opacity

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

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

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

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

This text has shadow with #7FC96D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC96D.

Preview

Color preview on black background

This text has color #7FC96D on black background.


Color preview on white background

This text has color #7FC96D on white background.


Black color preview on #7FC96D background

This text has black color on #7FC96D background.


White color preview on #7FC96D background

This text has white color on #7FC96D background.


Related colors

Complementary color

Complementary color for #hex is #803692.


I love getcolorcode.com

Triadic colors

1 #6D7FC9 and #C96D7F with #7FC96D are triadic colors.

2 #6DC97F and #C97F6D with #7FC96D are triadic colors.