COLOR #7FB173

HEX: #7FB173
RGB: (127,177,115)

Color info

#7FB173 contains mainly red and green colors. Web safe color of #7FB173 is #669966 (or #696).

RGB color model

#7FB173 color RGB value is (127,177,115).

  • red value is 127;
  • green value is 177;
  • blue value is 115.
RGB:
(127,177,115)
(50%,69%,45%)

RGB channels and saturation

R 127 of 255 = 50%
G 177 of 255 = 69%
B 115 of 255 = 45%

127
177
115

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

Portions of RGB colors in percentages

R + G + B =
127 + 177 + 115 = 419 (100%)
R 127 of 419 ~ 30.31%
G 177 of 419 ~ 42.24%
B 115 of 419 ~ 27.45%

%30.31
%42.24
%27.45

CMYK color model

#7FB173 color CMYK value is (28,0,35,31).

  • cyan value is 28.25%
  • magenta value is 0.00%
  • yellow value is 35.03%
  • key color value is 30.59%
CMYK:
(28,0,35,31)
C28M0Y35K31 
(28%,0%,35%,31%)
(0.28/0.00/0.35/0.31)	

CMYK percentages

%28.25
%0
%35.03
%30.59

Codes

Color #7FB173 in popluar color models

7FB173
RGB127177115
HSL108°28.44%57.25%
HSB/HSV108°35.03%69.41%
CMYK28.25%0.00%35.03%
30.59%

Color #7FB173 in popluar number systems.

HEX7FB173
Decimal127177115
Binary1111111101100011110011
Octal177261163

Shades and tints

Shades of #7FB173

#7FB173
(127,177,115)
#74A169
(116,161,105)
#69915F
(105,145,95)
#5E8155
(94,129,85)
#53714B
(83,113,75)
#486141
(72,97,65)
#3D5137
(61,81,55)
#32412D
(50,65,45)
#273123
(39,49,35)
#1C2119
(28,33,25)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #7FB173

#7FB173
(127,177,115)
#8AB87F
(138,184,127)
#95BF8B
(149,191,139)
#A0C697
(160,198,151)
#ABCDA3
(171,205,163)
#B6D4AF
(182,212,175)
#C1DBBB
(193,219,187)
#CCE2C7
(204,226,199)
#D7E9D3
(215,233,211)
#E2F0DF
(226,240,223)
#EDF7EB
(237,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB173 color. Also use rgb(127,177,115) instead hex code.

Text Font Color

.myTextColor { color: #7FB173; }

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

This text font color is #7FB173.


Background Color

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

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

This div background color is #7FB173.


Border color

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

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

This div border color is #7FB173.


Opacity

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

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

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

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

This text has shadow with #7FB173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB173 on black background.


Color preview on white background

This text has color #7FB173 on white background.



Black color preview on #7FB173 background

This text has black color on #7FB173 background.


White color preview on #7FB173 background

This text has white color on #7FB173 background.