COLOR #7FA58F

HEX: #7FA58F
RGB: (127,165,143)

Color info

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

RGB color model

#7FA58F color RGB value is (127,165,143).

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

RGB channels and saturation

R 127 of 255 = 50%
G 165 of 255 = 65%
B 143 of 255 = 56%

127
165
143

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

Portions of RGB colors in percentages

R + G + B =
127 + 165 + 143 = 435 (100%)
R 127 of 435 ~ 29.2%
G 165 of 435 ~ 37.93%
B 143 of 435 ~ 32.87%

%29.2
%37.93
%32.87

CMYK color model

#7FA58F color CMYK value is (23,0,13,35).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 35.29%
CMYK:
(23,0,13,35)
C23M0Y13K35 
(23%,0%,13%,35%)
(0.23/0.00/0.13/0.35)	

CMYK percentages

%23.03
%0
%13.33
%35.29

Codes

Color #7FA58F in popluar color models

7FA58F
RGB127165143
HSL145°17.43%57.25%
HSB/HSV145°23.03%64.71%
CMYK23.03%0.00%13.33%
35.29%

Color #7FA58F in popluar number systems.

HEX7FA58F
Decimal127165143
Binary11111111010010110001111
Octal177245217

Shades and tints

Shades of #7FA58F

#7FA58F
(127,165,143)
#749682
(116,150,130)
#698775
(105,135,117)
#5E7868
(94,120,104)
#53695B
(83,105,91)
#485A4E
(72,90,78)
#3D4B41
(61,75,65)
#323C34
(50,60,52)
#272D27
(39,45,39)
#1C1E1A
(28,30,26)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #7FA58F

#7FA58F
(127,165,143)
#8AAD99
(138,173,153)
#95B5A3
(149,181,163)
#A0BDAD
(160,189,173)
#ABC5B7
(171,197,183)
#B6CDC1
(182,205,193)
#C1D5CB
(193,213,203)
#CCDDD5
(204,221,213)
#D7E5DF
(215,229,223)
#E2EDE9
(226,237,233)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA58F; }

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

This text font color is #7FA58F.


Background Color

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

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

This div background color is #7FA58F.


Border color

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

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

This div border color is #7FA58F.


Opacity

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

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

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

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

This text has shadow with #7FA58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA58F on black background.


Color preview on white background

This text has color #7FA58F on white background.



Black color preview on #7FA58F background

This text has black color on #7FA58F background.


White color preview on #7FA58F background

This text has white color on #7FA58F background.