COLOR #7FA57C

HEX: #7FA57C
RGB: (127,165,124)

Color info

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

RGB color model

#7FA57C color RGB value is (127,165,124).

  • red value is 127;
  • green value is 165;
  • blue value is 124.
RGB:
(127,165,124)
(50%,65%,49%)

RGB channels and saturation

R 127 of 255 = 50%
G 165 of 255 = 65%
B 124 of 255 = 49%

127
165
124

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

Portions of RGB colors in percentages

R + G + B =
127 + 165 + 124 = 416 (100%)
R 127 of 416 ~ 30.53%
G 165 of 416 ~ 39.66%
B 124 of 416 ~ 29.81%

%30.53
%39.66
%29.81

CMYK color model

#7FA57C color CMYK value is (23,0,25,35).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 24.85%
  • key color value is 35.29%
CMYK:
(23,0,25,35)
C23M0Y25K35 
(23%,0%,25%,35%)
(0.23/0.00/0.25/0.35)	

CMYK percentages

%23.03
%0
%24.85
%35.29

Codes

Color #7FA57C in popluar color models

7FA57C
RGB127165124
HSL116°18.55%56.67%
HSB/HSV116°24.85%64.71%
CMYK23.03%0.00%24.85%
35.29%

Color #7FA57C in popluar number systems.

HEX7FA57C
Decimal127165124
Binary1111111101001011111100
Octal177245174

Shades and tints

Shades of #7FA57C

#7FA57C
(127,165,124)
#749671
(116,150,113)
#698766
(105,135,102)
#5E785B
(94,120,91)
#536950
(83,105,80)
#485A45
(72,90,69)
#3D4B3A
(61,75,58)
#323C2F
(50,60,47)
#272D24
(39,45,36)
#1C1E19
(28,30,25)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #7FA57C

#7FA57C
(127,165,124)
#8AAD87
(138,173,135)
#95B592
(149,181,146)
#A0BD9D
(160,189,157)
#ABC5A8
(171,197,168)
#B6CDB3
(182,205,179)
#C1D5BE
(193,213,190)
#CCDDC9
(204,221,201)
#D7E5D4
(215,229,212)
#E2EDDF
(226,237,223)
#EDF5EA
(237,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA57C color. Also use rgb(127,165,124) instead hex code.

Text Font Color

.myTextColor { color: #7FA57C; }

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

This text font color is #7FA57C.


Background Color

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

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

This div background color is #7FA57C.


Border color

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

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

This div border color is #7FA57C.


Opacity

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

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

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

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

This text has shadow with #7FA57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA57C on black background.


Color preview on white background

This text has color #7FA57C on white background.



Black color preview on #7FA57C background

This text has black color on #7FA57C background.


White color preview on #7FA57C background

This text has white color on #7FA57C background.