COLOR #7FC378

HEX: #7FC378 RGB: (127,195,120)

Color info

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

RGB color model

#7FC378 color RGB value is (127,195,120).

RGB: (127,195,120) (50%, 76%, 47%)

RGB channels and saturation

R 127 of 255 = 50%
G 195 of 255 = 76%
B 120 of 255 = 47%

127
195
120

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

Portions of RGB colors in percentages

R + G + B = 127 + 195 + 120 = 442 (100%)
R 127 of 442 ~ 28.73%
G 195 of 442 ~ 44.12%
B 120 of 442 ~ 27.15'%

%28.73
%44.12
%27.15

CMYK color model

#7FC378 color CMYK value is (35,0,38,24).

  • cyan value is 34.87%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 23.53%

CMYK: (35,0,38,24)
C35M0Y38K24 (35%, 0%, 38%, 24%)
(0.35 / 0.00 / 0.38 / 0.24)

CMYK percentages

%34.87
%0
%38.46
%23.53

Codes

Color #7FC378 in popluar color models

7F C3 78
RGB 127 195 120
HSL 114° 38.46% 61.76%
HSB/HSV 114° 38.46% 76.47%
CMYK 34.87% 0.00% 38.46%
23.53%

Color #7FC378 in popluar number systems.

HEX 7F C3 78
Decimal 127 195 120
Binary 1111111 11000011 1111000
Octal 177 303 170

Shades and tints

Shades of #7FC378

#7FC378
(127,195,120)
#74B26E
(116,178,110)
#69A164
(105,161,100)
#5E905A
(94,144,90)
#537F50
(83,127,80)
#486E46
(72,110,70)
#3D5D3C
(61,93,60)
#324C32
(50,76,50)
#273B28
(39,59,40)
#1C2A1E
(28,42,30)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #7FC378

#7FC378
(127,195,120)
#8AC884
(138,200,132)
#95CD90
(149,205,144)
#A0D29C
(160,210,156)
#ABD7A8
(171,215,168)
#B6DCB4
(182,220,180)
#C1E1C0
(193,225,192)
#CCE6CC
(204,230,204)
#D7EBD8
(215,235,216)
#E2F0E4
(226,240,228)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC378; }

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

This text font color is #7FC378.

Background Color

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

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

This div background color is #7FC378.

Border color

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

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

This div border color is #7FC378.

Opacity

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

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

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

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

This text has shadow with #7FC378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC378.

Preview

Color preview on black background

This text has color #7FC378 on black background.


Color preview on white background

This text has color #7FC378 on white background.


Black color preview on #7FC378 background

This text has black color on #7FC378 background.


White color preview on #7FC378 background

This text has white color on #7FC378 background.


Related colors

Complementary color

Complementary color for #hex is #803C87.


I love getcolorcode.com

Triadic colors

1 #787FC3 and #C3787F with #7FC378 are triadic colors.

2 #78C37F and #C37F78 with #7FC378 are triadic colors.