COLOR #7FA06A

HEX: #7FA06A
RGB: (127,160,106)

Color info

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

RGB color model

#7FA06A color RGB value is (127,160,106).

  • red value is 127;
  • green value is 160;
  • blue value is 106.
RGB:
(127,160,106)
(50%,63%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 160 of 255 = 63%
B 106 of 255 = 42%

127
160
106

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

Portions of RGB colors in percentages

R + G + B =
127 + 160 + 106 = 393 (100%)
R 127 of 393 ~ 32.32%
G 160 of 393 ~ 40.71%
B 106 of 393 ~ 26.97%

%32.32
%40.71
%26.97

CMYK color model

#7FA06A color CMYK value is (21,0,34,37).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 33.75%
  • key color value is 37.25%
CMYK:
(21,0,34,37)
C21M0Y34K37 
(21%,0%,34%,37%)
(0.21/0.00/0.34/0.37)	

CMYK percentages

%20.63
%0
%33.75
%37.25

Codes

Color #7FA06A in popluar color models

7FA06A
RGB127160106
HSL97°22.13%52.16%
HSB/HSV97°33.75%62.75%
CMYK20.63%0.00%33.75%
37.25%

Color #7FA06A in popluar number systems.

HEX7FA06A
Decimal127160106
Binary1111111101000001101010
Octal177240152

Shades and tints

Shades of #7FA06A

#7FA06A
(127,160,106)
#749261
(116,146,97)
#698458
(105,132,88)
#5E764F
(94,118,79)
#536846
(83,104,70)
#485A3D
(72,90,61)
#3D4C34
(61,76,52)
#323E2B
(50,62,43)
#273022
(39,48,34)
#1C2219
(28,34,25)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #7FA06A

#7FA06A
(127,160,106)
#8AA877
(138,168,119)
#95B084
(149,176,132)
#A0B891
(160,184,145)
#ABC09E
(171,192,158)
#B6C8AB
(182,200,171)
#C1D0B8
(193,208,184)
#CCD8C5
(204,216,197)
#D7E0D2
(215,224,210)
#E2E8DF
(226,232,223)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA06A; }

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

This text font color is #7FA06A.


Background Color

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

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

This div background color is #7FA06A.


Border color

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

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

This div border color is #7FA06A.


Opacity

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

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

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

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

This text has shadow with #7FA06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA06A on black background.


Color preview on white background

This text has color #7FA06A on white background.



Black color preview on #7FA06A background

This text has black color on #7FA06A background.


White color preview on #7FA06A background

This text has white color on #7FA06A background.