COLOR #7AB780

HEX: #7AB780
RGB: (122,183,128)

Color info

#7AB780 contains mainly green and blue colors. Web safe color of #7AB780 is #66CC66 (or #6C6).

RGB color model

#7AB780 color RGB value is (122,183,128).

  • red value is 122;
  • green value is 183;
  • blue value is 128.
RGB:
(122,183,128)
(48%,72%,50%)

RGB channels and saturation

R 122 of 255 = 48%
G 183 of 255 = 72%
B 128 of 255 = 50%

122
183
128

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

Portions of RGB colors in percentages

R + G + B =
122 + 183 + 128 = 433 (100%)
R 122 of 433 ~ 28.18%
G 183 of 433 ~ 42.26%
B 128 of 433 ~ 29.56%

%28.18
%42.26
%29.56

CMYK color model

#7AB780 color CMYK value is (33,0,30,28).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 28.24%
CMYK:
(33,0,30,28)
C33M0Y30K28 
(33%,0%,30%,28%)
(0.33/0.00/0.30/0.28)	

CMYK percentages

%33.33
%0
%30.05
%28.24

Codes

Color #7AB780 in popluar color models

7AB780
RGB122183128
HSL126°29.76%59.80%
HSB/HSV126°33.33%71.76%
CMYK33.33%0.00%30.05%
28.24%

Color #7AB780 in popluar number systems.

HEX7AB780
Decimal122183128
Binary11110101011011110000000
Octal172267200

Shades and tints

Shades of #7AB780

#7AB780
(122,183,128)
#6FA775
(111,167,117)
#64976A
(100,151,106)
#59875F
(89,135,95)
#4E7754
(78,119,84)
#436749
(67,103,73)
#38573E
(56,87,62)
#2D4733
(45,71,51)
#223728
(34,55,40)
#17271D
(23,39,29)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #7AB780

#7AB780
(122,183,128)
#86BD8B
(134,189,139)
#92C396
(146,195,150)
#9EC9A1
(158,201,161)
#AACFAC
(170,207,172)
#B6D5B7
(182,213,183)
#C2DBC2
(194,219,194)
#CEE1CD
(206,225,205)
#DAE7D8
(218,231,216)
#E6EDE3
(230,237,227)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB780 color. Also use rgb(122,183,128) instead hex code.

Text Font Color

.myTextColor { color: #7AB780; }

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

This text font color is #7AB780.


Background Color

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

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

This div background color is #7AB780.


Border color

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

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

This div border color is #7AB780.


Opacity

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

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

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

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

This text has shadow with #7AB780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB780 on black background.


Color preview on white background

This text has color #7AB780 on white background.



Black color preview on #7AB780 background

This text has black color on #7AB780 background.


White color preview on #7AB780 background

This text has white color on #7AB780 background.