COLOR #7AC071

HEX: #7AC071 RGB: (122,192,113)

Color info

#7AC071 contains mainly green color. Web safe color of #7AC071 is #66CC66 (or #6C6).

RGB color model

#7AC071 color RGB value is (122,192,113).

RGB: (122,192,113) (48%, 75%, 44%)

RGB channels and saturation

R 122 of 255 = 48%
G 192 of 255 = 75%
B 113 of 255 = 44%

122
192
113

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

Portions of RGB colors in percentages

R + G + B = 122 + 192 + 113 = 427 (100%)
R 122 of 427 ~ 28.57%
G 192 of 427 ~ 44.96%
B 113 of 427 ~ 26.46'%

%28.57
%44.96
%26.46

CMYK color model

#7AC071 color CMYK value is (36,0,41,25).

  • cyan value is 36.46%
  • magenta value is 0.00%
  • yellow value is 41.15%
  • key color value is 24.71%
CMYK: (36,0,41,25) C36M0Y41K25 (36%,0%,41%,25%) (0.36/0.00/0.41/0.25) 

CMYK percentages

%36.46
%0
%41.15
%24.71

Codes

Color #7AC071 in popluar color models

7A C0 71
RGB 122 192 113
HSL 113° 38.54% 59.80%
HSB/HSV 113° 41.15% 75.29%
CMYK 36.46% 0.00% 41.15%
24.71%

Color #7AC071 in popluar number systems.

HEX 7A C0 71
Decimal 122 192 113
Binary 1111010 11000000 1110001
Octal 172 300 161

Shades and tints

Shades of #7AC071

#7AC071
(122,192,113)
#6FAF67
(111,175,103)
#649E5D
(100,158,93)
#598D53
(89,141,83)
#4E7C49
(78,124,73)
#436B3F
(67,107,63)
#385A35
(56,90,53)
#2D492B
(45,73,43)
#223821
(34,56,33)
#172717
(23,39,23)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #7AC071

#7AC071
(122,192,113)
#86C57D
(134,197,125)
#92CA89
(146,202,137)
#9ECF95
(158,207,149)
#AAD4A1
(170,212,161)
#B6D9AD
(182,217,173)
#C2DEB9
(194,222,185)
#CEE3C5
(206,227,197)
#DAE8D1
(218,232,209)
#E6EDDD
(230,237,221)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC071 color. Also use rgb(122,192,113) instead hex code.

Text Font Color

.myTextColor { color: #7AC071; }

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

This text font color is #7AC071.

Background Color

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

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

This div background color is #7AC071.

Border color

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

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

This div border color is #7AC071.

Opacity

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

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

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

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

This text has shadow with #7AC071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AC071.

Preview

Color preview on black background

This text has color #7AC071 on black background.


Color preview on white background

This text has color #7AC071 on white background.


Black color preview on #7AC071 background

This text has black color on #7AC071 background.


White color preview on #7AC071 background

This text has white color on #7AC071 background.


Related colors

Complementary color

Complementary color for #hex is #853F8E.


I love getcolorcode.com

Triadic colors

1 #717AC0 and #C0717A with #7AC071 are triadic colors.

2 #71C07A and #C07A71 with #7AC071 are triadic colors.