COLOR #007B00

HEX: #007B00
RGB: (0,123,0)

Color info

#007B00 contains only green color. Web safe color of #007B00 is #006600 (or #060).

RGB color model

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

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

RGB channels and saturation

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

0
123
0

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

Portions of RGB colors in percentages

R + G + B =
0 + 123 + 0 = 123 (100%)
R 0 of 123 ~ 0%
G 123 of 123 ~ 100%
B 0 of 123 ~ 0%

%100

CMYK color model

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

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

CMYK percentages

%100
%0
%100
%51.76

Codes

Color #007B00 in popluar color models

007B00
RGB01230
HSL120°100.00%24.12%
HSB/HSV120°100.00%48.24%
CMYK100.00%0.00%100.00%
51.76%

Color #007B00 in popluar number systems.

HEX007B00
Decimal01230
Binary011110110
Octal01730

Shades and tints

Shades of #007B00

#007B00
(0,123,0)
#007000
(0,112,0)
#006500
(0,101,0)
#005A00
(0,90,0)
#004F00
(0,79,0)
#004400
(0,68,0)
#003900
(0,57,0)
#002E00
(0,46,0)
#002300
(0,35,0)
#001800
(0,24,0)
#000D00
(0,13,0)
#000000
(0,0,0)

Tints of #007B00

#007B00
(0,123,0)
#178717
(23,135,23)
#2E932E
(46,147,46)
#459F45
(69,159,69)
#5CAB5C
(92,171,92)
#73B773
(115,183,115)
#8AC38A
(138,195,138)
#A1CFA1
(161,207,161)
#B8DBB8
(184,219,184)
#CFE7CF
(207,231,207)
#E6F3E6
(230,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007B00; }

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

This text font color is #007B00.


Background Color

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

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

This div background color is #007B00.


Border color

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

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

This div border color is #007B00.


Opacity

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

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

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

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

This text has shadow with #007B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007B00 on black background.


Color preview on white background

This text has color #007B00 on white background.



Black color preview on #007B00 background

This text has black color on #007B00 background.


White color preview on #007B00 background

This text has white color on #007B00 background.