COLOR #7FA175

HEX: #7FA175
RGB: (127,161,117)

Color info

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

RGB color model

#7FA175 color RGB value is (127,161,117).

  • red value is 127;
  • green value is 161;
  • blue value is 117.
RGB:
(127,161,117)
(50%,63%,46%)

RGB channels and saturation

R 127 of 255 = 50%
G 161 of 255 = 63%
B 117 of 255 = 46%

127
161
117

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

Portions of RGB colors in percentages

R + G + B =
127 + 161 + 117 = 405 (100%)
R 127 of 405 ~ 31.36%
G 161 of 405 ~ 39.75%
B 117 of 405 ~ 28.89%

%31.36
%39.75
%28.89

CMYK color model

#7FA175 color CMYK value is (21,0,27,37).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 36.86%
CMYK:
(21,0,27,37)
C21M0Y27K37 
(21%,0%,27%,37%)
(0.21/0.00/0.27/0.37)	

CMYK percentages

%21.12
%0
%27.33
%36.86

Codes

Color #7FA175 in popluar color models

7FA175
RGB127161117
HSL106°18.97%54.51%
HSB/HSV106°27.33%63.14%
CMYK21.12%0.00%27.33%
36.86%

Color #7FA175 in popluar number systems.

HEX7FA175
Decimal127161117
Binary1111111101000011110101
Octal177241165

Shades and tints

Shades of #7FA175

#7FA175
(127,161,117)
#74936B
(116,147,107)
#698561
(105,133,97)
#5E7757
(94,119,87)
#53694D
(83,105,77)
#485B43
(72,91,67)
#3D4D39
(61,77,57)
#323F2F
(50,63,47)
#273125
(39,49,37)
#1C231B
(28,35,27)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #7FA175

#7FA175
(127,161,117)
#8AA981
(138,169,129)
#95B18D
(149,177,141)
#A0B999
(160,185,153)
#ABC1A5
(171,193,165)
#B6C9B1
(182,201,177)
#C1D1BD
(193,209,189)
#CCD9C9
(204,217,201)
#D7E1D5
(215,225,213)
#E2E9E1
(226,233,225)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA175 color. Also use rgb(127,161,117) instead hex code.

Text Font Color

.myTextColor { color: #7FA175; }

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

This text font color is #7FA175.


Background Color

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

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

This div background color is #7FA175.


Border color

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

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

This div border color is #7FA175.


Opacity

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

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

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

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

This text has shadow with #7FA175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA175 on black background.


Color preview on white background

This text has color #7FA175 on white background.



Black color preview on #7FA175 background

This text has black color on #7FA175 background.


White color preview on #7FA175 background

This text has white color on #7FA175 background.