COLOR #007B01

HEX: #007B01
RGB: (0,123,1)

Color info

#007B01 contains mainly green color. Web safe color of #007B01 is #006600 (or #060).

RGB color model

#007B01 color RGB value is (0,123,1).

  • red value is 0;
  • green value is 123;
  • blue value is 1.
RGB:
(0,123,1)
(0%,48%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 123 of 255 = 48%
B 1 of 255 = 0%

0
123
1

R + G + B ~ 16%. #007B01 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 123 + 1 = 124 (100%)
R 0 of 124 ~ 0%
G 123 of 124 ~ 99.19%
B 1 of 124 ~ 0.81%

%99.19

CMYK color model

#007B01 color CMYK value is (100,0,99,52).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 99.19%
  • key color value is 51.76%
CMYK:
(100,0,99,52)
C100M0Y99K52 
(100%,0%,99%,52%)
(1.00/0.00/0.99/0.52)	

CMYK percentages

%100
%0
%99.19
%51.76

Codes

Color #007B01 in popluar color models

007B01
RGB01231
HSL120°100.00%24.12%
HSB/HSV120°100.00%48.24%
CMYK100.00%0.00%99.19%
51.76%

Color #007B01 in popluar number systems.

HEX007B01
Decimal01231
Binary011110111
Octal01731

Shades and tints

Shades of #007B01

#007B01
(0,123,1)
#007001
(0,112,1)
#006501
(0,101,1)
#005A01
(0,90,1)
#004F01
(0,79,1)
#004401
(0,68,1)
#003901
(0,57,1)
#002E01
(0,46,1)
#002301
(0,35,1)
#001801
(0,24,1)
#000D01
(0,13,1)
#000000
(0,0,0)

Tints of #007B01

#007B01
(0,123,1)
#178718
(23,135,24)
#2E932F
(46,147,47)
#459F46
(69,159,70)
#5CAB5D
(92,171,93)
#73B774
(115,183,116)
#8AC38B
(138,195,139)
#A1CFA2
(161,207,162)
#B8DBB9
(184,219,185)
#CFE7D0
(207,231,208)
#E6F3E7
(230,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007B01 color. Also use rgb(0,123,1) instead hex code.

Text Font Color

.myTextColor { color: #007B01; }

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

This text font color is #007B01.


Background Color

.myBgColor { background-color: #007B01; }

<div style="background-color:#007B01">Inner text</div>

This div background color is #007B01.


Border color

.myBorderColor { border: 1px solid #007B01; }

<div style="border:3px solid #007B01">Div</div>

This div border color is #007B01.


Opacity

.myOpacity80 { color: #007B01; opacity: 0.8; }

<p style="color:#007B01;opacity:0.8;">80%</p>

Text with #007B01 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 #007B01;}

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

This text has shadow with #007B01 color.

.textShadow {text-shadow: 3px 3px 1px #007B01, 3px 3px 1px red;}

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

This text has shadow with #007B01 primary color and red secondary color.


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

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

This text has shadow with #007B01 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007B01 on black background.


Color preview on white background

This text has color #007B01 on white background.



Black color preview on #007B01 background

This text has black color on #007B01 background.


White color preview on #007B01 background

This text has white color on #007B01 background.