COLOR #7FA93F

HEX: #7FA93F
RGB: (127,169,63)

Color info

#7FA93F contains mainly red and green colors. Web safe color of #7FA93F is #669933 (or #693).

RGB color model

#7FA93F color RGB value is (127,169,63).

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

RGB channels and saturation

R 127 of 255 = 50%
G 169 of 255 = 66%
B 63 of 255 = 25%

127
169
63

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

Portions of RGB colors in percentages

R + G + B =
127 + 169 + 63 = 359 (100%)
R 127 of 359 ~ 35.38%
G 169 of 359 ~ 47.08%
B 63 of 359 ~ 17.55%

%35.38
%47.08
%17.55

CMYK color model

#7FA93F color CMYK value is (25,0,63,34).

  • cyan value is 24.85%
  • magenta value is 0.00%
  • yellow value is 62.72%
  • key color value is 33.73%
CMYK:
(25,0,63,34)
C25M0Y63K34 
(25%,0%,63%,34%)
(0.25/0.00/0.63/0.34)	

CMYK percentages

%24.85
%0
%62.72
%33.73

Codes

Color #7FA93F in popluar color models

7FA93F
RGB12716963
HSL84°45.69%45.49%
HSB/HSV84°62.72%66.27%
CMYK24.85%0.00%62.72%
33.73%

Color #7FA93F in popluar number systems.

HEX7FA93F
Decimal12716963
Binary111111110101001111111
Octal17725177

Shades and tints

Shades of #7FA93F

#7FA93F
(127,169,63)
#749A3A
(116,154,58)
#698B35
(105,139,53)
#5E7C30
(94,124,48)
#536D2B
(83,109,43)
#485E26
(72,94,38)
#3D4F21
(61,79,33)
#32401C
(50,64,28)
#273117
(39,49,23)
#1C2212
(28,34,18)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #7FA93F

#7FA93F
(127,169,63)
#8AB050
(138,176,80)
#95B761
(149,183,97)
#A0BE72
(160,190,114)
#ABC583
(171,197,131)
#B6CC94
(182,204,148)
#C1D3A5
(193,211,165)
#CCDAB6
(204,218,182)
#D7E1C7
(215,225,199)
#E2E8D8
(226,232,216)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA93F; }

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

This text font color is #7FA93F.


Background Color

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

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

This div background color is #7FA93F.


Border color

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

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

This div border color is #7FA93F.


Opacity

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

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

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

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

This text has shadow with #7FA93F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA93F on black background.


Color preview on white background

This text has color #7FA93F on white background.



Black color preview on #7FA93F background

This text has black color on #7FA93F background.


White color preview on #7FA93F background

This text has white color on #7FA93F background.