COLOR #7AB944

HEX: #7AB944
RGB: (122,185,68)

Color info

#7AB944 contains mainly green color. Web safe color of #7AB944 is #66CC33 (or #6C3).

RGB color model

#7AB944 color RGB value is (122,185,68).

  • red value is 122;
  • green value is 185;
  • blue value is 68.
RGB:
(122,185,68)
(48%,73%,27%)

RGB channels and saturation

R 122 of 255 = 48%
G 185 of 255 = 73%
B 68 of 255 = 27%

122
185
68

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

Portions of RGB colors in percentages

R + G + B =
122 + 185 + 68 = 375 (100%)
R 122 of 375 ~ 32.53%
G 185 of 375 ~ 49.33%
B 68 of 375 ~ 18.13%

%32.53
%49.33
%18.13

CMYK color model

#7AB944 color CMYK value is (34,0,63,27).

  • cyan value is 34.05%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 27.45%
CMYK:
(34,0,63,27)
C34M0Y63K27 
(34%,0%,63%,27%)
(0.34/0.00/0.63/0.27)	

CMYK percentages

%34.05
%0
%63.24
%27.45

Codes

Color #7AB944 in popluar color models

7AB944
RGB12218568
HSL92°46.25%49.61%
HSB/HSV92°63.24%72.55%
CMYK34.05%0.00%63.24%
27.45%

Color #7AB944 in popluar number systems.

HEX7AB944
Decimal12218568
Binary1111010101110011000100
Octal172271104

Shades and tints

Shades of #7AB944

#7AB944
(122,185,68)
#6FA93E
(111,169,62)
#649938
(100,153,56)
#598932
(89,137,50)
#4E792C
(78,121,44)
#436926
(67,105,38)
#385920
(56,89,32)
#2D491A
(45,73,26)
#223914
(34,57,20)
#17290E
(23,41,14)
#0C1908
(12,25,8)
#000000
(0,0,0)

Tints of #7AB944

#7AB944
(122,185,68)
#86BF55
(134,191,85)
#92C566
(146,197,102)
#9ECB77
(158,203,119)
#AAD188
(170,209,136)
#B6D799
(182,215,153)
#C2DDAA
(194,221,170)
#CEE3BB
(206,227,187)
#DAE9CC
(218,233,204)
#E6EFDD
(230,239,221)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB944 color. Also use rgb(122,185,68) instead hex code.

Text Font Color

.myTextColor { color: #7AB944; }

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

This text font color is #7AB944.


Background Color

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

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

This div background color is #7AB944.


Border color

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

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

This div border color is #7AB944.


Opacity

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

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

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

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

This text has shadow with #7AB944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB944 on black background.


Color preview on white background

This text has color #7AB944 on white background.



Black color preview on #7AB944 background

This text has black color on #7AB944 background.


White color preview on #7AB944 background

This text has white color on #7AB944 background.