COLOR #7FA15E

HEX: #7FA15E
RGB: (127,161,94)

Color info

#7FA15E contains mainly red and green colors. Web safe color of #7FA15E is #669966 (or #696).

RGB color model

#7FA15E color RGB value is (127,161,94).

  • red value is 127;
  • green value is 161;
  • blue value is 94.
RGB:
(127,161,94)
(50%,63%,37%)

RGB channels and saturation

R 127 of 255 = 50%
G 161 of 255 = 63%
B 94 of 255 = 37%

127
161
94

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

Portions of RGB colors in percentages

R + G + B =
127 + 161 + 94 = 382 (100%)
R 127 of 382 ~ 33.25%
G 161 of 382 ~ 42.15%
B 94 of 382 ~ 24.61%

%33.25
%42.15
%24.61

CMYK color model

#7FA15E color CMYK value is (21,0,42,37).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 41.61%
  • key color value is 36.86%
CMYK:
(21,0,42,37)
C21M0Y42K37 
(21%,0%,42%,37%)
(0.21/0.00/0.42/0.37)	

CMYK percentages

%21.12
%0
%41.61
%36.86

Codes

Color #7FA15E in popluar color models

7FA15E
RGB12716194
HSL90°26.27%50.00%
HSB/HSV90°41.61%63.14%
CMYK21.12%0.00%41.61%
36.86%

Color #7FA15E in popluar number systems.

HEX7FA15E
Decimal12716194
Binary1111111101000011011110
Octal177241136

Shades and tints

Shades of #7FA15E

#7FA15E
(127,161,94)
#749356
(116,147,86)
#69854E
(105,133,78)
#5E7746
(94,119,70)
#53693E
(83,105,62)
#485B36
(72,91,54)
#3D4D2E
(61,77,46)
#323F26
(50,63,38)
#27311E
(39,49,30)
#1C2316
(28,35,22)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #7FA15E

#7FA15E
(127,161,94)
#8AA96C
(138,169,108)
#95B17A
(149,177,122)
#A0B988
(160,185,136)
#ABC196
(171,193,150)
#B6C9A4
(182,201,164)
#C1D1B2
(193,209,178)
#CCD9C0
(204,217,192)
#D7E1CE
(215,225,206)
#E2E9DC
(226,233,220)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA15E color. Also use rgb(127,161,94) instead hex code.

Text Font Color

.myTextColor { color: #7FA15E; }

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

This text font color is #7FA15E.


Background Color

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

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

This div background color is #7FA15E.


Border color

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

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

This div border color is #7FA15E.


Opacity

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

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

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

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

This text has shadow with #7FA15E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA15E on black background.


Color preview on white background

This text has color #7FA15E on white background.



Black color preview on #7FA15E background

This text has black color on #7FA15E background.


White color preview on #7FA15E background

This text has white color on #7FA15E background.