COLOR #7FA78D

HEX: #7FA78D
RGB: (127,167,141)

Color info

#7FA78D contains red, green and blue colors in about the same proportion. Web safe color of #7FA78D is #669999 (or #699).

RGB color model

#7FA78D color RGB value is (127,167,141).

  • red value is 127;
  • green value is 167;
  • blue value is 141.
RGB:
(127,167,141)
(50%,65%,55%)

RGB channels and saturation

R 127 of 255 = 50%
G 167 of 255 = 65%
B 141 of 255 = 55%

127
167
141

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

Portions of RGB colors in percentages

R + G + B =
127 + 167 + 141 = 435 (100%)
R 127 of 435 ~ 29.2%
G 167 of 435 ~ 38.39%
B 141 of 435 ~ 32.41%

%29.2
%38.39
%32.41

CMYK color model

#7FA78D color CMYK value is (24,0,16,35).

  • cyan value is 23.95%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK:
(24,0,16,35)
C24M0Y16K35 
(24%,0%,16%,35%)
(0.24/0.00/0.16/0.35)	

CMYK percentages

%23.95
%0
%15.57
%34.51

Codes

Color #7FA78D in popluar color models

7FA78D
RGB127167141
HSL141°18.52%57.65%
HSB/HSV141°23.95%65.49%
CMYK23.95%0.00%15.57%
34.51%

Color #7FA78D in popluar number systems.

HEX7FA78D
Decimal127167141
Binary11111111010011110001101
Octal177247215

Shades and tints

Shades of #7FA78D

#7FA78D
(127,167,141)
#749881
(116,152,129)
#698975
(105,137,117)
#5E7A69
(94,122,105)
#536B5D
(83,107,93)
#485C51
(72,92,81)
#3D4D45
(61,77,69)
#323E39
(50,62,57)
#272F2D
(39,47,45)
#1C2021
(28,32,33)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #7FA78D

#7FA78D
(127,167,141)
#8AAF97
(138,175,151)
#95B7A1
(149,183,161)
#A0BFAB
(160,191,171)
#ABC7B5
(171,199,181)
#B6CFBF
(182,207,191)
#C1D7C9
(193,215,201)
#CCDFD3
(204,223,211)
#D7E7DD
(215,231,221)
#E2EFE7
(226,239,231)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA78D color. Also use rgb(127,167,141) instead hex code.

Text Font Color

.myTextColor { color: #7FA78D; }

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

This text font color is #7FA78D.


Background Color

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

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

This div background color is #7FA78D.


Border color

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

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

This div border color is #7FA78D.


Opacity

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

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

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

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

This text has shadow with #7FA78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA78D on black background.


Color preview on white background

This text has color #7FA78D on white background.



Black color preview on #7FA78D background

This text has black color on #7FA78D background.


White color preview on #7FA78D background

This text has white color on #7FA78D background.