COLOR #7FB387

HEX: #7FB387
RGB: (127,179,135)

Color info

#7FB387 contains red, green and blue colors in about the same proportion. Web safe color of #7FB387 is #669999 (or #699).

RGB color model

#7FB387 color RGB value is (127,179,135).

  • red value is 127;
  • green value is 179;
  • blue value is 135.
RGB:
(127,179,135)
(50%,70%,53%)

RGB channels and saturation

R 127 of 255 = 50%
G 179 of 255 = 70%
B 135 of 255 = 53%

127
179
135

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

Portions of RGB colors in percentages

R + G + B =
127 + 179 + 135 = 441 (100%)
R 127 of 441 ~ 28.8%
G 179 of 441 ~ 40.59%
B 135 of 441 ~ 30.61%

%28.8
%40.59
%30.61

CMYK color model

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

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK:
(29,0,25,30)
C29M0Y25K30 
(29%,0%,25%,30%)
(0.29/0.00/0.25/0.30)	

CMYK percentages

%29.05
%0
%24.58
%29.8

Codes

Color #7FB387 in popluar color models

7FB387
RGB127179135
HSL129°25.49%60.00%
HSB/HSV129°29.05%70.20%
CMYK29.05%0.00%24.58%
29.80%

Color #7FB387 in popluar number systems.

HEX7FB387
Decimal127179135
Binary11111111011001110000111
Octal177263207

Shades and tints

Shades of #7FB387

#7FB387
(127,179,135)
#74A37B
(116,163,123)
#69936F
(105,147,111)
#5E8363
(94,131,99)
#537357
(83,115,87)
#48634B
(72,99,75)
#3D533F
(61,83,63)
#324333
(50,67,51)
#273327
(39,51,39)
#1C231B
(28,35,27)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #7FB387

#7FB387
(127,179,135)
#8AB991
(138,185,145)
#95BF9B
(149,191,155)
#A0C5A5
(160,197,165)
#ABCBAF
(171,203,175)
#B6D1B9
(182,209,185)
#C1D7C3
(193,215,195)
#CCDDCD
(204,221,205)
#D7E3D7
(215,227,215)
#E2E9E1
(226,233,225)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB387; }

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

This text font color is #7FB387.


Background Color

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

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

This div background color is #7FB387.


Border color

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

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

This div border color is #7FB387.


Opacity

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

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

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

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

This text has shadow with #7FB387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB387 on black background.


Color preview on white background

This text has color #7FB387 on white background.



Black color preview on #7FB387 background

This text has black color on #7FB387 background.


White color preview on #7FB387 background

This text has white color on #7FB387 background.