COLOR #07721A

HEX: #07721A
RGB: (7,114,26)

Color info

#07721A contains mainly green color. Web safe color of #07721A is #006600 (or #060).

RGB color model

#07721A color RGB value is (7,114,26).

  • red value is 7;
  • green value is 114;
  • blue value is 26.
RGB:
(7,114,26)
(3%,45%,10%)

RGB channels and saturation

R 7 of 255 = 3%
G 114 of 255 = 45%
B 26 of 255 = 10%

7
114
26

R + G + B ~ 19%. #07721A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 114 + 26 = 147 (100%)
R 7 of 147 ~ 4.76%
G 114 of 147 ~ 77.55%
B 26 of 147 ~ 17.69%

%77.55
%17.69

CMYK color model

#07721A color CMYK value is (94,0,77,55).

  • cyan value is 93.86%
  • magenta value is 0.00%
  • yellow value is 77.19%
  • key color value is 55.29%
CMYK:
(94,0,77,55)
C94M0Y77K55 
(94%,0%,77%,55%)
(0.94/0.00/0.77/0.55)	

CMYK percentages

%93.86
%0
%77.19
%55.29

Codes

Color #07721A in popluar color models

07721A
RGB711426
HSL131°88.43%23.73%
HSB/HSV131°93.86%44.71%
CMYK93.86%0.00%77.19%
55.29%

Color #07721A in popluar number systems.

HEX07721A
Decimal711426
Binary111111001011010
Octal716232

Shades and tints

Shades of #07721A

#07721A
(7,114,26)
#076818
(7,104,24)
#075E16
(7,94,22)
#075414
(7,84,20)
#074A12
(7,74,18)
#074010
(7,64,16)
#07360E
(7,54,14)
#072C0C
(7,44,12)
#07220A
(7,34,10)
#071808
(7,24,8)
#070E06
(7,14,6)
#000000
(0,0,0)

Tints of #07721A

#07721A
(7,114,26)
#1D7E2E
(29,126,46)
#338A42
(51,138,66)
#499656
(73,150,86)
#5FA26A
(95,162,106)
#75AE7E
(117,174,126)
#8BBA92
(139,186,146)
#A1C6A6
(161,198,166)
#B7D2BA
(183,210,186)
#CDDECE
(205,222,206)
#E3EAE2
(227,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07721A color. Also use rgb(7,114,26) instead hex code.

Text Font Color

.myTextColor { color: #07721A; }

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

This text font color is #07721A.


Background Color

.myBgColor { background-color: #07721A; }

<div style="background-color:#07721A">Inner text</div>

This div background color is #07721A.


Border color

.myBorderColor { border: 1px solid #07721A; }

<div style="border:3px solid #07721A">Div</div>

This div border color is #07721A.


Opacity

.myOpacity80 { color: #07721A; opacity: 0.8; }

<p style="color:#07721A;opacity:0.8;">80%</p>

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

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

This text has shadow with #07721A color.

.textShadow {text-shadow: 3px 3px 1px #07721A, 3px 3px 1px red;}

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

This text has shadow with #07721A primary color and red secondary color.


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

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

This text has shadow with #07721A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07721A on black background.


Color preview on white background

This text has color #07721A on white background.



Black color preview on #07721A background

This text has black color on #07721A background.


White color preview on #07721A background

This text has white color on #07721A background.