COLOR #7FAB6E

HEX: #7FAB6E
RGB: (127,171,110)

Color info

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

RGB color model

#7FAB6E color RGB value is (127,171,110).

  • red value is 127;
  • green value is 171;
  • blue value is 110.
RGB:
(127,171,110)
(50%,67%,43%)

RGB channels and saturation

R 127 of 255 = 50%
G 171 of 255 = 67%
B 110 of 255 = 43%

127
171
110

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

Portions of RGB colors in percentages

R + G + B =
127 + 171 + 110 = 408 (100%)
R 127 of 408 ~ 31.13%
G 171 of 408 ~ 41.91%
B 110 of 408 ~ 26.96%

%31.13
%41.91
%26.96

CMYK color model

#7FAB6E color CMYK value is (26,0,36,33).

  • cyan value is 25.73%
  • magenta value is 0.00%
  • yellow value is 35.67%
  • key color value is 32.94%
CMYK:
(26,0,36,33)
C26M0Y36K33 
(26%,0%,36%,33%)
(0.26/0.00/0.36/0.33)	

CMYK percentages

%25.73
%0
%35.67
%32.94

Codes

Color #7FAB6E in popluar color models

7FAB6E
RGB127171110
HSL103°26.64%55.10%
HSB/HSV103°35.67%67.06%
CMYK25.73%0.00%35.67%
32.94%

Color #7FAB6E in popluar number systems.

HEX7FAB6E
Decimal127171110
Binary1111111101010111101110
Octal177253156

Shades and tints

Shades of #7FAB6E

#7FAB6E
(127,171,110)
#749C64
(116,156,100)
#698D5A
(105,141,90)
#5E7E50
(94,126,80)
#536F46
(83,111,70)
#48603C
(72,96,60)
#3D5132
(61,81,50)
#324228
(50,66,40)
#27331E
(39,51,30)
#1C2414
(28,36,20)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #7FAB6E

#7FAB6E
(127,171,110)
#8AB27B
(138,178,123)
#95B988
(149,185,136)
#A0C095
(160,192,149)
#ABC7A2
(171,199,162)
#B6CEAF
(182,206,175)
#C1D5BC
(193,213,188)
#CCDCC9
(204,220,201)
#D7E3D6
(215,227,214)
#E2EAE3
(226,234,227)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAB6E color. Also use rgb(127,171,110) instead hex code.

Text Font Color

.myTextColor { color: #7FAB6E; }

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

This text font color is #7FAB6E.


Background Color

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

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

This div background color is #7FAB6E.


Border color

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

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

This div border color is #7FAB6E.


Opacity

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

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

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

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

This text has shadow with #7FAB6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAB6E on black background.


Color preview on white background

This text has color #7FAB6E on white background.



Black color preview on #7FAB6E background

This text has black color on #7FAB6E background.


White color preview on #7FAB6E background

This text has white color on #7FAB6E background.