COLOR #7AB278

HEX: #7AB278
RGB: (122,178,120)

Color info

#7AB278 contains red, green and blue colors in about the same proportion. Web safe color of #7AB278 is #669966 (or #696).

RGB color model

#7AB278 color RGB value is (122,178,120).

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

RGB channels and saturation

R 122 of 255 = 48%
G 178 of 255 = 70%
B 120 of 255 = 47%

122
178
120

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

Portions of RGB colors in percentages

R + G + B =
122 + 178 + 120 = 420 (100%)
R 122 of 420 ~ 29.05%
G 178 of 420 ~ 42.38%
B 120 of 420 ~ 28.57%

%29.05
%42.38
%28.57

CMYK color model

#7AB278 color CMYK value is (31,0,33,30).

  • cyan value is 31.46%
  • magenta value is 0.00%
  • yellow value is 32.58%
  • key color value is 30.20%
CMYK:
(31,0,33,30)
C31M0Y33K30 
(31%,0%,33%,30%)
(0.31/0.00/0.33/0.30)	

CMYK percentages

%31.46
%0
%32.58
%30.2

Codes

Color #7AB278 in popluar color models

7AB278
RGB122178120
HSL118°27.36%58.43%
HSB/HSV118°32.58%69.80%
CMYK31.46%0.00%32.58%
30.20%

Color #7AB278 in popluar number systems.

HEX7AB278
Decimal122178120
Binary1111010101100101111000
Octal172262170

Shades and tints

Shades of #7AB278

#7AB278
(122,178,120)
#6FA26E
(111,162,110)
#649264
(100,146,100)
#59825A
(89,130,90)
#4E7250
(78,114,80)
#436246
(67,98,70)
#38523C
(56,82,60)
#2D4232
(45,66,50)
#223228
(34,50,40)
#17221E
(23,34,30)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #7AB278

#7AB278
(122,178,120)
#86B984
(134,185,132)
#92C090
(146,192,144)
#9EC79C
(158,199,156)
#AACEA8
(170,206,168)
#B6D5B4
(182,213,180)
#C2DCC0
(194,220,192)
#CEE3CC
(206,227,204)
#DAEAD8
(218,234,216)
#E6F1E4
(230,241,228)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB278; }

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

This text font color is #7AB278.


Background Color

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

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

This div background color is #7AB278.


Border color

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

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

This div border color is #7AB278.


Opacity

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

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

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

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

This text has shadow with #7AB278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB278 on black background.


Color preview on white background

This text has color #7AB278 on white background.



Black color preview on #7AB278 background

This text has black color on #7AB278 background.


White color preview on #7AB278 background

This text has white color on #7AB278 background.