COLOR #7FA481

HEX: #7FA481 RGB: (127,164,129)

Color info

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

RGB color model

#7FA481 color RGB value is (127,164,129).

RGB: (127,164,129) (50%, 64%, 51%)

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 129 of 255 = 51%

127
164
129

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

Portions of RGB colors in percentages

R + G + B = 127 + 164 + 129 = 420 (100%)
R 127 of 420 ~ 30.24%
G 164 of 420 ~ 39.05%
B 129 of 420 ~ 30.71'%

%30.24
%39.05
%30.71

CMYK color model

#7FA481 color CMYK value is (23,0,21,36).

  • cyan value is 22.56%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 35.69%
CMYK: (23,0,21,36) C23M0Y21K36 (23%,0%,21%,36%) (0.23/0.00/0.21/0.36) 

CMYK percentages

%22.56
%0
%21.34
%35.69

Codes

Color #7FA481 in popluar color models

7F A4 81
RGB 127 164 129
HSL 123° 16.89% 57.06%
HSB/HSV 123° 22.56% 64.31%
CMYK 22.56% 0.00% 21.34%
35.69%

Color #7FA481 in popluar number systems.

HEX 7F A4 81
Decimal 127 164 129
Binary 1111111 10100100 10000001
Octal 177 244 201

Shades and tints

Shades of #7FA481

#7FA481
(127,164,129)
#749676
(116,150,118)
#69886B
(105,136,107)
#5E7A60
(94,122,96)
#536C55
(83,108,85)
#485E4A
(72,94,74)
#3D503F
(61,80,63)
#324234
(50,66,52)
#273429
(39,52,41)
#1C261E
(28,38,30)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #7FA481

#7FA481
(127,164,129)
#8AAC8C
(138,172,140)
#95B497
(149,180,151)
#A0BCA2
(160,188,162)
#ABC4AD
(171,196,173)
#B6CCB8
(182,204,184)
#C1D4C3
(193,212,195)
#CCDCCE
(204,220,206)
#D7E4D9
(215,228,217)
#E2ECE4
(226,236,228)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA481; }

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

This text font color is #7FA481.

Background Color

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

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

This div background color is #7FA481.

Border color

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

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

This div border color is #7FA481.

Opacity

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

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

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

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

This text has shadow with #7FA481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA481.

Preview

Color preview on black background

This text has color #7FA481 on black background.


Color preview on white background

This text has color #7FA481 on white background.


Black color preview on #7FA481 background

This text has black color on #7FA481 background.


White color preview on #7FA481 background

This text has white color on #7FA481 background.


Related colors

Complementary color

Complementary color for #hex is #805B7E.


I love getcolorcode.com

Triadic colors

1 #817FA4 and #A4817F with #7FA481 are triadic colors.

2 #81A47F and #A47F81 with #7FA481 are triadic colors.