COLOR #7FA273

HEX: #7FA273
RGB: (127,162,115)

Color info

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

RGB color model

#7FA273 color RGB value is (127,162,115).

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

RGB channels and saturation

R 127 of 255 = 50%
G 162 of 255 = 64%
B 115 of 255 = 45%

127
162
115

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

Portions of RGB colors in percentages

R + G + B =
127 + 162 + 115 = 404 (100%)
R 127 of 404 ~ 31.44%
G 162 of 404 ~ 40.1%
B 115 of 404 ~ 28.47%

%31.44
%40.1
%28.47

CMYK color model

#7FA273 color CMYK value is (22,0,29,36).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 29.01%
  • key color value is 36.47%
CMYK:
(22,0,29,36)
C22M0Y29K36 
(22%,0%,29%,36%)
(0.22/0.00/0.29/0.36)	

CMYK percentages

%21.6
%0
%29.01
%36.47

Codes

Color #7FA273 in popluar color models

7FA273
RGB127162115
HSL105°20.17%54.31%
HSB/HSV105°29.01%63.53%
CMYK21.60%0.00%29.01%
36.47%

Color #7FA273 in popluar number systems.

HEX7FA273
Decimal127162115
Binary1111111101000101110011
Octal177242163

Shades and tints

Shades of #7FA273

#7FA273
(127,162,115)
#749469
(116,148,105)
#69865F
(105,134,95)
#5E7855
(94,120,85)
#536A4B
(83,106,75)
#485C41
(72,92,65)
#3D4E37
(61,78,55)
#32402D
(50,64,45)
#273223
(39,50,35)
#1C2419
(28,36,25)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #7FA273

#7FA273
(127,162,115)
#8AAA7F
(138,170,127)
#95B28B
(149,178,139)
#A0BA97
(160,186,151)
#ABC2A3
(171,194,163)
#B6CAAF
(182,202,175)
#C1D2BB
(193,210,187)
#CCDAC7
(204,218,199)
#D7E2D3
(215,226,211)
#E2EADF
(226,234,223)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA273; }

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

This text font color is #7FA273.


Background Color

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

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

This div background color is #7FA273.


Border color

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

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

This div border color is #7FA273.


Opacity

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

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

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

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

This text has shadow with #7FA273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA273 on black background.


Color preview on white background

This text has color #7FA273 on white background.



Black color preview on #7FA273 background

This text has black color on #7FA273 background.


White color preview on #7FA273 background

This text has white color on #7FA273 background.