COLOR #7FA081

HEX: #7FA081
RGB: (127,160,129)

Color info

#7FA081 contains red, green and blue colors in about the same proportion. Web safe color of #7FA081 is #669999 (or #699).

RGB color model

#7FA081 color RGB value is (127,160,129).

  • red value is 127;
  • green value is 160;
  • blue value is 129.
RGB:
(127,160,129)
(50%,63%,51%)

RGB channels and saturation

R 127 of 255 = 50%
G 160 of 255 = 63%
B 129 of 255 = 51%

127
160
129

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

Portions of RGB colors in percentages

R + G + B =
127 + 160 + 129 = 416 (100%)
R 127 of 416 ~ 30.53%
G 160 of 416 ~ 38.46%
B 129 of 416 ~ 31.01%

%30.53
%38.46
%31.01

CMYK color model

#7FA081 color CMYK value is (21,0,19,37).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 19.38%
  • key color value is 37.25%
CMYK:
(21,0,19,37)
C21M0Y19K37 
(21%,0%,19%,37%)
(0.21/0.00/0.19/0.37)	

CMYK percentages

%20.63
%0
%19.38
%37.25

Codes

Color #7FA081 in popluar color models

7FA081
RGB127160129
HSL124°14.80%56.27%
HSB/HSV124°20.63%62.75%
CMYK20.63%0.00%19.38%
37.25%

Color #7FA081 in popluar number systems.

HEX7FA081
Decimal127160129
Binary11111111010000010000001
Octal177240201

Shades and tints

Shades of #7FA081

#7FA081
(127,160,129)
#749276
(116,146,118)
#69846B
(105,132,107)
#5E7660
(94,118,96)
#536855
(83,104,85)
#485A4A
(72,90,74)
#3D4C3F
(61,76,63)
#323E34
(50,62,52)
#273029
(39,48,41)
#1C221E
(28,34,30)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #7FA081

#7FA081
(127,160,129)
#8AA88C
(138,168,140)
#95B097
(149,176,151)
#A0B8A2
(160,184,162)
#ABC0AD
(171,192,173)
#B6C8B8
(182,200,184)
#C1D0C3
(193,208,195)
#CCD8CE
(204,216,206)
#D7E0D9
(215,224,217)
#E2E8E4
(226,232,228)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA081 color. Also use rgb(127,160,129) instead hex code.

Text Font Color

.myTextColor { color: #7FA081; }

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

This text font color is #7FA081.


Background Color

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

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

This div background color is #7FA081.


Border color

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

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

This div border color is #7FA081.


Opacity

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

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

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

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

This text has shadow with #7FA081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA081 on black background.


Color preview on white background

This text has color #7FA081 on white background.



Black color preview on #7FA081 background

This text has black color on #7FA081 background.


White color preview on #7FA081 background

This text has white color on #7FA081 background.