COLOR #7FA37A

HEX: #7FA37A
RGB: (127,163,122)

Color info

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

RGB color model

#7FA37A color RGB value is (127,163,122).

  • red value is 127;
  • green value is 163;
  • blue value is 122.
RGB:
(127,163,122)
(50%,64%,48%)

RGB channels and saturation

R 127 of 255 = 50%
G 163 of 255 = 64%
B 122 of 255 = 48%

127
163
122

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

Portions of RGB colors in percentages

R + G + B =
127 + 163 + 122 = 412 (100%)
R 127 of 412 ~ 30.83%
G 163 of 412 ~ 39.56%
B 122 of 412 ~ 29.61%

%30.83
%39.56
%29.61

CMYK color model

#7FA37A color CMYK value is (22,0,25,36).

  • cyan value is 22.09%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 36.08%
CMYK:
(22,0,25,36)
C22M0Y25K36 
(22%,0%,25%,36%)
(0.22/0.00/0.25/0.36)	

CMYK percentages

%22.09
%0
%25.15
%36.08

Codes

Color #7FA37A in popluar color models

7FA37A
RGB127163122
HSL113°18.22%55.88%
HSB/HSV113°25.15%63.92%
CMYK22.09%0.00%25.15%
36.08%

Color #7FA37A in popluar number systems.

HEX7FA37A
Decimal127163122
Binary1111111101000111111010
Octal177243172

Shades and tints

Shades of #7FA37A

#7FA37A
(127,163,122)
#74956F
(116,149,111)
#698764
(105,135,100)
#5E7959
(94,121,89)
#536B4E
(83,107,78)
#485D43
(72,93,67)
#3D4F38
(61,79,56)
#32412D
(50,65,45)
#273322
(39,51,34)
#1C2517
(28,37,23)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #7FA37A

#7FA37A
(127,163,122)
#8AAB86
(138,171,134)
#95B392
(149,179,146)
#A0BB9E
(160,187,158)
#ABC3AA
(171,195,170)
#B6CBB6
(182,203,182)
#C1D3C2
(193,211,194)
#CCDBCE
(204,219,206)
#D7E3DA
(215,227,218)
#E2EBE6
(226,235,230)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA37A color. Also use rgb(127,163,122) instead hex code.

Text Font Color

.myTextColor { color: #7FA37A; }

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

This text font color is #7FA37A.


Background Color

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

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

This div background color is #7FA37A.


Border color

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

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

This div border color is #7FA37A.


Opacity

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

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

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

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

This text has shadow with #7FA37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA37A on black background.


Color preview on white background

This text has color #7FA37A on white background.



Black color preview on #7FA37A background

This text has black color on #7FA37A background.


White color preview on #7FA37A background

This text has white color on #7FA37A background.