COLOR #7A955B

HEX: #7A955B RGB: (122,149,91)

Color info

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

RGB color model

#7A955B color RGB value is (122,149,91).

RGB: (122,149,91) (48%, 58%, 36%)

RGB channels and saturation

R 122 of 255 = 48%
G 149 of 255 = 58%
B 91 of 255 = 36%

122
149
91

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

Portions of RGB colors in percentages

R + G + B = 122 + 149 + 91 = 362 (100%)
R 122 of 362 ~ 33.7%
G 149 of 362 ~ 41.16%
B 91 of 362 ~ 25.14'%

%33.7
%41.16
%25.14

CMYK color model

#7A955B color CMYK value is (18,0,39,42).

  • cyan value is 18.12%
  • magenta value is 0.00%
  • yellow value is 38.93%
  • key color value is 41.57%

CMYK: (18,0,39,42)
C18M0Y39K42 (18%, 0%, 39%, 42%)
(0.18 / 0.00 / 0.39 / 0.42)

CMYK percentages

%18.12
%0
%38.93
%41.57

Codes

Color #7A955B in popluar color models

7A 95 5B
RGB 122 149 91
HSL 88° 24.17% 47.06%
HSB/HSV 88° 38.93% 58.43%
CMYK 18.12% 0.00% 38.93%
41.57%

Color #7A955B in popluar number systems.

HEX 7A 95 5B
Decimal 122 149 91
Binary 1111010 10010101 1011011
Octal 172 225 133

Shades and tints

Shades of #7A955B

#7A955B
(122,149,91)
#6F8853
(111,136,83)
#647B4B
(100,123,75)
#596E43
(89,110,67)
#4E613B
(78,97,59)
#435433
(67,84,51)
#38472B
(56,71,43)
#2D3A23
(45,58,35)
#222D1B
(34,45,27)
#172013
(23,32,19)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #7A955B

#7A955B
(122,149,91)
#869E69
(134,158,105)
#92A777
(146,167,119)
#9EB085
(158,176,133)
#AAB993
(170,185,147)
#B6C2A1
(182,194,161)
#C2CBAF
(194,203,175)
#CED4BD
(206,212,189)
#DADDCB
(218,221,203)
#E6E6D9
(230,230,217)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A955B; }

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

This text font color is #7A955B.

Background Color

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

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

This div background color is #7A955B.

Border color

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

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

This div border color is #7A955B.

Opacity

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

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

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

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

This text has shadow with #7A955B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A955B.

Preview

Color preview on black background

This text has color #7A955B on black background.


Color preview on white background

This text has color #7A955B on white background.


Black color preview on #7A955B background

This text has black color on #7A955B background.


White color preview on #7A955B background

This text has white color on #7A955B background.


Related colors

Complementary color

Complementary color for #hex is #856AA4.


I love getcolorcode.com

Triadic colors

1 #5B7A95 and #955B7A with #7A955B are triadic colors.

2 #5B957A and #957A5B with #7A955B are triadic colors.