COLOR #7AB366

HEX: #7AB366 RGB: (122,179,102)

Color info

#7AB366 contains mainly red and green colors. Web safe color of #7AB366 is #669966 (or #696).

RGB color model

#7AB366 color RGB value is (122,179,102).

RGB: (122,179,102) (48%, 70%, 40%)

RGB channels and saturation

R 122 of 255 = 48%
G 179 of 255 = 70%
B 102 of 255 = 40%

122
179
102

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

Portions of RGB colors in percentages

R + G + B = 122 + 179 + 102 = 403 (100%)
R 122 of 403 ~ 30.27%
G 179 of 403 ~ 44.42%
B 102 of 403 ~ 25.31'%

%30.27
%44.42
%25.31

CMYK color model

#7AB366 color CMYK value is (32,0,43,30).

  • cyan value is 31.84%
  • magenta value is 0.00%
  • yellow value is 43.02%
  • key color value is 29.80%
CMYK: (32,0,43,30) C32M0Y43K30 (32%,0%,43%,30%) (0.32/0.00/0.43/0.30) 

CMYK percentages

%31.84
%0
%43.02
%29.8

Codes

Color #7AB366 in popluar color models

7A B3 66
RGB 122 179 102
HSL 104° 33.62% 55.10%
HSB/HSV 104° 43.02% 70.20%
CMYK 31.84% 0.00% 43.02%
29.80%

Color #7AB366 in popluar number systems.

HEX 7A B3 66
Decimal 122 179 102
Binary 1111010 10110011 1100110
Octal 172 263 146

Shades and tints

Shades of #7AB366

#7AB366
(122,179,102)
#6FA35D
(111,163,93)
#649354
(100,147,84)
#59834B
(89,131,75)
#4E7342
(78,115,66)
#436339
(67,99,57)
#385330
(56,83,48)
#2D4327
(45,67,39)
#22331E
(34,51,30)
#172315
(23,35,21)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #7AB366

#7AB366
(122,179,102)
#86B973
(134,185,115)
#92BF80
(146,191,128)
#9EC58D
(158,197,141)
#AACB9A
(170,203,154)
#B6D1A7
(182,209,167)
#C2D7B4
(194,215,180)
#CEDDC1
(206,221,193)
#DAE3CE
(218,227,206)
#E6E9DB
(230,233,219)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB366 color. Also use rgb(122,179,102) instead hex code.

Text Font Color

.myTextColor { color: #7AB366; }

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

This text font color is #7AB366.

Background Color

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

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

This div background color is #7AB366.

Border color

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

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

This div border color is #7AB366.

Opacity

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

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

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

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

This text has shadow with #7AB366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AB366.

Preview

Color preview on black background

This text has color #7AB366 on black background.


Color preview on white background

This text has color #7AB366 on white background.


Black color preview on #7AB366 background

This text has black color on #7AB366 background.


White color preview on #7AB366 background

This text has white color on #7AB366 background.


Related colors

Complementary color

Complementary color for #hex is #854C99.


I love getcolorcode.com

Triadic colors

1 #667AB3 and #B3667A with #7AB366 are triadic colors.

2 #66B37A and #B37A66 with #7AB366 are triadic colors.