COLOR #7FA56C

HEX: #7FA56C
RGB: (127,165,108)

Color info

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

RGB color model

#7FA56C color RGB value is (127,165,108).

  • red value is 127;
  • green value is 165;
  • blue value is 108.
RGB: (127,165,108) (50%,65%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 165 of 255 = 65%
B 108 of 255 = 42%

127
165
108

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

Portions of RGB colors in percentages

R + G + B =
127 + 165 + 108 = 400 (100%)
R 127 of 400 ~ 31.75%
G 165 of 400 ~ 41.25%
B 108 of 400 ~ 27%

%31.75
%41.25
%27

CMYK color model

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

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 34.55%
  • key color value is 35.29%
CMYK: (23,0,35,35) C23M0Y35K35 (23%,0%,35%,35%) (0.23/0.00/0.35/0.35)

CMYK percentages

%23.03
%0
%34.55
%35.29

Codes

Color #7FA56C in popluar color models

7FA56C
RGB127165108
HSL100°24.05%53.53%
HSB/HSV100°34.55%64.71%
CMYK23.03%0.00%34.55%
35.29%

Color #7FA56C in popluar number systems.

HEX7FA56C
Decimal127165108
Binary1111111101001011101100
Octal177245154

Shades and tints

Shades of #7FA56C

#7FA56C
(127,165,108)
#749663
(116,150,99)
#69875A
(105,135,90)
#5E7851
(94,120,81)
#536948
(83,105,72)
#485A3F
(72,90,63)
#3D4B36
(61,75,54)
#323C2D
(50,60,45)
#272D24
(39,45,36)
#1C1E1B
(28,30,27)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #7FA56C

#7FA56C
(127,165,108)
#8AAD79
(138,173,121)
#95B586
(149,181,134)
#A0BD93
(160,189,147)
#ABC5A0
(171,197,160)
#B6CDAD
(182,205,173)
#C1D5BA
(193,213,186)
#CCDDC7
(204,221,199)
#D7E5D4
(215,229,212)
#E2EDE1
(226,237,225)
#EDF5EE
(237,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA56C; }

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

This text font color is #7FA56C.


Background Color

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

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

This div background color is #7FA56C.


Border color

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

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

This div border color is #7FA56C.


Opacity

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

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

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

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

This text has shadow with #7FA56C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7FA56C on black background.


Color preview on white background

This text has color #7FA56C on white background.



Black color preview on #7FA56C background

This text has black color on #7FA56C background.


White color preview on #7FA56C background

This text has white color on #7FA56C background.