COLOR #7AB63F

HEX: #7AB63F
RGB: (122,182,63)

Color info

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

RGB color model

#7AB63F color RGB value is (122,182,63).

  • red value is 122;
  • green value is 182;
  • blue value is 63.
RGB:
(122,182,63)
(48%,71%,25%)

RGB channels and saturation

R 122 of 255 = 48%
G 182 of 255 = 71%
B 63 of 255 = 25%

122
182
63

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

Portions of RGB colors in percentages

R + G + B =
122 + 182 + 63 = 367 (100%)
R 122 of 367 ~ 33.24%
G 182 of 367 ~ 49.59%
B 63 of 367 ~ 17.17%

%33.24
%49.59
%17.17

CMYK color model

#7AB63F color CMYK value is (33,0,65,29).

  • cyan value is 32.97%
  • magenta value is 0.00%
  • yellow value is 65.38%
  • key color value is 28.63%
CMYK:
(33,0,65,29)
C33M0Y65K29 
(33%,0%,65%,29%)
(0.33/0.00/0.65/0.29)	

CMYK percentages

%32.97
%0
%65.38
%28.63

Codes

Color #7AB63F in popluar color models

7AB63F
RGB12218263
HSL90°48.57%48.04%
HSB/HSV90°65.38%71.37%
CMYK32.97%0.00%65.38%
28.63%

Color #7AB63F in popluar number systems.

HEX7AB63F
Decimal12218263
Binary111101010110110111111
Octal17226677

Shades and tints

Shades of #7AB63F

#7AB63F
(122,182,63)
#6FA63A
(111,166,58)
#649635
(100,150,53)
#598630
(89,134,48)
#4E762B
(78,118,43)
#436626
(67,102,38)
#385621
(56,86,33)
#2D461C
(45,70,28)
#223617
(34,54,23)
#172612
(23,38,18)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #7AB63F

#7AB63F
(122,182,63)
#86BC50
(134,188,80)
#92C261
(146,194,97)
#9EC872
(158,200,114)
#AACE83
(170,206,131)
#B6D494
(182,212,148)
#C2DAA5
(194,218,165)
#CEE0B6
(206,224,182)
#DAE6C7
(218,230,199)
#E6ECD8
(230,236,216)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB63F color. Also use rgb(122,182,63) instead hex code.

Text Font Color

.myTextColor { color: #7AB63F; }

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

This text font color is #7AB63F.


Background Color

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

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

This div background color is #7AB63F.


Border color

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

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

This div border color is #7AB63F.


Opacity

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

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

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

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

This text has shadow with #7AB63F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB63F on black background.


Color preview on white background

This text has color #7AB63F on white background.



Black color preview on #7AB63F background

This text has black color on #7AB63F background.


White color preview on #7AB63F background

This text has white color on #7AB63F background.