COLOR #7FAB6D

HEX: #7FAB6D
RGB: (127,171,109)

Color info

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

RGB color model

#7FAB6D color RGB value is (127,171,109).

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

RGB channels and saturation

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

127
171
109

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

Portions of RGB colors in percentages

R + G + B =
127 + 171 + 109 = 407 (100%)
R 127 of 407 ~ 31.2%
G 171 of 407 ~ 42.01%
B 109 of 407 ~ 26.78%

%31.2
%42.01
%26.78

CMYK color model

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

  • cyan value is 25.73%
  • magenta value is 0.00%
  • yellow value is 36.26%
  • 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
%36.26
%32.94

Codes

Color #7FAB6D in popluar color models

7FAB6D
RGB127171109
HSL103°26.96%54.90%
HSB/HSV103°36.26%67.06%
CMYK25.73%0.00%36.26%
32.94%

Color #7FAB6D in popluar number systems.

HEX7FAB6D
Decimal127171109
Binary1111111101010111101101
Octal177253155

Shades and tints

Shades of #7FAB6D

#7FAB6D
(127,171,109)
#749C64
(116,156,100)
#698D5B
(105,141,91)
#5E7E52
(94,126,82)
#536F49
(83,111,73)
#486040
(72,96,64)
#3D5137
(61,81,55)
#32422E
(50,66,46)
#273325
(39,51,37)
#1C241C
(28,36,28)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #7FAB6D

#7FAB6D
(127,171,109)
#8AB27A
(138,178,122)
#95B987
(149,185,135)
#A0C094
(160,192,148)
#ABC7A1
(171,199,161)
#B6CEAE
(182,206,174)
#C1D5BB
(193,213,187)
#CCDCC8
(204,220,200)
#D7E3D5
(215,227,213)
#E2EAE2
(226,234,226)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAB6D; }

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

This text font color is #7FAB6D.


Background Color

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

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

This div background color is #7FAB6D.


Border color

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

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

This div border color is #7FAB6D.


Opacity

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

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

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

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

This text has shadow with #7FAB6D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7FAB6D on black background.


Color preview on white background

This text has color #7FAB6D on white background.



Black color preview on #7FAB6D background

This text has black color on #7FAB6D background.


White color preview on #7FAB6D background

This text has white color on #7FAB6D background.