COLOR #7ACB78

HEX: #7ACB78 RGB: (122,203,120)

Color info

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

RGB color model

#7ACB78 color RGB value is (122,203,120).

RGB: (122,203,120) (48%, 80%, 47%)

RGB channels and saturation

R 122 of 255 = 48%
G 203 of 255 = 80%
B 120 of 255 = 47%

122
203
120

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

Portions of RGB colors in percentages

R + G + B = 122 + 203 + 120 = 445 (100%)
R 122 of 445 ~ 27.42%
G 203 of 445 ~ 45.62%
B 120 of 445 ~ 26.97'%

%27.42
%45.62
%26.97

CMYK color model

#7ACB78 color CMYK value is (40,0,41,20).

  • cyan value is 39.90%
  • magenta value is 0.00%
  • yellow value is 40.89%
  • key color value is 20.39%
CMYK: (40,0,41,20) C40M0Y41K20 (40%,0%,41%,20%) (0.40/0.00/0.41/0.20) 

CMYK percentages

%39.9
%0
%40.89
%20.39

Codes

Color #7ACB78 in popluar color models

7A CB 78
RGB 122 203 120
HSL 119° 44.39% 63.33%
HSB/HSV 119° 40.89% 79.61%
CMYK 39.90% 0.00% 40.89%
20.39%

Color #7ACB78 in popluar number systems.

HEX 7A CB 78
Decimal 122 203 120
Binary 1111010 11001011 1111000
Octal 172 313 170

Shades and tints

Shades of #7ACB78

#7ACB78
(122,203,120)
#6FB96E
(111,185,110)
#64A764
(100,167,100)
#59955A
(89,149,90)
#4E8350
(78,131,80)
#437146
(67,113,70)
#385F3C
(56,95,60)
#2D4D32
(45,77,50)
#223B28
(34,59,40)
#17291E
(23,41,30)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #7ACB78

#7ACB78
(122,203,120)
#86CF84
(134,207,132)
#92D390
(146,211,144)
#9ED79C
(158,215,156)
#AADBA8
(170,219,168)
#B6DFB4
(182,223,180)
#C2E3C0
(194,227,192)
#CEE7CC
(206,231,204)
#DAEBD8
(218,235,216)
#E6EFE4
(230,239,228)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ACB78 color. Also use rgb(122,203,120) instead hex code.

Text Font Color

.myTextColor { color: #7ACB78; }

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

This text font color is #7ACB78.

Background Color

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

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

This div background color is #7ACB78.

Border color

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

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

This div border color is #7ACB78.

Opacity

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

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

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

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

This text has shadow with #7ACB78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ACB78.

Preview

Color preview on black background

This text has color #7ACB78 on black background.


Color preview on white background

This text has color #7ACB78 on white background.


Black color preview on #7ACB78 background

This text has black color on #7ACB78 background.


White color preview on #7ACB78 background

This text has white color on #7ACB78 background.


Related colors

Complementary color

Complementary color for #hex is #853487.


I love getcolorcode.com

Triadic colors

1 #787ACB and #CB787A with #7ACB78 are triadic colors.

2 #78CB7A and #CB7A78 with #7ACB78 are triadic colors.