COLOR #7FA36F

HEX: #7FA36F
RGB: (127,163,111)

Color info

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

RGB color model

#7FA36F color RGB value is (127,163,111).

  • red value is 127;
  • green value is 163;
  • blue value is 111.
RGB:
(127,163,111)
(50%,64%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 163 of 255 = 64%
B 111 of 255 = 44%

127
163
111

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

Portions of RGB colors in percentages

R + G + B =
127 + 163 + 111 = 401 (100%)
R 127 of 401 ~ 31.67%
G 163 of 401 ~ 40.65%
B 111 of 401 ~ 27.68%

%31.67
%40.65
%27.68

CMYK color model

#7FA36F color CMYK value is (22,0,32,36).

  • cyan value is 22.09%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 36.08%
CMYK:
(22,0,32,36)
C22M0Y32K36 
(22%,0%,32%,36%)
(0.22/0.00/0.32/0.36)	

CMYK percentages

%22.09
%0
%31.9
%36.08

Codes

Color #7FA36F in popluar color models

7FA36F
RGB127163111
HSL102°22.03%53.73%
HSB/HSV102°31.90%63.92%
CMYK22.09%0.00%31.90%
36.08%

Color #7FA36F in popluar number systems.

HEX7FA36F
Decimal127163111
Binary1111111101000111101111
Octal177243157

Shades and tints

Shades of #7FA36F

#7FA36F
(127,163,111)
#749565
(116,149,101)
#69875B
(105,135,91)
#5E7951
(94,121,81)
#536B47
(83,107,71)
#485D3D
(72,93,61)
#3D4F33
(61,79,51)
#324129
(50,65,41)
#27331F
(39,51,31)
#1C2515
(28,37,21)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #7FA36F

#7FA36F
(127,163,111)
#8AAB7C
(138,171,124)
#95B389
(149,179,137)
#A0BB96
(160,187,150)
#ABC3A3
(171,195,163)
#B6CBB0
(182,203,176)
#C1D3BD
(193,211,189)
#CCDBCA
(204,219,202)
#D7E3D7
(215,227,215)
#E2EBE4
(226,235,228)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA36F; }

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

This text font color is #7FA36F.


Background Color

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

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

This div background color is #7FA36F.


Border color

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

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

This div border color is #7FA36F.


Opacity

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

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

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

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

This text has shadow with #7FA36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA36F on black background.


Color preview on white background

This text has color #7FA36F on white background.



Black color preview on #7FA36F background

This text has black color on #7FA36F background.


White color preview on #7FA36F background

This text has white color on #7FA36F background.