COLOR #7AB36C

HEX: #7AB36C RGB: (122,179,108)

Color info

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

RGB color model

#7AB36C color RGB value is (122,179,108).

RGB: (122,179,108) (48%, 70%, 42%)

RGB channels and saturation

R 122 of 255 = 48%
G 179 of 255 = 70%
B 108 of 255 = 42%

122
179
108

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

Portions of RGB colors in percentages

R + G + B = 122 + 179 + 108 = 409 (100%)
R 122 of 409 ~ 29.83%
G 179 of 409 ~ 43.77%
B 108 of 409 ~ 26.41'%

%29.83
%43.77
%26.41

CMYK color model

#7AB36C color CMYK value is (32,0,40,30).

  • cyan value is 31.84%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 29.80%

CMYK: (32,0,40,30)
C32M0Y40K30 (32%, 0%, 40%, 30%)
(0.32 / 0.00 / 0.40 / 0.30)

CMYK percentages

%31.84
%0
%39.66
%29.8

Codes

Color #7AB36C in popluar color models

7A B3 6C
RGB 122 179 108
HSL 108° 31.84% 56.27%
HSB/HSV 108° 39.66% 70.20%
CMYK 31.84% 0.00% 39.66%
29.80%

Color #7AB36C in popluar number systems.

HEX 7A B3 6C
Decimal 122 179 108
Binary 1111010 10110011 1101100
Octal 172 263 154

Shades and tints

Shades of #7AB36C

#7AB36C
(122,179,108)
#6FA363
(111,163,99)
#64935A
(100,147,90)
#598351
(89,131,81)
#4E7348
(78,115,72)
#43633F
(67,99,63)
#385336
(56,83,54)
#2D432D
(45,67,45)
#223324
(34,51,36)
#17231B
(23,35,27)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #7AB36C

#7AB36C
(122,179,108)
#86B979
(134,185,121)
#92BF86
(146,191,134)
#9EC593
(158,197,147)
#AACBA0
(170,203,160)
#B6D1AD
(182,209,173)
#C2D7BA
(194,215,186)
#CEDDC7
(206,221,199)
#DAE3D4
(218,227,212)
#E6E9E1
(230,233,225)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB36C; }

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

This text font color is #7AB36C.

Background Color

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

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

This div background color is #7AB36C.

Border color

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

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

This div border color is #7AB36C.

Opacity

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

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

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

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

This text has shadow with #7AB36C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AB36C.

Preview

Color preview on black background

This text has color #7AB36C on black background.


Color preview on white background

This text has color #7AB36C on white background.


Black color preview on #7AB36C background

This text has black color on #7AB36C background.


White color preview on #7AB36C background

This text has white color on #7AB36C background.


Related colors

Complementary color

Complementary color for #hex is #854C93.


I love getcolorcode.com

Triadic colors

1 #6C7AB3 and #B36C7A with #7AB36C are triadic colors.

2 #6CB37A and #B37A6C with #7AB36C are triadic colors.