COLOR #7FA87F

HEX: #7FA87F
RGB: (127,168,127)

Color info

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

RGB color model

#7FA87F color RGB value is (127,168,127).

  • red value is 127;
  • green value is 168;
  • blue value is 127.
RGB:
(127,168,127)
(50%,66%,50%)

RGB channels and saturation

R 127 of 255 = 50%
G 168 of 255 = 66%
B 127 of 255 = 50%

127
168
127

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

Portions of RGB colors in percentages

R + G + B =
127 + 168 + 127 = 422 (100%)
R 127 of 422 ~ 30.09%
G 168 of 422 ~ 39.81%
B 127 of 422 ~ 30.09%

%30.09
%39.81
%30.09

CMYK color model

#7FA87F color CMYK value is (24,0,24,34).

  • cyan value is 24.40%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 34.12%
CMYK:
(24,0,24,34)
C24M0Y24K34 
(24%,0%,24%,34%)
(0.24/0.00/0.24/0.34)	

CMYK percentages

%24.4
%0
%24.4
%34.12

Codes

Color #7FA87F in popluar color models

7FA87F
RGB127168127
HSL120°19.07%57.84%
HSB/HSV120°24.40%65.88%
CMYK24.40%0.00%24.40%
34.12%

Color #7FA87F in popluar number systems.

HEX7FA87F
Decimal127168127
Binary1111111101010001111111
Octal177250177

Shades and tints

Shades of #7FA87F

#7FA87F
(127,168,127)
#749974
(116,153,116)
#698A69
(105,138,105)
#5E7B5E
(94,123,94)
#536C53
(83,108,83)
#485D48
(72,93,72)
#3D4E3D
(61,78,61)
#323F32
(50,63,50)
#273027
(39,48,39)
#1C211C
(28,33,28)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #7FA87F

#7FA87F
(127,168,127)
#8AAF8A
(138,175,138)
#95B695
(149,182,149)
#A0BDA0
(160,189,160)
#ABC4AB
(171,196,171)
#B6CBB6
(182,203,182)
#C1D2C1
(193,210,193)
#CCD9CC
(204,217,204)
#D7E0D7
(215,224,215)
#E2E7E2
(226,231,226)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA87F; }

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

This text font color is #7FA87F.


Background Color

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

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

This div background color is #7FA87F.


Border color

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

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

This div border color is #7FA87F.


Opacity

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

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

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

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

This text has shadow with #7FA87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA87F on black background.


Color preview on white background

This text has color #7FA87F on white background.



Black color preview on #7FA87F background

This text has black color on #7FA87F background.


White color preview on #7FA87F background

This text has white color on #7FA87F background.