COLOR #7A8A64

HEX: #7A8A64
RGB: (122,138,100)

Color info

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

RGB color model

#7A8A64 color RGB value is (122,138,100).

  • red value is 122;
  • green value is 138;
  • blue value is 100.
RGB:
(122,138,100)
(48%,54%,39%)

RGB channels and saturation

R 122 of 255 = 48%
G 138 of 255 = 54%
B 100 of 255 = 39%

122
138
100

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

Portions of RGB colors in percentages

R + G + B =
122 + 138 + 100 = 360 (100%)
R 122 of 360 ~ 33.89%
G 138 of 360 ~ 38.33%
B 100 of 360 ~ 27.78%

%33.89
%38.33
%27.78

CMYK color model

#7A8A64 color CMYK value is (12,0,28,46).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 45.88%
CMYK:
(12,0,28,46)
C12M0Y28K46 
(12%,0%,28%,46%)
(0.12/0.00/0.28/0.46)	

CMYK percentages

%11.59
%0
%27.54
%45.88

Codes

Color #7A8A64 in popluar color models

7A8A64
RGB122138100
HSL85°15.97%46.67%
HSB/HSV85°27.54%54.12%
CMYK11.59%0.00%27.54%
45.88%

Color #7A8A64 in popluar number systems.

HEX7A8A64
Decimal122138100
Binary1111010100010101100100
Octal172212144

Shades and tints

Shades of #7A8A64

#7A8A64
(122,138,100)
#6F7E5B
(111,126,91)
#647252
(100,114,82)
#596649
(89,102,73)
#4E5A40
(78,90,64)
#434E37
(67,78,55)
#38422E
(56,66,46)
#2D3625
(45,54,37)
#222A1C
(34,42,28)
#171E13
(23,30,19)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #7A8A64

#7A8A64
(122,138,100)
#869472
(134,148,114)
#929E80
(146,158,128)
#9EA88E
(158,168,142)
#AAB29C
(170,178,156)
#B6BCAA
(182,188,170)
#C2C6B8
(194,198,184)
#CED0C6
(206,208,198)
#DADAD4
(218,218,212)
#E6E4E2
(230,228,226)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8A64 color. Also use rgb(122,138,100) instead hex code.

Text Font Color

.myTextColor { color: #7A8A64; }

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

This text font color is #7A8A64.


Background Color

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

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

This div background color is #7A8A64.


Border color

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

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

This div border color is #7A8A64.


Opacity

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

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

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

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

This text has shadow with #7A8A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8A64 on black background.


Color preview on white background

This text has color #7A8A64 on white background.



Black color preview on #7A8A64 background

This text has black color on #7A8A64 background.


White color preview on #7A8A64 background

This text has white color on #7A8A64 background.