COLOR #077B0A

HEX: #077B0A
RGB: (7,123,10)

Color info

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

RGB color model

#077B0A color RGB value is (7,123,10).

  • red value is 7;
  • green value is 123;
  • blue value is 10.
RGB:
(7,123,10)
(3%,48%,4%)

RGB channels and saturation

R 7 of 255 = 3%
G 123 of 255 = 48%
B 10 of 255 = 4%

7
123
10

R + G + B ~ 18%. #077B0A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 123 + 10 = 140 (100%)
R 7 of 140 ~ 5%
G 123 of 140 ~ 87.86%
B 10 of 140 ~ 7.14%

%87.86

CMYK color model

#077B0A color CMYK value is (94,0,92,52).

  • cyan value is 94.31%
  • magenta value is 0.00%
  • yellow value is 91.87%
  • key color value is 51.76%
CMYK:
(94,0,92,52)
C94M0Y92K52 
(94%,0%,92%,52%)
(0.94/0.00/0.92/0.52)	

CMYK percentages

%94.31
%0
%91.87
%51.76

Codes

Color #077B0A in popluar color models

077B0A
RGB712310
HSL122°89.23%25.49%
HSB/HSV122°94.31%48.24%
CMYK94.31%0.00%91.87%
51.76%

Color #077B0A in popluar number systems.

HEX077B0A
Decimal712310
Binary11111110111010
Octal717312

Shades and tints

Shades of #077B0A

#077B0A
(7,123,10)
#07700A
(7,112,10)
#07650A
(7,101,10)
#075A0A
(7,90,10)
#074F0A
(7,79,10)
#07440A
(7,68,10)
#07390A
(7,57,10)
#072E0A
(7,46,10)
#07230A
(7,35,10)
#07180A
(7,24,10)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #077B0A

#077B0A
(7,123,10)
#1D8720
(29,135,32)
#339336
(51,147,54)
#499F4C
(73,159,76)
#5FAB62
(95,171,98)
#75B778
(117,183,120)
#8BC38E
(139,195,142)
#A1CFA4
(161,207,164)
#B7DBBA
(183,219,186)
#CDE7D0
(205,231,208)
#E3F3E6
(227,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077B0A color. Also use rgb(7,123,10) instead hex code.

Text Font Color

.myTextColor { color: #077B0A; }

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

This text font color is #077B0A.


Background Color

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

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

This div background color is #077B0A.


Border color

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

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

This div border color is #077B0A.


Opacity

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

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

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

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

This text has shadow with #077B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077B0A on black background.


Color preview on white background

This text has color #077B0A on white background.



Black color preview on #077B0A background

This text has black color on #077B0A background.


White color preview on #077B0A background

This text has white color on #077B0A background.