COLOR #007C09

HEX: #007C09 RGB: (0,124,9)

Color info

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

RGB color model

#007C09 color RGB value is (0,124,9).

RGB: (0,124,9) (0%, 49%, 4%)

RGB channels and saturation

R 0 of 255 = 0%
G 124 of 255 = 49%
B 9 of 255 = 4%

0
124
9

R + G + B ~ 18%. #007C09 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 124 + 9 = 133 (100%)
R 0 of 133 ~ 0%
G 124 of 133 ~ 93.23%
B 9 of 133 ~ 6.77'%

%93.23

CMYK color model

#007C09 color CMYK value is (100,0,93,51).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 92.74%
  • key color value is 51.37%

CMYK: (100,0,93,51)
C100M0Y93K51 (100%, 0%, 93%, 51%)
(1.00 / 0.00 / 0.93 / 0.51)

CMYK percentages

%100
%0
%92.74
%51.37

Codes

Color #007C09 in popluar color models

00 7C 09
RGB 0 124 9
HSL 124° 100.00% 24.31%
HSB/HSV 124° 100.00% 48.63%
CMYK 100.00% 0.00% 92.74%
51.37%

Color #007C09 in popluar number systems.

HEX 00 7C 09
Decimal 0 124 9
Binary 0 1111100 1001
Octal 0 174 11

Shades and tints

Shades of #007C09

#007C09
(0,124,9)
#007109
(0,113,9)
#006609
(0,102,9)
#005B09
(0,91,9)
#005009
(0,80,9)
#004509
(0,69,9)
#003A09
(0,58,9)
#002F09
(0,47,9)
#002409
(0,36,9)
#001909
(0,25,9)
#000E09
(0,14,9)
#000000
(0,0,0)

Tints of #007C09

#007C09
(0,124,9)
#17871F
(23,135,31)
#2E9235
(46,146,53)
#459D4B
(69,157,75)
#5CA861
(92,168,97)
#73B377
(115,179,119)
#8ABE8D
(138,190,141)
#A1C9A3
(161,201,163)
#B8D4B9
(184,212,185)
#CFDFCF
(207,223,207)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007C09; }

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

This text font color is #007C09.

Background Color

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

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

This div background color is #007C09.

Border color

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

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

This div border color is #007C09.

Opacity

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

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

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

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

This text has shadow with #007C09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #007C09.

Preview

Color preview on black background

This text has color #007C09 on black background.


Color preview on white background

This text has color #007C09 on white background.


Black color preview on #007C09 background

This text has black color on #007C09 background.


White color preview on #007C09 background

This text has white color on #007C09 background.


Related colors

Complementary color

Complementary color for #hex is #FF83F6.


I love getcolorcode.com

Triadic colors

1 #09007C and #7C0900 with #007C09 are triadic colors.

2 #097C00 and #7C0009 with #007C09 are triadic colors.