COLOR #7FC46C

HEX: #7FC46C
RGB: (127,196,108)

Color info

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

RGB color model

#7FC46C color RGB value is (127,196,108).

  • red value is 127;
  • green value is 196;
  • blue value is 108.
RGB:
(127,196,108)
(50%,77%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 196 of 255 = 77%
B 108 of 255 = 42%

127
196
108

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

Portions of RGB colors in percentages

R + G + B =
127 + 196 + 108 = 431 (100%)
R 127 of 431 ~ 29.47%
G 196 of 431 ~ 45.48%
B 108 of 431 ~ 25.06%

%29.47
%45.48
%25.06

CMYK color model

#7FC46C color CMYK value is (35,0,45,23).

  • cyan value is 35.20%
  • magenta value is 0.00%
  • yellow value is 44.90%
  • key color value is 23.14%
CMYK:
(35,0,45,23)
C35M0Y45K23 
(35%,0%,45%,23%)
(0.35/0.00/0.45/0.23)	

CMYK percentages

%35.2
%0
%44.9
%23.14

Codes

Color #7FC46C in popluar color models

7FC46C
RGB127196108
HSL107°42.72%59.61%
HSB/HSV107°44.90%76.86%
CMYK35.20%0.00%44.90%
23.14%

Color #7FC46C in popluar number systems.

HEX7FC46C
Decimal127196108
Binary1111111110001001101100
Octal177304154

Shades and tints

Shades of #7FC46C

#7FC46C
(127,196,108)
#74B363
(116,179,99)
#69A25A
(105,162,90)
#5E9151
(94,145,81)
#538048
(83,128,72)
#486F3F
(72,111,63)
#3D5E36
(61,94,54)
#324D2D
(50,77,45)
#273C24
(39,60,36)
#1C2B1B
(28,43,27)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #7FC46C

#7FC46C
(127,196,108)
#8AC979
(138,201,121)
#95CE86
(149,206,134)
#A0D393
(160,211,147)
#ABD8A0
(171,216,160)
#B6DDAD
(182,221,173)
#C1E2BA
(193,226,186)
#CCE7C7
(204,231,199)
#D7ECD4
(215,236,212)
#E2F1E1
(226,241,225)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC46C; }

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

This text font color is #7FC46C.


Background Color

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

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

This div background color is #7FC46C.


Border color

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

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

This div border color is #7FC46C.


Opacity

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

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

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

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

This text has shadow with #7FC46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC46C on black background.


Color preview on white background

This text has color #7FC46C on white background.



Black color preview on #7FC46C background

This text has black color on #7FC46C background.


White color preview on #7FC46C background

This text has white color on #7FC46C background.