COLOR #7FA279

HEX: #7FA279
RGB: (127,162,121)

Color info

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

RGB color model

#7FA279 color RGB value is (127,162,121).

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

RGB channels and saturation

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

127
162
121

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

Portions of RGB colors in percentages

R + G + B =
127 + 162 + 121 = 410 (100%)
R 127 of 410 ~ 30.98%
G 162 of 410 ~ 39.51%
B 121 of 410 ~ 29.51%

%30.98
%39.51
%29.51

CMYK color model

#7FA279 color CMYK value is (22,0,25,36).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 25.31%
  • key color value is 36.47%
CMYK:
(22,0,25,36)
C22M0Y25K36 
(22%,0%,25%,36%)
(0.22/0.00/0.25/0.36)	

CMYK percentages

%21.6
%0
%25.31
%36.47

Codes

Color #7FA279 in popluar color models

7FA279
RGB127162121
HSL111°18.06%55.49%
HSB/HSV111°25.31%63.53%
CMYK21.60%0.00%25.31%
36.47%

Color #7FA279 in popluar number systems.

HEX7FA279
Decimal127162121
Binary1111111101000101111001
Octal177242171

Shades and tints

Shades of #7FA279

#7FA279
(127,162,121)
#74946E
(116,148,110)
#698663
(105,134,99)
#5E7858
(94,120,88)
#536A4D
(83,106,77)
#485C42
(72,92,66)
#3D4E37
(61,78,55)
#32402C
(50,64,44)
#273221
(39,50,33)
#1C2416
(28,36,22)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #7FA279

#7FA279
(127,162,121)
#8AAA85
(138,170,133)
#95B291
(149,178,145)
#A0BA9D
(160,186,157)
#ABC2A9
(171,194,169)
#B6CAB5
(182,202,181)
#C1D2C1
(193,210,193)
#CCDACD
(204,218,205)
#D7E2D9
(215,226,217)
#E2EAE5
(226,234,229)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA279; }

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

This text font color is #7FA279.


Background Color

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

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

This div background color is #7FA279.


Border color

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

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

This div border color is #7FA279.


Opacity

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

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

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

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

This text has shadow with #7FA279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA279 on black background.


Color preview on white background

This text has color #7FA279 on white background.



Black color preview on #7FA279 background

This text has black color on #7FA279 background.


White color preview on #7FA279 background

This text has white color on #7FA279 background.