COLOR #7FB57D

HEX: #7FB57D RGB: (127,181,125)

Color info

#7FB57D contains red, green and blue colors in about the same proportion. Web safe color of #7FB57D is #66CC66 (or #6C6).

RGB color model

#7FB57D color RGB value is (127,181,125).

RGB: (127,181,125) (50%, 71%, 49%)

RGB channels and saturation

R 127 of 255 = 50%
G 181 of 255 = 71%
B 125 of 255 = 49%

127
181
125

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

Portions of RGB colors in percentages

R + G + B = 127 + 181 + 125 = 433 (100%)
R 127 of 433 ~ 29.33%
G 181 of 433 ~ 41.8%
B 125 of 433 ~ 28.87'%

%29.33
%41.8
%28.87

CMYK color model

#7FB57D color CMYK value is (30,0,31,29).

  • cyan value is 29.83%
  • magenta value is 0.00%
  • yellow value is 30.94%
  • key color value is 29.02%

CMYK: (30,0,31,29)
C30M0Y31K29 (30%, 0%, 31%, 29%)
(0.30 / 0.00 / 0.31 / 0.29)

CMYK percentages

%29.83
%0
%30.94
%29.02

Codes

Color #7FB57D in popluar color models

7F B5 7D
RGB 127 181 125
HSL 118° 27.45% 60.00%
HSB/HSV 118° 30.94% 70.98%
CMYK 29.83% 0.00% 30.94%
29.02%

Color #7FB57D in popluar number systems.

HEX 7F B5 7D
Decimal 127 181 125
Binary 1111111 10110101 1111101
Octal 177 265 175

Shades and tints

Shades of #7FB57D

#7FB57D
(127,181,125)
#74A572
(116,165,114)
#699567
(105,149,103)
#5E855C
(94,133,92)
#537551
(83,117,81)
#486546
(72,101,70)
#3D553B
(61,85,59)
#324530
(50,69,48)
#273525
(39,53,37)
#1C251A
(28,37,26)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #7FB57D

#7FB57D
(127,181,125)
#8ABB88
(138,187,136)
#95C193
(149,193,147)
#A0C79E
(160,199,158)
#ABCDA9
(171,205,169)
#B6D3B4
(182,211,180)
#C1D9BF
(193,217,191)
#CCDFCA
(204,223,202)
#D7E5D5
(215,229,213)
#E2EBE0
(226,235,224)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB57D; }

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

This text font color is #7FB57D.

Background Color

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

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

This div background color is #7FB57D.

Border color

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

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

This div border color is #7FB57D.

Opacity

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

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

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

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

This text has shadow with #7FB57D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB57D.

Preview

Color preview on black background

This text has color #7FB57D on black background.


Color preview on white background

This text has color #7FB57D on white background.


Black color preview on #7FB57D background

This text has black color on #7FB57D background.


White color preview on #7FB57D background

This text has white color on #7FB57D background.


Related colors

Complementary color

Complementary color for #hex is #804A82.


I love getcolorcode.com

Triadic colors

1 #7D7FB5 and #B57D7F with #7FB57D are triadic colors.

2 #7DB57F and #B57F7D with #7FB57D are triadic colors.