COLOR #7FA277

HEX: #7FA277
RGB: (127,162,119)

Color info

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

RGB color model

#7FA277 color RGB value is (127,162,119).

  • red value is 127;
  • green value is 162;
  • blue value is 119.
RGB:
(127,162,119)
(50%,64%,47%)

RGB channels and saturation

R 127 of 255 = 50%
G 162 of 255 = 64%
B 119 of 255 = 47%

127
162
119

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

Portions of RGB colors in percentages

R + G + B =
127 + 162 + 119 = 408 (100%)
R 127 of 408 ~ 31.13%
G 162 of 408 ~ 39.71%
B 119 of 408 ~ 29.17%

%31.13
%39.71
%29.17

CMYK color model

#7FA277 color CMYK value is (22,0,27,36).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 26.54%
  • key color value is 36.47%
CMYK:
(22,0,27,36)
C22M0Y27K36 
(22%,0%,27%,36%)
(0.22/0.00/0.27/0.36)	

CMYK percentages

%21.6
%0
%26.54
%36.47

Codes

Color #7FA277 in popluar color models

7FA277
RGB127162119
HSL109°18.78%55.10%
HSB/HSV109°26.54%63.53%
CMYK21.60%0.00%26.54%
36.47%

Color #7FA277 in popluar number systems.

HEX7FA277
Decimal127162119
Binary1111111101000101110111
Octal177242167

Shades and tints

Shades of #7FA277

#7FA277
(127,162,119)
#74946D
(116,148,109)
#698663
(105,134,99)
#5E7859
(94,120,89)
#536A4F
(83,106,79)
#485C45
(72,92,69)
#3D4E3B
(61,78,59)
#324031
(50,64,49)
#273227
(39,50,39)
#1C241D
(28,36,29)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #7FA277

#7FA277
(127,162,119)
#8AAA83
(138,170,131)
#95B28F
(149,178,143)
#A0BA9B
(160,186,155)
#ABC2A7
(171,194,167)
#B6CAB3
(182,202,179)
#C1D2BF
(193,210,191)
#CCDACB
(204,218,203)
#D7E2D7
(215,226,215)
#E2EAE3
(226,234,227)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA277 color. Also use rgb(127,162,119) instead hex code.

Text Font Color

.myTextColor { color: #7FA277; }

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

This text font color is #7FA277.


Background Color

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

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

This div background color is #7FA277.


Border color

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

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

This div border color is #7FA277.


Opacity

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

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

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

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

This text has shadow with #7FA277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA277 on black background.


Color preview on white background

This text has color #7FA277 on white background.



Black color preview on #7FA277 background

This text has black color on #7FA277 background.


White color preview on #7FA277 background

This text has white color on #7FA277 background.