COLOR #7AB699

HEX: #7AB699
RGB: (122,182,153)

Color info

#7AB699 contains mainly green and blue colors. Web safe color of #7AB699 is #66CC99 (or #6C9).

RGB color model

#7AB699 color RGB value is (122,182,153).

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

RGB channels and saturation

R 122 of 255 = 48%
G 182 of 255 = 71%
B 153 of 255 = 60%

122
182
153

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

Portions of RGB colors in percentages

R + G + B =
122 + 182 + 153 = 457 (100%)
R 122 of 457 ~ 26.7%
G 182 of 457 ~ 39.82%
B 153 of 457 ~ 33.48%

%26.7
%39.82
%33.48

CMYK color model

#7AB699 color CMYK value is (33,0,16,29).

  • cyan value is 32.97%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 28.63%
CMYK:
(33,0,16,29)
C33M0Y16K29 
(33%,0%,16%,29%)
(0.33/0.00/0.16/0.29)	

CMYK percentages

%32.97
%0
%15.93
%28.63

Codes

Color #7AB699 in popluar color models

7AB699
RGB122182153
HSL151°29.13%59.61%
HSB/HSV151°32.97%71.37%
CMYK32.97%0.00%15.93%
28.63%

Color #7AB699 in popluar number systems.

HEX7AB699
Decimal122182153
Binary11110101011011010011001
Octal172266231

Shades and tints

Shades of #7AB699

#7AB699
(122,182,153)
#6FA68C
(111,166,140)
#64967F
(100,150,127)
#598672
(89,134,114)
#4E7665
(78,118,101)
#436658
(67,102,88)
#38564B
(56,86,75)
#2D463E
(45,70,62)
#223631
(34,54,49)
#172624
(23,38,36)
#0C1617
(12,22,23)
#000000
(0,0,0)

Tints of #7AB699

#7AB699
(122,182,153)
#86BCA2
(134,188,162)
#92C2AB
(146,194,171)
#9EC8B4
(158,200,180)
#AACEBD
(170,206,189)
#B6D4C6
(182,212,198)
#C2DACF
(194,218,207)
#CEE0D8
(206,224,216)
#DAE6E1
(218,230,225)
#E6ECEA
(230,236,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB699; }

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

This text font color is #7AB699.


Background Color

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

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

This div background color is #7AB699.


Border color

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

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

This div border color is #7AB699.


Opacity

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

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

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

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

This text has shadow with #7AB699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB699 on black background.


Color preview on white background

This text has color #7AB699 on white background.



Black color preview on #7AB699 background

This text has black color on #7AB699 background.


White color preview on #7AB699 background

This text has white color on #7AB699 background.