COLOR #7FA978

HEX: #7FA978
RGB: (127,169,120)

Color info

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

RGB color model

#7FA978 color RGB value is (127,169,120).

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

RGB channels and saturation

R 127 of 255 = 50%
G 169 of 255 = 66%
B 120 of 255 = 47%

127
169
120

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

Portions of RGB colors in percentages

R + G + B =
127 + 169 + 120 = 416 (100%)
R 127 of 416 ~ 30.53%
G 169 of 416 ~ 40.63%
B 120 of 416 ~ 28.85%

%30.53
%40.63
%28.85

CMYK color model

#7FA978 color CMYK value is (25,0,29,34).

  • cyan value is 24.85%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 33.73%
CMYK:
(25,0,29,34)
C25M0Y29K34 
(25%,0%,29%,34%)
(0.25/0.00/0.29/0.34)	

CMYK percentages

%24.85
%0
%28.99
%33.73

Codes

Color #7FA978 in popluar color models

7FA978
RGB127169120
HSL111°22.17%56.67%
HSB/HSV111°28.99%66.27%
CMYK24.85%0.00%28.99%
33.73%

Color #7FA978 in popluar number systems.

HEX7FA978
Decimal127169120
Binary1111111101010011111000
Octal177251170

Shades and tints

Shades of #7FA978

#7FA978
(127,169,120)
#749A6E
(116,154,110)
#698B64
(105,139,100)
#5E7C5A
(94,124,90)
#536D50
(83,109,80)
#485E46
(72,94,70)
#3D4F3C
(61,79,60)
#324032
(50,64,50)
#273128
(39,49,40)
#1C221E
(28,34,30)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #7FA978

#7FA978
(127,169,120)
#8AB084
(138,176,132)
#95B790
(149,183,144)
#A0BE9C
(160,190,156)
#ABC5A8
(171,197,168)
#B6CCB4
(182,204,180)
#C1D3C0
(193,211,192)
#CCDACC
(204,218,204)
#D7E1D8
(215,225,216)
#E2E8E4
(226,232,228)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA978; }

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

This text font color is #7FA978.


Background Color

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

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

This div background color is #7FA978.


Border color

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

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

This div border color is #7FA978.


Opacity

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

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

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

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

This text has shadow with #7FA978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA978 on black background.


Color preview on white background

This text has color #7FA978 on white background.



Black color preview on #7FA978 background

This text has black color on #7FA978 background.


White color preview on #7FA978 background

This text has white color on #7FA978 background.