COLOR #7A864A

HEX: #7A864A
RGB: (122,134,74)

Color info

#7A864A contains mainly red and green colors. Web safe color of #7A864A is #669933 (or #693).

RGB color model

#7A864A color RGB value is (122,134,74).

  • red value is 122;
  • green value is 134;
  • blue value is 74.
RGB:
(122,134,74)
(48%,53%,29%)

RGB channels and saturation

R 122 of 255 = 48%
G 134 of 255 = 53%
B 74 of 255 = 29%

122
134
74

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

Portions of RGB colors in percentages

R + G + B =
122 + 134 + 74 = 330 (100%)
R 122 of 330 ~ 36.97%
G 134 of 330 ~ 40.61%
B 74 of 330 ~ 22.42%

%36.97
%40.61
%22.42

CMYK color model

#7A864A color CMYK value is (9,0,45,47).

  • cyan value is 8.96%
  • magenta value is 0.00%
  • yellow value is 44.78%
  • key color value is 47.45%
CMYK:
(9,0,45,47)
C9M0Y45K47 
(9%,0%,45%,47%)
(0.09/0.00/0.45/0.47)	

CMYK percentages

%8.96
%0
%44.78
%47.45

Codes

Color #7A864A in popluar color models

7A864A
RGB12213474
HSL72°28.85%40.78%
HSB/HSV72°44.78%52.55%
CMYK8.96%0.00%44.78%
47.45%

Color #7A864A in popluar number systems.

HEX7A864A
Decimal12213474
Binary1111010100001101001010
Octal172206112

Shades and tints

Shades of #7A864A

#7A864A
(122,134,74)
#6F7A44
(111,122,68)
#646E3E
(100,110,62)
#596238
(89,98,56)
#4E5632
(78,86,50)
#434A2C
(67,74,44)
#383E26
(56,62,38)
#2D3220
(45,50,32)
#22261A
(34,38,26)
#171A14
(23,26,20)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #7A864A

#7A864A
(122,134,74)
#86915A
(134,145,90)
#929C6A
(146,156,106)
#9EA77A
(158,167,122)
#AAB28A
(170,178,138)
#B6BD9A
(182,189,154)
#C2C8AA
(194,200,170)
#CED3BA
(206,211,186)
#DADECA
(218,222,202)
#E6E9DA
(230,233,218)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A864A color. Also use rgb(122,134,74) instead hex code.

Text Font Color

.myTextColor { color: #7A864A; }

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

This text font color is #7A864A.


Background Color

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

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

This div background color is #7A864A.


Border color

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

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

This div border color is #7A864A.


Opacity

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

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

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

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

This text has shadow with #7A864A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A864A on black background.


Color preview on white background

This text has color #7A864A on white background.



Black color preview on #7A864A background

This text has black color on #7A864A background.


White color preview on #7A864A background

This text has white color on #7A864A background.