COLOR #7AB022

HEX: #7AB022
RGB: (122,176,34)

Color info

#7AB022 contains mainly red and green colors. Web safe color of #7AB022 is #669933 (or #693).

RGB color model

#7AB022 color RGB value is (122,176,34).

  • red value is 122;
  • green value is 176;
  • blue value is 34.
RGB:
(122,176,34)
(48%,69%,13%)

RGB channels and saturation

R 122 of 255 = 48%
G 176 of 255 = 69%
B 34 of 255 = 13%

122
176
34

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

Portions of RGB colors in percentages

R + G + B =
122 + 176 + 34 = 332 (100%)
R 122 of 332 ~ 36.75%
G 176 of 332 ~ 53.01%
B 34 of 332 ~ 10.24%

%36.75
%53.01
%10.24

CMYK color model

#7AB022 color CMYK value is (31,0,81,31).

  • cyan value is 30.68%
  • magenta value is 0.00%
  • yellow value is 80.68%
  • key color value is 30.98%
CMYK:
(31,0,81,31)
C31M0Y81K31 
(31%,0%,81%,31%)
(0.31/0.00/0.81/0.31)	

CMYK percentages

%30.68
%0
%80.68
%30.98

Codes

Color #7AB022 in popluar color models

7AB022
RGB12217634
HSL83°67.62%41.18%
HSB/HSV83°80.68%69.02%
CMYK30.68%0.00%80.68%
30.98%

Color #7AB022 in popluar number systems.

HEX7AB022
Decimal12217634
Binary111101010110000100010
Octal17226042

Shades and tints

Shades of #7AB022

#7AB022
(122,176,34)
#6FA01F
(111,160,31)
#64901C
(100,144,28)
#598019
(89,128,25)
#4E7016
(78,112,22)
#436013
(67,96,19)
#385010
(56,80,16)
#2D400D
(45,64,13)
#22300A
(34,48,10)
#172007
(23,32,7)
#0C1004
(12,16,4)
#000000
(0,0,0)

Tints of #7AB022

#7AB022
(122,176,34)
#86B736
(134,183,54)
#92BE4A
(146,190,74)
#9EC55E
(158,197,94)
#AACC72
(170,204,114)
#B6D386
(182,211,134)
#C2DA9A
(194,218,154)
#CEE1AE
(206,225,174)
#DAE8C2
(218,232,194)
#E6EFD6
(230,239,214)
#F2F6EA
(242,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB022 color. Also use rgb(122,176,34) instead hex code.

Text Font Color

.myTextColor { color: #7AB022; }

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

This text font color is #7AB022.


Background Color

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

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

This div background color is #7AB022.


Border color

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

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

This div border color is #7AB022.


Opacity

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

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

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

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

This text has shadow with #7AB022 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB022 on black background.


Color preview on white background

This text has color #7AB022 on white background.



Black color preview on #7AB022 background

This text has black color on #7AB022 background.


White color preview on #7AB022 background

This text has white color on #7AB022 background.