COLOR #7FA671

HEX: #7FA671
RGB: (127,166,113)

Color info

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

RGB color model

#7FA671 color RGB value is (127,166,113).

  • red value is 127;
  • green value is 166;
  • blue value is 113.
RGB:
(127,166,113)
(50%,65%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 166 of 255 = 65%
B 113 of 255 = 44%

127
166
113

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

Portions of RGB colors in percentages

R + G + B =
127 + 166 + 113 = 406 (100%)
R 127 of 406 ~ 31.28%
G 166 of 406 ~ 40.89%
B 113 of 406 ~ 27.83%

%31.28
%40.89
%27.83

CMYK color model

#7FA671 color CMYK value is (23,0,32,35).

  • cyan value is 23.49%
  • magenta value is 0.00%
  • yellow value is 31.93%
  • key color value is 34.90%
CMYK:
(23,0,32,35)
C23M0Y32K35 
(23%,0%,32%,35%)
(0.23/0.00/0.32/0.35)	

CMYK percentages

%23.49
%0
%31.93
%34.9

Codes

Color #7FA671 in popluar color models

7FA671
RGB127166113
HSL104°22.94%54.71%
HSB/HSV104°31.93%65.10%
CMYK23.49%0.00%31.93%
34.90%

Color #7FA671 in popluar number systems.

HEX7FA671
Decimal127166113
Binary1111111101001101110001
Octal177246161

Shades and tints

Shades of #7FA671

#7FA671
(127,166,113)
#749767
(116,151,103)
#69885D
(105,136,93)
#5E7953
(94,121,83)
#536A49
(83,106,73)
#485B3F
(72,91,63)
#3D4C35
(61,76,53)
#323D2B
(50,61,43)
#272E21
(39,46,33)
#1C1F17
(28,31,23)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #7FA671

#7FA671
(127,166,113)
#8AAE7D
(138,174,125)
#95B689
(149,182,137)
#A0BE95
(160,190,149)
#ABC6A1
(171,198,161)
#B6CEAD
(182,206,173)
#C1D6B9
(193,214,185)
#CCDEC5
(204,222,197)
#D7E6D1
(215,230,209)
#E2EEDD
(226,238,221)
#EDF6E9
(237,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA671 color. Also use rgb(127,166,113) instead hex code.

Text Font Color

.myTextColor { color: #7FA671; }

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

This text font color is #7FA671.


Background Color

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

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

This div background color is #7FA671.


Border color

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

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

This div border color is #7FA671.


Opacity

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

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

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

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

This text has shadow with #7FA671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA671 on black background.


Color preview on white background

This text has color #7FA671 on white background.



Black color preview on #7FA671 background

This text has black color on #7FA671 background.


White color preview on #7FA671 background

This text has white color on #7FA671 background.