COLOR #7FA15A

HEX: #7FA15A
RGB: (127,161,90)

Color info

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

RGB color model

#7FA15A color RGB value is (127,161,90).

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

RGB channels and saturation

R 127 of 255 = 50%
G 161 of 255 = 63%
B 90 of 255 = 35%

127
161
90

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

Portions of RGB colors in percentages

R + G + B =
127 + 161 + 90 = 378 (100%)
R 127 of 378 ~ 33.6%
G 161 of 378 ~ 42.59%
B 90 of 378 ~ 23.81%

%33.6
%42.59
%23.81

CMYK color model

#7FA15A color CMYK value is (21,0,44,37).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 44.10%
  • key color value is 36.86%
CMYK:
(21,0,44,37)
C21M0Y44K37 
(21%,0%,44%,37%)
(0.21/0.00/0.44/0.37)	

CMYK percentages

%21.12
%0
%44.1
%36.86

Codes

Color #7FA15A in popluar color models

7FA15A
RGB12716190
HSL89°28.29%49.22%
HSB/HSV89°44.10%63.14%
CMYK21.12%0.00%44.10%
36.86%

Color #7FA15A in popluar number systems.

HEX7FA15A
Decimal12716190
Binary1111111101000011011010
Octal177241132

Shades and tints

Shades of #7FA15A

#7FA15A
(127,161,90)
#749352
(116,147,82)
#69854A
(105,133,74)
#5E7742
(94,119,66)
#53693A
(83,105,58)
#485B32
(72,91,50)
#3D4D2A
(61,77,42)
#323F22
(50,63,34)
#27311A
(39,49,26)
#1C2312
(28,35,18)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #7FA15A

#7FA15A
(127,161,90)
#8AA969
(138,169,105)
#95B178
(149,177,120)
#A0B987
(160,185,135)
#ABC196
(171,193,150)
#B6C9A5
(182,201,165)
#C1D1B4
(193,209,180)
#CCD9C3
(204,217,195)
#D7E1D2
(215,225,210)
#E2E9E1
(226,233,225)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA15A; }

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

This text font color is #7FA15A.


Background Color

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

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

This div background color is #7FA15A.


Border color

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

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

This div border color is #7FA15A.


Opacity

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

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

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

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

This text has shadow with #7FA15A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA15A on black background.


Color preview on white background

This text has color #7FA15A on white background.



Black color preview on #7FA15A background

This text has black color on #7FA15A background.


White color preview on #7FA15A background

This text has white color on #7FA15A background.