COLOR #7AB872

HEX: #7AB872
RGB: (122,184,114)

Color info

#7AB872 contains mainly green color. Web safe color of #7AB872 is #66CC66 (or #6C6).

RGB color model

#7AB872 color RGB value is (122,184,114).

  • red value is 122;
  • green value is 184;
  • blue value is 114.
RGB:
(122,184,114)
(48%,72%,45%)

RGB channels and saturation

R 122 of 255 = 48%
G 184 of 255 = 72%
B 114 of 255 = 45%

122
184
114

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

Portions of RGB colors in percentages

R + G + B =
122 + 184 + 114 = 420 (100%)
R 122 of 420 ~ 29.05%
G 184 of 420 ~ 43.81%
B 114 of 420 ~ 27.14%

%29.05
%43.81
%27.14

CMYK color model

#7AB872 color CMYK value is (34,0,38,28).

  • cyan value is 33.70%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 27.84%
CMYK:
(34,0,38,28)
C34M0Y38K28 
(34%,0%,38%,28%)
(0.34/0.00/0.38/0.28)	

CMYK percentages

%33.7
%0
%38.04
%27.84

Codes

Color #7AB872 in popluar color models

7AB872
RGB122184114
HSL113°33.02%58.43%
HSB/HSV113°38.04%72.16%
CMYK33.70%0.00%38.04%
27.84%

Color #7AB872 in popluar number systems.

HEX7AB872
Decimal122184114
Binary1111010101110001110010
Octal172270162

Shades and tints

Shades of #7AB872

#7AB872
(122,184,114)
#6FA868
(111,168,104)
#64985E
(100,152,94)
#598854
(89,136,84)
#4E784A
(78,120,74)
#436840
(67,104,64)
#385836
(56,88,54)
#2D482C
(45,72,44)
#223822
(34,56,34)
#172818
(23,40,24)
#0C180E
(12,24,14)
#000000
(0,0,0)

Tints of #7AB872

#7AB872
(122,184,114)
#86BE7E
(134,190,126)
#92C48A
(146,196,138)
#9ECA96
(158,202,150)
#AAD0A2
(170,208,162)
#B6D6AE
(182,214,174)
#C2DCBA
(194,220,186)
#CEE2C6
(206,226,198)
#DAE8D2
(218,232,210)
#E6EEDE
(230,238,222)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB872 color. Also use rgb(122,184,114) instead hex code.

Text Font Color

.myTextColor { color: #7AB872; }

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

This text font color is #7AB872.


Background Color

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

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

This div background color is #7AB872.


Border color

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

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

This div border color is #7AB872.


Opacity

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

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

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

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

This text has shadow with #7AB872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB872 on black background.


Color preview on white background

This text has color #7AB872 on white background.



Black color preview on #7AB872 background

This text has black color on #7AB872 background.


White color preview on #7AB872 background

This text has white color on #7AB872 background.