COLOR #7FB586

HEX: #7FB586
RGB: (127,181,134)

Color info

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

RGB color model

#7FB586 color RGB value is (127,181,134).

  • red value is 127;
  • green value is 181;
  • blue value is 134.
RGB:
(127,181,134)
(50%,71%,53%)

RGB channels and saturation

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

127
181
134

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

Portions of RGB colors in percentages

R + G + B =
127 + 181 + 134 = 442 (100%)
R 127 of 442 ~ 28.73%
G 181 of 442 ~ 40.95%
B 134 of 442 ~ 30.32%

%28.73
%40.95
%30.32

CMYK color model

#7FB586 color CMYK value is (30,0,26,29).

  • cyan value is 29.83%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 29.02%
CMYK:
(30,0,26,29)
C30M0Y26K29 
(30%,0%,26%,29%)
(0.30/0.00/0.26/0.29)	

CMYK percentages

%29.83
%0
%25.97
%29.02

Codes

Color #7FB586 in popluar color models

7FB586
RGB127181134
HSL128°26.73%60.39%
HSB/HSV128°29.83%70.98%
CMYK29.83%0.00%25.97%
29.02%

Color #7FB586 in popluar number systems.

HEX7FB586
Decimal127181134
Binary11111111011010110000110
Octal177265206

Shades and tints

Shades of #7FB586

#7FB586
(127,181,134)
#74A57A
(116,165,122)
#69956E
(105,149,110)
#5E8562
(94,133,98)
#537556
(83,117,86)
#48654A
(72,101,74)
#3D553E
(61,85,62)
#324532
(50,69,50)
#273526
(39,53,38)
#1C251A
(28,37,26)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #7FB586

#7FB586
(127,181,134)
#8ABB91
(138,187,145)
#95C19C
(149,193,156)
#A0C7A7
(160,199,167)
#ABCDB2
(171,205,178)
#B6D3BD
(182,211,189)
#C1D9C8
(193,217,200)
#CCDFD3
(204,223,211)
#D7E5DE
(215,229,222)
#E2EBE9
(226,235,233)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB586; }

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

This text font color is #7FB586.


Background Color

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

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

This div background color is #7FB586.


Border color

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

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

This div border color is #7FB586.


Opacity

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

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

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

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

This text has shadow with #7FB586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB586 on black background.


Color preview on white background

This text has color #7FB586 on white background.



Black color preview on #7FB586 background

This text has black color on #7FB586 background.


White color preview on #7FB586 background

This text has white color on #7FB586 background.