COLOR #078A01

HEX: #078A01
RGB: (7,138,1)

Color info

#078A01 contains mainly green color. Web safe color of #078A01 is #009900 (or #090).

RGB color model

#078A01 color RGB value is (7,138,1).

  • red value is 7;
  • green value is 138;
  • blue value is 1.
RGB:
(7,138,1)
(3%,54%,0%)

RGB channels and saturation

R 7 of 255 = 3%
G 138 of 255 = 54%
B 1 of 255 = 0%

7
138
1

R + G + B ~ 19%. #078A01 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 138 + 1 = 146 (100%)
R 7 of 146 ~ 4.79%
G 138 of 146 ~ 94.52%
B 1 of 146 ~ 0.68%

%94.52

CMYK color model

#078A01 color CMYK value is (95,0,99,46).

  • cyan value is 94.93%
  • magenta value is 0.00%
  • yellow value is 99.28%
  • key color value is 45.88%
CMYK:
(95,0,99,46)
C95M0Y99K46 
(95%,0%,99%,46%)
(0.95/0.00/0.99/0.46)	

CMYK percentages

%94.93
%0
%99.28
%45.88

Codes

Color #078A01 in popluar color models

078A01
RGB71381
HSL117°98.56%27.25%
HSB/HSV117°99.28%54.12%
CMYK94.93%0.00%99.28%
45.88%

Color #078A01 in popluar number systems.

HEX078A01
Decimal71381
Binary111100010101
Octal72121

Shades and tints

Shades of #078A01

#078A01
(7,138,1)
#077E01
(7,126,1)
#077201
(7,114,1)
#076601
(7,102,1)
#075A01
(7,90,1)
#074E01
(7,78,1)
#074201
(7,66,1)
#073601
(7,54,1)
#072A01
(7,42,1)
#071E01
(7,30,1)
#071201
(7,18,1)
#000000
(0,0,0)

Tints of #078A01

#078A01
(7,138,1)
#1D9418
(29,148,24)
#339E2F
(51,158,47)
#49A846
(73,168,70)
#5FB25D
(95,178,93)
#75BC74
(117,188,116)
#8BC68B
(139,198,139)
#A1D0A2
(161,208,162)
#B7DAB9
(183,218,185)
#CDE4D0
(205,228,208)
#E3EEE7
(227,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #078A01 color. Also use rgb(7,138,1) instead hex code.

Text Font Color

.myTextColor { color: #078A01; }

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

This text font color is #078A01.


Background Color

.myBgColor { background-color: #078A01; }

<div style="background-color:#078A01">Inner text</div>

This div background color is #078A01.


Border color

.myBorderColor { border: 1px solid #078A01; }

<div style="border:3px solid #078A01">Div</div>

This div border color is #078A01.


Opacity

.myOpacity80 { color: #078A01; opacity: 0.8; }

<p style="color:#078A01;opacity:0.8;">80%</p>

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

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

This text has shadow with #078A01 color.

.textShadow {text-shadow: 3px 3px 1px #078A01, 3px 3px 1px red;}

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

This text has shadow with #078A01 primary color and red secondary color.


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

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

This text has shadow with #078A01 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #078A01 on black background.


Color preview on white background

This text has color #078A01 on white background.



Black color preview on #078A01 background

This text has black color on #078A01 background.


White color preview on #078A01 background

This text has white color on #078A01 background.