COLOR #7AB794

HEX: #7AB794
RGB: (122,183,148)

Color info

#7AB794 contains mainly green and blue colors. Web safe color of #7AB794 is #66CC99 (or #6C9).

RGB color model

#7AB794 color RGB value is (122,183,148).

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

RGB channels and saturation

R 122 of 255 = 48%
G 183 of 255 = 72%
B 148 of 255 = 58%

122
183
148

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

Portions of RGB colors in percentages

R + G + B =
122 + 183 + 148 = 453 (100%)
R 122 of 453 ~ 26.93%
G 183 of 453 ~ 40.4%
B 148 of 453 ~ 32.67%

%26.93
%40.4
%32.67

CMYK color model

#7AB794 color CMYK value is (33,0,19,28).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 19.13%
  • key color value is 28.24%
CMYK: (33,0,19,28) C33M0Y19K28 (33%,0%,19%,28%) (0.33/0.00/0.19/0.28)

CMYK percentages

%33.33
%0
%19.13
%28.24

Codes

Color #7AB794 in popluar color models

7AB794
RGB122183148
HSL146°29.76%59.80%
HSB/HSV146°33.33%71.76%
CMYK33.33%0.00%19.13%
28.24%

Color #7AB794 in popluar number systems.

HEX7AB794
Decimal122183148
Binary11110101011011110010100
Octal172267224

Shades and tints

Shades of #7AB794

#7AB794
(122,183,148)
#6FA787
(111,167,135)
#64977A
(100,151,122)
#59876D
(89,135,109)
#4E7760
(78,119,96)
#436753
(67,103,83)
#385746
(56,87,70)
#2D4739
(45,71,57)
#22372C
(34,55,44)
#17271F
(23,39,31)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #7AB794

#7AB794
(122,183,148)
#86BD9D
(134,189,157)
#92C3A6
(146,195,166)
#9EC9AF
(158,201,175)
#AACFB8
(170,207,184)
#B6D5C1
(182,213,193)
#C2DBCA
(194,219,202)
#CEE1D3
(206,225,211)
#DAE7DC
(218,231,220)
#E6EDE5
(230,237,229)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB794; }

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

This text font color is #7AB794.


Background Color

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

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

This div background color is #7AB794.


Border color

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

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

This div border color is #7AB794.


Opacity

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

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

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

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

This text has shadow with #7AB794 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7AB794 on black background.


Color preview on white background

This text has color #7AB794 on white background.



Black color preview on #7AB794 background

This text has black color on #7AB794 background.


White color preview on #7AB794 background

This text has white color on #7AB794 background.