COLOR #7AB65B

HEX: #7AB65B
RGB: (122,182,91)

Color info

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

RGB color model

#7AB65B color RGB value is (122,182,91).

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

RGB channels and saturation

R 122 of 255 = 48%
G 182 of 255 = 71%
B 91 of 255 = 36%

122
182
91

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

Portions of RGB colors in percentages

R + G + B =
122 + 182 + 91 = 395 (100%)
R 122 of 395 ~ 30.89%
G 182 of 395 ~ 46.08%
B 91 of 395 ~ 23.04%

%30.89
%46.08
%23.04

CMYK color model

#7AB65B color CMYK value is (33,0,50,29).

  • cyan value is 32.97%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 28.63%
CMYK:
(33,0,50,29)
C33M0Y50K29 
(33%,0%,50%,29%)
(0.33/0.00/0.50/0.29)	

CMYK percentages

%32.97
%0
%50
%28.63

Codes

Color #7AB65B in popluar color models

7AB65B
RGB12218291
HSL100°38.40%53.53%
HSB/HSV100°50.00%71.37%
CMYK32.97%0.00%50.00%
28.63%

Color #7AB65B in popluar number systems.

HEX7AB65B
Decimal12218291
Binary1111010101101101011011
Octal172266133

Shades and tints

Shades of #7AB65B

#7AB65B
(122,182,91)
#6FA653
(111,166,83)
#64964B
(100,150,75)
#598643
(89,134,67)
#4E763B
(78,118,59)
#436633
(67,102,51)
#38562B
(56,86,43)
#2D4623
(45,70,35)
#22361B
(34,54,27)
#172613
(23,38,19)
#0C160B
(12,22,11)
#000000
(0,0,0)

Tints of #7AB65B

#7AB65B
(122,182,91)
#86BC69
(134,188,105)
#92C277
(146,194,119)
#9EC885
(158,200,133)
#AACE93
(170,206,147)
#B6D4A1
(182,212,161)
#C2DAAF
(194,218,175)
#CEE0BD
(206,224,189)
#DAE6CB
(218,230,203)
#E6ECD9
(230,236,217)
#F2F2E7
(242,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB65B; }

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

This text font color is #7AB65B.


Background Color

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

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

This div background color is #7AB65B.


Border color

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

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

This div border color is #7AB65B.


Opacity

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

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

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

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

This text has shadow with #7AB65B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB65B on black background.


Color preview on white background

This text has color #7AB65B on white background.



Black color preview on #7AB65B background

This text has black color on #7AB65B background.


White color preview on #7AB65B background

This text has white color on #7AB65B background.