COLOR #7AB290

HEX: #7AB290
RGB: (122,178,144)

Color info

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

RGB color model

#7AB290 color RGB value is (122,178,144).

  • red value is 122;
  • green value is 178;
  • blue value is 144.
RGB:
(122,178,144)
(48%,70%,56%)

RGB channels and saturation

R 122 of 255 = 48%
G 178 of 255 = 70%
B 144 of 255 = 56%

122
178
144

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

Portions of RGB colors in percentages

R + G + B =
122 + 178 + 144 = 444 (100%)
R 122 of 444 ~ 27.48%
G 178 of 444 ~ 40.09%
B 144 of 444 ~ 32.43%

%27.48
%40.09
%32.43

CMYK color model

#7AB290 color CMYK value is (31,0,19,30).

  • cyan value is 31.46%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 30.20%
CMYK:
(31,0,19,30)
C31M0Y19K30 
(31%,0%,19%,30%)
(0.31/0.00/0.19/0.30)	

CMYK percentages

%31.46
%0
%19.1
%30.2

Codes

Color #7AB290 in popluar color models

7AB290
RGB122178144
HSL144°26.67%58.82%
HSB/HSV144°31.46%69.80%
CMYK31.46%0.00%19.10%
30.20%

Color #7AB290 in popluar number systems.

HEX7AB290
Decimal122178144
Binary11110101011001010010000
Octal172262220

Shades and tints

Shades of #7AB290

#7AB290
(122,178,144)
#6FA283
(111,162,131)
#649276
(100,146,118)
#598269
(89,130,105)
#4E725C
(78,114,92)
#43624F
(67,98,79)
#385242
(56,82,66)
#2D4235
(45,66,53)
#223228
(34,50,40)
#17221B
(23,34,27)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #7AB290

#7AB290
(122,178,144)
#86B99A
(134,185,154)
#92C0A4
(146,192,164)
#9EC7AE
(158,199,174)
#AACEB8
(170,206,184)
#B6D5C2
(182,213,194)
#C2DCCC
(194,220,204)
#CEE3D6
(206,227,214)
#DAEAE0
(218,234,224)
#E6F1EA
(230,241,234)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB290 color. Also use rgb(122,178,144) instead hex code.

Text Font Color

.myTextColor { color: #7AB290; }

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

This text font color is #7AB290.


Background Color

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

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

This div background color is #7AB290.


Border color

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

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

This div border color is #7AB290.


Opacity

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

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

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

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

This text has shadow with #7AB290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB290 on black background.


Color preview on white background

This text has color #7AB290 on white background.



Black color preview on #7AB290 background

This text has black color on #7AB290 background.


White color preview on #7AB290 background

This text has white color on #7AB290 background.