COLOR #7A956B

HEX: #7A956B
RGB: (122,149,107)

Color info

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

RGB color model

#7A956B color RGB value is (122,149,107).

  • red value is 122;
  • green value is 149;
  • blue value is 107.
RGB:
(122,149,107)
(48%,58%,42%)

RGB channels and saturation

R 122 of 255 = 48%
G 149 of 255 = 58%
B 107 of 255 = 42%

122
149
107

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

Portions of RGB colors in percentages

R + G + B =
122 + 149 + 107 = 378 (100%)
R 122 of 378 ~ 32.28%
G 149 of 378 ~ 39.42%
B 107 of 378 ~ 28.31%

%32.28
%39.42
%28.31

CMYK color model

#7A956B color CMYK value is (18,0,28,42).

  • cyan value is 18.12%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 41.57%
CMYK:
(18,0,28,42)
C18M0Y28K42 
(18%,0%,28%,42%)
(0.18/0.00/0.28/0.42)	

CMYK percentages

%18.12
%0
%28.19
%41.57

Codes

Color #7A956B in popluar color models

7A956B
RGB122149107
HSL99°16.54%50.20%
HSB/HSV99°28.19%58.43%
CMYK18.12%0.00%28.19%
41.57%

Color #7A956B in popluar number systems.

HEX7A956B
Decimal122149107
Binary1111010100101011101011
Octal172225153

Shades and tints

Shades of #7A956B

#7A956B
(122,149,107)
#6F8862
(111,136,98)
#647B59
(100,123,89)
#596E50
(89,110,80)
#4E6147
(78,97,71)
#43543E
(67,84,62)
#384735
(56,71,53)
#2D3A2C
(45,58,44)
#222D23
(34,45,35)
#17201A
(23,32,26)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #7A956B

#7A956B
(122,149,107)
#869E78
(134,158,120)
#92A785
(146,167,133)
#9EB092
(158,176,146)
#AAB99F
(170,185,159)
#B6C2AC
(182,194,172)
#C2CBB9
(194,203,185)
#CED4C6
(206,212,198)
#DADDD3
(218,221,211)
#E6E6E0
(230,230,224)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A956B color. Also use rgb(122,149,107) instead hex code.

Text Font Color

.myTextColor { color: #7A956B; }

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

This text font color is #7A956B.


Background Color

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

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

This div background color is #7A956B.


Border color

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

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

This div border color is #7A956B.


Opacity

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

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

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

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

This text has shadow with #7A956B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A956B on black background.


Color preview on white background

This text has color #7A956B on white background.



Black color preview on #7A956B background

This text has black color on #7A956B background.


White color preview on #7A956B background

This text has white color on #7A956B background.