COLOR #7AB271

HEX: #7AB271
RGB: (122,178,113)

Color info

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

RGB color model

#7AB271 color RGB value is (122,178,113).

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

RGB channels and saturation

R 122 of 255 = 48%
G 178 of 255 = 70%
B 113 of 255 = 44%

122
178
113

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

Portions of RGB colors in percentages

R + G + B =
122 + 178 + 113 = 413 (100%)
R 122 of 413 ~ 29.54%
G 178 of 413 ~ 43.1%
B 113 of 413 ~ 27.36%

%29.54
%43.1
%27.36

CMYK color model

#7AB271 color CMYK value is (31,0,37,30).

  • cyan value is 31.46%
  • magenta value is 0.00%
  • yellow value is 36.52%
  • key color value is 30.20%
CMYK:
(31,0,37,30)
C31M0Y37K30 
(31%,0%,37%,30%)
(0.31/0.00/0.37/0.30)	

CMYK percentages

%31.46
%0
%36.52
%30.2

Codes

Color #7AB271 in popluar color models

7AB271
RGB122178113
HSL112°29.68%57.06%
HSB/HSV112°36.52%69.80%
CMYK31.46%0.00%36.52%
30.20%

Color #7AB271 in popluar number systems.

HEX7AB271
Decimal122178113
Binary1111010101100101110001
Octal172262161

Shades and tints

Shades of #7AB271

#7AB271
(122,178,113)
#6FA267
(111,162,103)
#64925D
(100,146,93)
#598253
(89,130,83)
#4E7249
(78,114,73)
#43623F
(67,98,63)
#385235
(56,82,53)
#2D422B
(45,66,43)
#223221
(34,50,33)
#172217
(23,34,23)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #7AB271

#7AB271
(122,178,113)
#86B97D
(134,185,125)
#92C089
(146,192,137)
#9EC795
(158,199,149)
#AACEA1
(170,206,161)
#B6D5AD
(182,213,173)
#C2DCB9
(194,220,185)
#CEE3C5
(206,227,197)
#DAEAD1
(218,234,209)
#E6F1DD
(230,241,221)
#F2F8E9
(242,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB271; }

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

This text font color is #7AB271.


Background Color

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

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

This div background color is #7AB271.


Border color

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

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

This div border color is #7AB271.


Opacity

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

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

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

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

This text has shadow with #7AB271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB271 on black background.


Color preview on white background

This text has color #7AB271 on white background.



Black color preview on #7AB271 background

This text has black color on #7AB271 background.


White color preview on #7AB271 background

This text has white color on #7AB271 background.