COLOR #7FA679

HEX: #7FA679 RGB: (127,166,121)

Color info

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

RGB color model

#7FA679 color RGB value is (127,166,121).

RGB: (127,166,121) (50%, 65%, 47%)

RGB channels and saturation

R 127 of 255 = 50%
G 166 of 255 = 65%
B 121 of 255 = 47%

127
166
121

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

Portions of RGB colors in percentages

R + G + B = 127 + 166 + 121 = 414 (100%)
R 127 of 414 ~ 30.68%
G 166 of 414 ~ 40.1%
B 121 of 414 ~ 29.23'%

%30.68
%40.1
%29.23

CMYK color model

#7FA679 color CMYK value is (23,0,27,35).

  • cyan value is 23.49%
  • magenta value is 0.00%
  • yellow value is 27.11%
  • key color value is 34.90%

CMYK: (23,0,27,35)
C23M0Y27K35 (23%, 0%, 27%, 35%)
(0.23 / 0.00 / 0.27 / 0.35)

CMYK percentages

%23.49
%0
%27.11
%34.9

Codes

Color #7FA679 in popluar color models

7F A6 79
RGB 127 166 121
HSL 112° 20.18% 56.27%
HSB/HSV 112° 27.11% 65.10%
CMYK 23.49% 0.00% 27.11%
34.90%

Color #7FA679 in popluar number systems.

HEX 7F A6 79
Decimal 127 166 121
Binary 1111111 10100110 1111001
Octal 177 246 171

Shades and tints

Shades of #7FA679

#7FA679
(127,166,121)
#74976E
(116,151,110)
#698863
(105,136,99)
#5E7958
(94,121,88)
#536A4D
(83,106,77)
#485B42
(72,91,66)
#3D4C37
(61,76,55)
#323D2C
(50,61,44)
#272E21
(39,46,33)
#1C1F16
(28,31,22)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #7FA679

#7FA679
(127,166,121)
#8AAE85
(138,174,133)
#95B691
(149,182,145)
#A0BE9D
(160,190,157)
#ABC6A9
(171,198,169)
#B6CEB5
(182,206,181)
#C1D6C1
(193,214,193)
#CCDECD
(204,222,205)
#D7E6D9
(215,230,217)
#E2EEE5
(226,238,229)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA679 color. Also use rgb(127,166,121) instead hex code.

Text Font Color

.myTextColor { color: #7FA679; }

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

This text font color is #7FA679.

Background Color

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

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

This div background color is #7FA679.

Border color

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

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

This div border color is #7FA679.

Opacity

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

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

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

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

This text has shadow with #7FA679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA679.

Preview

Color preview on black background

This text has color #7FA679 on black background.


Color preview on white background

This text has color #7FA679 on white background.


Black color preview on #7FA679 background

This text has black color on #7FA679 background.


White color preview on #7FA679 background

This text has white color on #7FA679 background.


Related colors

Complementary color

Complementary color for #hex is #805986.


I love getcolorcode.com

Triadic colors

1 #797FA6 and #A6797F with #7FA679 are triadic colors.

2 #79A67F and #A67F79 with #7FA679 are triadic colors.