COLOR #7A8612

HEX: #7A8612
RGB: (122,134,18)

Color info

#7A8612 contains mainly red and green colors. Web safe color of #7A8612 is #669900 (or #690).

RGB color model

#7A8612 color RGB value is (122,134,18).

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

RGB channels and saturation

R 122 of 255 = 48%
G 134 of 255 = 53%
B 18 of 255 = 7%

122
134
18

R + G + B ~ 36%. #7A8612 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 134 + 18 = 274 (100%)
R 122 of 274 ~ 44.53%
G 134 of 274 ~ 48.91%
B 18 of 274 ~ 6.57%

%44.53
%48.91

CMYK color model

#7A8612 color CMYK value is (9,0,87,47).

  • cyan value is 8.96%
  • magenta value is 0.00%
  • yellow value is 86.57%
  • key color value is 47.45%
CMYK:
(9,0,87,47)
C9M0Y87K47 
(9%,0%,87%,47%)
(0.09/0.00/0.87/0.47)	

CMYK percentages

%8.96
%0
%86.57
%47.45

Codes

Color #7A8612 in popluar color models

7A8612
RGB12213418
HSL66°76.32%29.80%
HSB/HSV66°86.57%52.55%
CMYK8.96%0.00%86.57%
47.45%

Color #7A8612 in popluar number systems.

HEX7A8612
Decimal12213418
Binary11110101000011010010
Octal17220622

Shades and tints

Shades of #7A8612

#7A8612
(122,134,18)
#6F7A11
(111,122,17)
#646E10
(100,110,16)
#59620F
(89,98,15)
#4E560E
(78,86,14)
#434A0D
(67,74,13)
#383E0C
(56,62,12)
#2D320B
(45,50,11)
#22260A
(34,38,10)
#171A09
(23,26,9)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #7A8612

#7A8612
(122,134,18)
#869127
(134,145,39)
#929C3C
(146,156,60)
#9EA751
(158,167,81)
#AAB266
(170,178,102)
#B6BD7B
(182,189,123)
#C2C890
(194,200,144)
#CED3A5
(206,211,165)
#DADEBA
(218,222,186)
#E6E9CF
(230,233,207)
#F2F4E4
(242,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8612; }

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

This text font color is #7A8612.


Background Color

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

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

This div background color is #7A8612.


Border color

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

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

This div border color is #7A8612.


Opacity

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

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

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

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

This text has shadow with #7A8612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8612 on black background.


Color preview on white background

This text has color #7A8612 on white background.



Black color preview on #7A8612 background

This text has black color on #7A8612 background.


White color preview on #7A8612 background

This text has white color on #7A8612 background.