COLOR #7A9E6C

HEX: #7A9E6C RGB: (122,158,108)

Color info

#7A9E6C contains red, green and blue colors in about the same proportion. Web safe color of #7A9E6C is #669966 (or #696).

RGB color model

#7A9E6C color RGB value is (122,158,108).

RGB: (122,158,108) (48%, 62%, 42%)

RGB channels and saturation

R 122 of 255 = 48%
G 158 of 255 = 62%
B 108 of 255 = 42%

122
158
108

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

Portions of RGB colors in percentages

R + G + B = 122 + 158 + 108 = 388 (100%)
R 122 of 388 ~ 31.44%
G 158 of 388 ~ 40.72%
B 108 of 388 ~ 27.84'%

%31.44
%40.72
%27.84

CMYK color model

#7A9E6C color CMYK value is (23,0,32,38).

  • cyan value is 22.78%
  • magenta value is 0.00%
  • yellow value is 31.65%
  • key color value is 38.04%
CMYK: (23,0,32,38) C23M0Y32K38 (23%,0%,32%,38%) (0.23/0.00/0.32/0.38) 

CMYK percentages

%22.78
%0
%31.65
%38.04

Codes

Color #7A9E6C in popluar color models

7A 9E 6C
RGB 122 158 108
HSL 103° 20.49% 52.16%
HSB/HSV 103° 31.65% 61.96%
CMYK 22.78% 0.00% 31.65%
38.04%

Color #7A9E6C in popluar number systems.

HEX 7A 9E 6C
Decimal 122 158 108
Binary 1111010 10011110 1101100
Octal 172 236 154

Shades and tints

Shades of #7A9E6C

#7A9E6C
(122,158,108)
#6F9063
(111,144,99)
#64825A
(100,130,90)
#597451
(89,116,81)
#4E6648
(78,102,72)
#43583F
(67,88,63)
#384A36
(56,74,54)
#2D3C2D
(45,60,45)
#222E24
(34,46,36)
#17201B
(23,32,27)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #7A9E6C

#7A9E6C
(122,158,108)
#86A679
(134,166,121)
#92AE86
(146,174,134)
#9EB693
(158,182,147)
#AABEA0
(170,190,160)
#B6C6AD
(182,198,173)
#C2CEBA
(194,206,186)
#CED6C7
(206,214,199)
#DADED4
(218,222,212)
#E6E6E1
(230,230,225)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9E6C; }

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

This text font color is #7A9E6C.

Background Color

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

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

This div background color is #7A9E6C.

Border color

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

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

This div border color is #7A9E6C.

Opacity

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

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

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

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

This text has shadow with #7A9E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9E6C.

Preview

Color preview on black background

This text has color #7A9E6C on black background.


Color preview on white background

This text has color #7A9E6C on white background.


Black color preview on #7A9E6C background

This text has black color on #7A9E6C background.


White color preview on #7A9E6C background

This text has white color on #7A9E6C background.


Related colors

Complementary color

Complementary color for #hex is #856193.


I love getcolorcode.com

Triadic colors

1 #6C7A9E and #9E6C7A with #7A9E6C are triadic colors.

2 #6C9E7A and #9E7A6C with #7A9E6C are triadic colors.