COLOR #7A965E

HEX: #7A965E
RGB: (122,150,94)

Color info

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

RGB color model

#7A965E color RGB value is (122,150,94).

  • red value is 122;
  • green value is 150;
  • blue value is 94.
RGB:
(122,150,94)
(48%,59%,37%)

RGB channels and saturation

R 122 of 255 = 48%
G 150 of 255 = 59%
B 94 of 255 = 37%

122
150
94

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

Portions of RGB colors in percentages

R + G + B =
122 + 150 + 94 = 366 (100%)
R 122 of 366 ~ 33.33%
G 150 of 366 ~ 40.98%
B 94 of 366 ~ 25.68%

%33.33
%40.98
%25.68

CMYK color model

#7A965E color CMYK value is (19,0,37,41).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 37.33%
  • key color value is 41.18%
CMYK:
(19,0,37,41)
C19M0Y37K41 
(19%,0%,37%,41%)
(0.19/0.00/0.37/0.41)	

CMYK percentages

%18.67
%0
%37.33
%41.18

Codes

Color #7A965E in popluar color models

7A965E
RGB12215094
HSL90°22.95%47.84%
HSB/HSV90°37.33%58.82%
CMYK18.67%0.00%37.33%
41.18%

Color #7A965E in popluar number systems.

HEX7A965E
Decimal12215094
Binary1111010100101101011110
Octal172226136

Shades and tints

Shades of #7A965E

#7A965E
(122,150,94)
#6F8956
(111,137,86)
#647C4E
(100,124,78)
#596F46
(89,111,70)
#4E623E
(78,98,62)
#435536
(67,85,54)
#38482E
(56,72,46)
#2D3B26
(45,59,38)
#222E1E
(34,46,30)
#172116
(23,33,22)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #7A965E

#7A965E
(122,150,94)
#869F6C
(134,159,108)
#92A87A
(146,168,122)
#9EB188
(158,177,136)
#AABA96
(170,186,150)
#B6C3A4
(182,195,164)
#C2CCB2
(194,204,178)
#CED5C0
(206,213,192)
#DADECE
(218,222,206)
#E6E7DC
(230,231,220)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A965E color. Also use rgb(122,150,94) instead hex code.

Text Font Color

.myTextColor { color: #7A965E; }

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

This text font color is #7A965E.


Background Color

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

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

This div background color is #7A965E.


Border color

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

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

This div border color is #7A965E.


Opacity

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

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

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

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

This text has shadow with #7A965E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A965E on black background.


Color preview on white background

This text has color #7A965E on white background.



Black color preview on #7A965E background

This text has black color on #7A965E background.


White color preview on #7A965E background

This text has white color on #7A965E background.