COLOR #07702F

HEX: #07702F
RGB: (7,112,47)

Color info

#07702F contains mainly green color. Web safe color of #07702F is #006633 (or #063).

RGB color model

#07702F color RGB value is (7,112,47).

  • red value is 7;
  • green value is 112;
  • blue value is 47.
RGB:
(7,112,47)
(3%,44%,18%)

RGB channels and saturation

R 7 of 255 = 3%
G 112 of 255 = 44%
B 47 of 255 = 18%

7
112
47

R + G + B ~ 22%. #07702F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 112 + 47 = 166 (100%)
R 7 of 166 ~ 4.22%
G 112 of 166 ~ 67.47%
B 47 of 166 ~ 28.31%

%67.47
%28.31

CMYK color model

#07702F color CMYK value is (94,0,58,56).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 58.04%
  • key color value is 56.08%
CMYK:
(94,0,58,56)
C94M0Y58K56 
(94%,0%,58%,56%)
(0.94/0.00/0.58/0.56)	

CMYK percentages

%93.75
%0
%58.04
%56.08

Codes

Color #07702F in popluar color models

07702F
RGB711247
HSL143°88.24%23.33%
HSB/HSV143°93.75%43.92%
CMYK93.75%0.00%58.04%
56.08%

Color #07702F in popluar number systems.

HEX07702F
Decimal711247
Binary1111110000101111
Octal716057

Shades and tints

Shades of #07702F

#07702F
(7,112,47)
#07662B
(7,102,43)
#075C27
(7,92,39)
#075223
(7,82,35)
#07481F
(7,72,31)
#073E1B
(7,62,27)
#073417
(7,52,23)
#072A13
(7,42,19)
#07200F
(7,32,15)
#07160B
(7,22,11)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #07702F

#07702F
(7,112,47)
#1D7D41
(29,125,65)
#338A53
(51,138,83)
#499765
(73,151,101)
#5FA477
(95,164,119)
#75B189
(117,177,137)
#8BBE9B
(139,190,155)
#A1CBAD
(161,203,173)
#B7D8BF
(183,216,191)
#CDE5D1
(205,229,209)
#E3F2E3
(227,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07702F color. Also use rgb(7,112,47) instead hex code.

Text Font Color

.myTextColor { color: #07702F; }

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

This text font color is #07702F.


Background Color

.myBgColor { background-color: #07702F; }

<div style="background-color:#07702F">Inner text</div>

This div background color is #07702F.


Border color

.myBorderColor { border: 1px solid #07702F; }

<div style="border:3px solid #07702F">Div</div>

This div border color is #07702F.


Opacity

.myOpacity80 { color: #07702F; opacity: 0.8; }

<p style="color:#07702F;opacity:0.8;">80%</p>

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

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

This text has shadow with #07702F color.

.textShadow {text-shadow: 3px 3px 1px #07702F, 3px 3px 1px red;}

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

This text has shadow with #07702F primary color and red secondary color.


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

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

This text has shadow with #07702F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07702F on black background.


Color preview on white background

This text has color #07702F on white background.



Black color preview on #07702F background

This text has black color on #07702F background.


White color preview on #07702F background

This text has white color on #07702F background.