COLOR #7FAB73

HEX: #7FAB73
RGB: (127,171,115)

Color info

#7FAB73 contains red, green and blue colors in about the same proportion. Web safe color of #7FAB73 is #669966 (or #696).

RGB color model

#7FAB73 color RGB value is (127,171,115).

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

RGB channels and saturation

R 127 of 255 = 50%
G 171 of 255 = 67%
B 115 of 255 = 45%

127
171
115

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

Portions of RGB colors in percentages

R + G + B =
127 + 171 + 115 = 413 (100%)
R 127 of 413 ~ 30.75%
G 171 of 413 ~ 41.4%
B 115 of 413 ~ 27.85%

%30.75
%41.4
%27.85

CMYK color model

#7FAB73 color CMYK value is (26,0,33,33).

  • cyan value is 25.73%
  • magenta value is 0.00%
  • yellow value is 32.75%
  • key color value is 32.94%
CMYK:
(26,0,33,33)
C26M0Y33K33 
(26%,0%,33%,33%)
(0.26/0.00/0.33/0.33)	

CMYK percentages

%25.73
%0
%32.75
%32.94

Codes

Color #7FAB73 in popluar color models

7FAB73
RGB127171115
HSL107°25.00%56.08%
HSB/HSV107°32.75%67.06%
CMYK25.73%0.00%32.75%
32.94%

Color #7FAB73 in popluar number systems.

HEX7FAB73
Decimal127171115
Binary1111111101010111110011
Octal177253163

Shades and tints

Shades of #7FAB73

#7FAB73
(127,171,115)
#749C69
(116,156,105)
#698D5F
(105,141,95)
#5E7E55
(94,126,85)
#536F4B
(83,111,75)
#486041
(72,96,65)
#3D5137
(61,81,55)
#32422D
(50,66,45)
#273323
(39,51,35)
#1C2419
(28,36,25)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #7FAB73

#7FAB73
(127,171,115)
#8AB27F
(138,178,127)
#95B98B
(149,185,139)
#A0C097
(160,192,151)
#ABC7A3
(171,199,163)
#B6CEAF
(182,206,175)
#C1D5BB
(193,213,187)
#CCDCC7
(204,220,199)
#D7E3D3
(215,227,211)
#E2EADF
(226,234,223)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAB73; }

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

This text font color is #7FAB73.


Background Color

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

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

This div background color is #7FAB73.


Border color

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

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

This div border color is #7FAB73.


Opacity

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

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

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

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

This text has shadow with #7FAB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAB73 on black background.


Color preview on white background

This text has color #7FAB73 on white background.



Black color preview on #7FAB73 background

This text has black color on #7FAB73 background.


White color preview on #7FAB73 background

This text has white color on #7FAB73 background.