COLOR #077C0D

HEX: #077C0D
RGB: (7,124,13)

Color info

#077C0D contains mainly green color. Web safe color of #077C0D is #006600 (or #060).

RGB color model

#077C0D color RGB value is (7,124,13).

  • red value is 7;
  • green value is 124;
  • blue value is 13.
RGB:
(7,124,13)
(3%,49%,5%)

RGB channels and saturation

R 7 of 255 = 3%
G 124 of 255 = 49%
B 13 of 255 = 5%

7
124
13

R + G + B ~ 19%. #077C0D is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 124 + 13 = 144 (100%)
R 7 of 144 ~ 4.86%
G 124 of 144 ~ 86.11%
B 13 of 144 ~ 9.03%

%86.11

CMYK color model

#077C0D color CMYK value is (94,0,90,51).

  • cyan value is 94.35%
  • magenta value is 0.00%
  • yellow value is 89.52%
  • key color value is 51.37%
CMYK:
(94,0,90,51)
C94M0Y90K51 
(94%,0%,90%,51%)
(0.94/0.00/0.90/0.51)	

CMYK percentages

%94.35
%0
%89.52
%51.37

Codes

Color #077C0D in popluar color models

077C0D
RGB712413
HSL123°89.31%25.69%
HSB/HSV123°94.35%48.63%
CMYK94.35%0.00%89.52%
51.37%

Color #077C0D in popluar number systems.

HEX077C0D
Decimal712413
Binary11111111001101
Octal717415

Shades and tints

Shades of #077C0D

#077C0D
(7,124,13)
#07710C
(7,113,12)
#07660B
(7,102,11)
#075B0A
(7,91,10)
#075009
(7,80,9)
#074508
(7,69,8)
#073A07
(7,58,7)
#072F06
(7,47,6)
#072405
(7,36,5)
#071904
(7,25,4)
#070E03
(7,14,3)
#000000
(0,0,0)

Tints of #077C0D

#077C0D
(7,124,13)
#1D8723
(29,135,35)
#339239
(51,146,57)
#499D4F
(73,157,79)
#5FA865
(95,168,101)
#75B37B
(117,179,123)
#8BBE91
(139,190,145)
#A1C9A7
(161,201,167)
#B7D4BD
(183,212,189)
#CDDFD3
(205,223,211)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077C0D color. Also use rgb(7,124,13) instead hex code.

Text Font Color

.myTextColor { color: #077C0D; }

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

This text font color is #077C0D.


Background Color

.myBgColor { background-color: #077C0D; }

<div style="background-color:#077C0D">Inner text</div>

This div background color is #077C0D.


Border color

.myBorderColor { border: 1px solid #077C0D; }

<div style="border:3px solid #077C0D">Div</div>

This div border color is #077C0D.


Opacity

.myOpacity80 { color: #077C0D; opacity: 0.8; }

<p style="color:#077C0D;opacity:0.8;">80%</p>

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

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

This text has shadow with #077C0D color.

.textShadow {text-shadow: 3px 3px 1px #077C0D, 3px 3px 1px red;}

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

This text has shadow with #077C0D primary color and red secondary color.


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

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

This text has shadow with #077C0D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077C0D on black background.


Color preview on white background

This text has color #077C0D on white background.



Black color preview on #077C0D background

This text has black color on #077C0D background.


White color preview on #077C0D background

This text has white color on #077C0D background.