COLOR #7A9D58

HEX: #7A9D58
RGB: (122,157,88)

Color info

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

RGB color model

#7A9D58 color RGB value is (122,157,88).

  • red value is 122;
  • green value is 157;
  • blue value is 88.
RGB:
(122,157,88)
(48%,62%,35%)

RGB channels and saturation

R 122 of 255 = 48%
G 157 of 255 = 62%
B 88 of 255 = 35%

122
157
88

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

Portions of RGB colors in percentages

R + G + B =
122 + 157 + 88 = 367 (100%)
R 122 of 367 ~ 33.24%
G 157 of 367 ~ 42.78%
B 88 of 367 ~ 23.98%

%33.24
%42.78
%23.98

CMYK color model

#7A9D58 color CMYK value is (22,0,44,38).

  • cyan value is 22.29%
  • magenta value is 0.00%
  • yellow value is 43.95%
  • key color value is 38.43%
CMYK:
(22,0,44,38)
C22M0Y44K38 
(22%,0%,44%,38%)
(0.22/0.00/0.44/0.38)	

CMYK percentages

%22.29
%0
%43.95
%38.43

Codes

Color #7A9D58 in popluar color models

7A9D58
RGB12215788
HSL90°28.16%48.04%
HSB/HSV90°43.95%61.57%
CMYK22.29%0.00%43.95%
38.43%

Color #7A9D58 in popluar number systems.

HEX7A9D58
Decimal12215788
Binary1111010100111011011000
Octal172235130

Shades and tints

Shades of #7A9D58

#7A9D58
(122,157,88)
#6F8F50
(111,143,80)
#648148
(100,129,72)
#597340
(89,115,64)
#4E6538
(78,101,56)
#435730
(67,87,48)
#384928
(56,73,40)
#2D3B20
(45,59,32)
#222D18
(34,45,24)
#171F10
(23,31,16)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #7A9D58

#7A9D58
(122,157,88)
#86A567
(134,165,103)
#92AD76
(146,173,118)
#9EB585
(158,181,133)
#AABD94
(170,189,148)
#B6C5A3
(182,197,163)
#C2CDB2
(194,205,178)
#CED5C1
(206,213,193)
#DADDD0
(218,221,208)
#E6E5DF
(230,229,223)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9D58 color. Also use rgb(122,157,88) instead hex code.

Text Font Color

.myTextColor { color: #7A9D58; }

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

This text font color is #7A9D58.


Background Color

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

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

This div background color is #7A9D58.


Border color

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

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

This div border color is #7A9D58.


Opacity

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

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

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

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

This text has shadow with #7A9D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9D58 on black background.


Color preview on white background

This text has color #7A9D58 on white background.



Black color preview on #7A9D58 background

This text has black color on #7A9D58 background.


White color preview on #7A9D58 background

This text has white color on #7A9D58 background.