COLOR #7FB587

HEX: #7FB587 RGB: (127,181,135)

Color info

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

RGB color model

#7FB587 color RGB value is (127,181,135).

RGB: (127,181,135) (50%, 71%, 53%)

RGB channels and saturation

R 127 of 255 = 50%
G 181 of 255 = 71%
B 135 of 255 = 53%

127
181
135

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

Portions of RGB colors in percentages

R + G + B = 127 + 181 + 135 = 443 (100%)
R 127 of 443 ~ 28.67%
G 181 of 443 ~ 40.86%
B 135 of 443 ~ 30.47'%

%28.67
%40.86
%30.47

CMYK color model

#7FB587 color CMYK value is (30,0,25,29).

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

CMYK: (30,0,25,29)
C30M0Y25K29 (30%, 0%, 25%, 29%)
(0.30 / 0.00 / 0.25 / 0.29)

CMYK percentages

%29.83
%0
%25.41
%29.02

Codes

Color #7FB587 in popluar color models

7F B5 87
RGB 127 181 135
HSL 129° 26.73% 60.39%
HSB/HSV 129° 29.83% 70.98%
CMYK 29.83% 0.00% 25.41%
29.02%

Color #7FB587 in popluar number systems.

HEX 7F B5 87
Decimal 127 181 135
Binary 1111111 10110101 10000111
Octal 177 265 207

Shades and tints

Shades of #7FB587

#7FB587
(127,181,135)
#74A57B
(116,165,123)
#69956F
(105,149,111)
#5E8563
(94,133,99)
#537557
(83,117,87)
#48654B
(72,101,75)
#3D553F
(61,85,63)
#324533
(50,69,51)
#273527
(39,53,39)
#1C251B
(28,37,27)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #7FB587

#7FB587
(127,181,135)
#8ABB91
(138,187,145)
#95C19B
(149,193,155)
#A0C7A5
(160,199,165)
#ABCDAF
(171,205,175)
#B6D3B9
(182,211,185)
#C1D9C3
(193,217,195)
#CCDFCD
(204,223,205)
#D7E5D7
(215,229,215)
#E2EBE1
(226,235,225)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB587; }

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

This text font color is #7FB587.

Background Color

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

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

This div background color is #7FB587.

Border color

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

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

This div border color is #7FB587.

Opacity

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

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

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

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

This text has shadow with #7FB587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB587.

Preview

Color preview on black background

This text has color #7FB587 on black background.


Color preview on white background

This text has color #7FB587 on white background.


Black color preview on #7FB587 background

This text has black color on #7FB587 background.


White color preview on #7FB587 background

This text has white color on #7FB587 background.


Related colors

Complementary color

Complementary color for #hex is #804A78.


I love getcolorcode.com

Triadic colors

1 #877FB5 and #B5877F with #7FB587 are triadic colors.

2 #87B57F and #B57F87 with #7FB587 are triadic colors.