COLOR #007200

HEX: #007200
RGB: (0,114,0)

Color info

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

RGB color model

#007200 color RGB value is (0,114,0).

  • red value is 0;
  • green value is 114;
  • blue value is 0.
RGB:
(0,114,0)
(0%,45%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 0 of 255 = 0%

0
114
0

R + G + B ~ 15%. #007200 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#007200 color CMYK value is (100,0,100,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 55.29%
CMYK:
(100,0,100,55)
C100M0Y100K55 
(100%,0%,100%,55%)
(1.00/0.00/1.00/0.55)	

CMYK percentages

%100
%0
%100
%55.29

Codes

Color #007200 in popluar color models

007200
RGB01140
HSL120°100.00%22.35%
HSB/HSV120°100.00%44.71%
CMYK100.00%0.00%100.00%
55.29%

Color #007200 in popluar number systems.

HEX007200
Decimal01140
Binary011100100
Octal01620

Shades and tints

Shades of #007200

#007200
(0,114,0)
#006800
(0,104,0)
#005E00
(0,94,0)
#005400
(0,84,0)
#004A00
(0,74,0)
#004000
(0,64,0)
#003600
(0,54,0)
#002C00
(0,44,0)
#002200
(0,34,0)
#001800
(0,24,0)
#000E00
(0,14,0)
#000000
(0,0,0)

Tints of #007200

#007200
(0,114,0)
#177E17
(23,126,23)
#2E8A2E
(46,138,46)
#459645
(69,150,69)
#5CA25C
(92,162,92)
#73AE73
(115,174,115)
#8ABA8A
(138,186,138)
#A1C6A1
(161,198,161)
#B8D2B8
(184,210,184)
#CFDECF
(207,222,207)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007200; }

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

This text font color is #007200.


Background Color

.myBgColor { background-color: #007200; }

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

This div background color is #007200.


Border color

.myBorderColor { border: 1px solid #007200; }

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

This div border color is #007200.


Opacity

.myOpacity80 { color: #007200; opacity: 0.8; }

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

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

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

This text has shadow with #007200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007200 on black background.


Color preview on white background

This text has color #007200 on white background.



Black color preview on #007200 background

This text has black color on #007200 background.


White color preview on #007200 background

This text has white color on #007200 background.