COLOR #7FA56E

HEX: #7FA56E RGB: (127,165,110)

Color info

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

RGB color model

#7FA56E color RGB value is (127,165,110).

RGB: (127,165,110) (50%, 65%, 43%)

RGB channels and saturation

R 127 of 255 = 50%
G 165 of 255 = 65%
B 110 of 255 = 43%

127
165
110

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

Portions of RGB colors in percentages

R + G + B = 127 + 165 + 110 = 402 (100%)
R 127 of 402 ~ 31.59%
G 165 of 402 ~ 41.04%
B 110 of 402 ~ 27.36'%

%31.59
%41.04
%27.36

CMYK color model

#7FA56E color CMYK value is (23,0,33,35).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 35.29%

CMYK: (23,0,33,35)
C23M0Y33K35 (23%, 0%, 33%, 35%)
(0.23 / 0.00 / 0.33 / 0.35)

CMYK percentages

%23.03
%0
%33.33
%35.29

Codes

Color #7FA56E in popluar color models

7F A5 6E
RGB 127 165 110
HSL 101° 23.40% 53.92%
HSB/HSV 101° 33.33% 64.71%
CMYK 23.03% 0.00% 33.33%
35.29%

Color #7FA56E in popluar number systems.

HEX 7F A5 6E
Decimal 127 165 110
Binary 1111111 10100101 1101110
Octal 177 245 156

Shades and tints

Shades of #7FA56E

#7FA56E
(127,165,110)
#749664
(116,150,100)
#69875A
(105,135,90)
#5E7850
(94,120,80)
#536946
(83,105,70)
#485A3C
(72,90,60)
#3D4B32
(61,75,50)
#323C28
(50,60,40)
#272D1E
(39,45,30)
#1C1E14
(28,30,20)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #7FA56E

#7FA56E
(127,165,110)
#8AAD7B
(138,173,123)
#95B588
(149,181,136)
#A0BD95
(160,189,149)
#ABC5A2
(171,197,162)
#B6CDAF
(182,205,175)
#C1D5BC
(193,213,188)
#CCDDC9
(204,221,201)
#D7E5D6
(215,229,214)
#E2EDE3
(226,237,227)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA56E; }

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

This text font color is #7FA56E.

Background Color

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

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

This div background color is #7FA56E.

Border color

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

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

This div border color is #7FA56E.

Opacity

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

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

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

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

This text has shadow with #7FA56E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA56E.

Preview

Color preview on black background

This text has color #7FA56E on black background.


Color preview on white background

This text has color #7FA56E on white background.


Black color preview on #7FA56E background

This text has black color on #7FA56E background.


White color preview on #7FA56E background

This text has white color on #7FA56E background.


Related colors

Complementary color

Complementary color for #hex is #805A91.


I love getcolorcode.com

Triadic colors

1 #6E7FA5 and #A56E7F with #7FA56E are triadic colors.

2 #6EA57F and #A57F6E with #7FA56E are triadic colors.