COLOR #007800

HEX: #007800
RGB: (0,120,0)

Color info

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

RGB color model

#007800 color RGB value is (0,120,0).

  • red value is 0;
  • green value is 120;
  • blue value is 0.
RGB:
(0,120,0)
(0%,47%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 120 of 255 = 47%
B 0 of 255 = 0%

0
120
0

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#007800 color CMYK value is (100,0,100,53).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 52.94%
CMYK:
(100,0,100,53)
C100M0Y100K53 
(100%,0%,100%,53%)
(1.00/0.00/1.00/0.53)	

CMYK percentages

%100
%0
%100
%52.94

Codes

Color #007800 in popluar color models

007800
RGB01200
HSL120°100.00%23.53%
HSB/HSV120°100.00%47.06%
CMYK100.00%0.00%100.00%
52.94%

Color #007800 in popluar number systems.

HEX007800
Decimal01200
Binary011110000
Octal01700

Shades and tints

Shades of #007800

#007800
(0,120,0)
#006E00
(0,110,0)
#006400
(0,100,0)
#005A00
(0,90,0)
#005000
(0,80,0)
#004600
(0,70,0)
#003C00
(0,60,0)
#003200
(0,50,0)
#002800
(0,40,0)
#001E00
(0,30,0)
#001400
(0,20,0)
#000000
(0,0,0)

Tints of #007800

#007800
(0,120,0)
#178417
(23,132,23)
#2E902E
(46,144,46)
#459C45
(69,156,69)
#5CA85C
(92,168,92)
#73B473
(115,180,115)
#8AC08A
(138,192,138)
#A1CCA1
(161,204,161)
#B8D8B8
(184,216,184)
#CFE4CF
(207,228,207)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007800; }

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

This text font color is #007800.


Background Color

.myBgColor { background-color: #007800; }

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

This div background color is #007800.


Border color

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

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

This div border color is #007800.


Opacity

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

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

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

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

This text has shadow with #007800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007800 on black background.


Color preview on white background

This text has color #007800 on white background.



Black color preview on #007800 background

This text has black color on #007800 background.


White color preview on #007800 background

This text has white color on #007800 background.