COLOR #7FA878

HEX: #7FA878
RGB: (127,168,120)

Color info

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

RGB color model

#7FA878 color RGB value is (127,168,120).

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

RGB channels and saturation

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

127
168
120

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

Portions of RGB colors in percentages

R + G + B =
127 + 168 + 120 = 415 (100%)
R 127 of 415 ~ 30.6%
G 168 of 415 ~ 40.48%
B 120 of 415 ~ 28.92%

%30.6
%40.48
%28.92

CMYK color model

#7FA878 color CMYK value is (24,0,29,34).

  • cyan value is 24.40%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 34.12%
CMYK:
(24,0,29,34)
C24M0Y29K34 
(24%,0%,29%,34%)
(0.24/0.00/0.29/0.34)	

CMYK percentages

%24.4
%0
%28.57
%34.12

Codes

Color #7FA878 in popluar color models

7FA878
RGB127168120
HSL111°21.62%56.47%
HSB/HSV111°28.57%65.88%
CMYK24.40%0.00%28.57%
34.12%

Color #7FA878 in popluar number systems.

HEX7FA878
Decimal127168120
Binary1111111101010001111000
Octal177250170

Shades and tints

Shades of #7FA878

#7FA878
(127,168,120)
#74996E
(116,153,110)
#698A64
(105,138,100)
#5E7B5A
(94,123,90)
#536C50
(83,108,80)
#485D46
(72,93,70)
#3D4E3C
(61,78,60)
#323F32
(50,63,50)
#273028
(39,48,40)
#1C211E
(28,33,30)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #7FA878

#7FA878
(127,168,120)
#8AAF84
(138,175,132)
#95B690
(149,182,144)
#A0BD9C
(160,189,156)
#ABC4A8
(171,196,168)
#B6CBB4
(182,203,180)
#C1D2C0
(193,210,192)
#CCD9CC
(204,217,204)
#D7E0D8
(215,224,216)
#E2E7E4
(226,231,228)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA878; }

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

This text font color is #7FA878.


Background Color

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

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

This div background color is #7FA878.


Border color

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

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

This div border color is #7FA878.


Opacity

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

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

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

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

This text has shadow with #7FA878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA878 on black background.


Color preview on white background

This text has color #7FA878 on white background.



Black color preview on #7FA878 background

This text has black color on #7FA878 background.


White color preview on #7FA878 background

This text has white color on #7FA878 background.