COLOR #7AB26A

HEX: #7AB26A
RGB: (122,178,106)

Color info

#7AB26A contains mainly red and green colors. Web safe color of #7AB26A is #669966 (or #696).

RGB color model

#7AB26A color RGB value is (122,178,106).

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

RGB channels and saturation

R 122 of 255 = 48%
G 178 of 255 = 70%
B 106 of 255 = 42%

122
178
106

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

Portions of RGB colors in percentages

R + G + B =
122 + 178 + 106 = 406 (100%)
R 122 of 406 ~ 30.05%
G 178 of 406 ~ 43.84%
B 106 of 406 ~ 26.11%

%30.05
%43.84
%26.11

CMYK color model

#7AB26A color CMYK value is (31,0,40,30).

  • cyan value is 31.46%
  • magenta value is 0.00%
  • yellow value is 40.45%
  • key color value is 30.20%
CMYK:
(31,0,40,30)
C31M0Y40K30 
(31%,0%,40%,30%)
(0.31/0.00/0.40/0.30)	

CMYK percentages

%31.46
%0
%40.45
%30.2

Codes

Color #7AB26A in popluar color models

7AB26A
RGB122178106
HSL107°31.86%55.69%
HSB/HSV107°40.45%69.80%
CMYK31.46%0.00%40.45%
30.20%

Color #7AB26A in popluar number systems.

HEX7AB26A
Decimal122178106
Binary1111010101100101101010
Octal172262152

Shades and tints

Shades of #7AB26A

#7AB26A
(122,178,106)
#6FA261
(111,162,97)
#649258
(100,146,88)
#59824F
(89,130,79)
#4E7246
(78,114,70)
#43623D
(67,98,61)
#385234
(56,82,52)
#2D422B
(45,66,43)
#223222
(34,50,34)
#172219
(23,34,25)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #7AB26A

#7AB26A
(122,178,106)
#86B977
(134,185,119)
#92C084
(146,192,132)
#9EC791
(158,199,145)
#AACE9E
(170,206,158)
#B6D5AB
(182,213,171)
#C2DCB8
(194,220,184)
#CEE3C5
(206,227,197)
#DAEAD2
(218,234,210)
#E6F1DF
(230,241,223)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB26A; }

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

This text font color is #7AB26A.


Background Color

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

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

This div background color is #7AB26A.


Border color

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

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

This div border color is #7AB26A.


Opacity

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

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

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

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

This text has shadow with #7AB26A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB26A on black background.


Color preview on white background

This text has color #7AB26A on white background.



Black color preview on #7AB26A background

This text has black color on #7AB26A background.


White color preview on #7AB26A background

This text has white color on #7AB26A background.