COLOR #074900

HEX: #074900
RGB: (7,73,0)

Color info

#074900 contains mainly green color. Web safe color of #074900 is #003300 (or #030).

RGB color model

#074900 color RGB value is (7,73,0).

  • red value is 7;
  • green value is 73;
  • blue value is 0.
RGB:
(7,73,0)
(3%,29%,0%)

RGB channels and saturation

R 7 of 255 = 3%
G 73 of 255 = 29%
B 0 of 255 = 0%

7
73
0

R + G + B ~ 11%. #074900 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 73 + 0 = 80 (100%)
R 7 of 80 ~ 8.75%
G 73 of 80 ~ 91.25%
B 0 of 80 ~ 0%

%91.25

CMYK color model

#074900 color CMYK value is (90,0,100,71).

  • cyan value is 90.41%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 71.37%
CMYK:
(90,0,100,71)
C90M0Y100K71 
(90%,0%,100%,71%)
(0.90/0.00/1.00/0.71)	

CMYK percentages

%90.41
%0
%100
%71.37

Codes

Color #074900 in popluar color models

074900
RGB7730
HSL114°100.00%14.31%
HSB/HSV114°100.00%28.63%
CMYK90.41%0.00%100.00%
71.37%

Color #074900 in popluar number systems.

HEX074900
Decimal7730
Binary11110010010
Octal71110

Shades and tints

Shades of #074900

#074900
(7,73,0)
#074300
(7,67,0)
#073D00
(7,61,0)
#073700
(7,55,0)
#073100
(7,49,0)
#072B00
(7,43,0)
#072500
(7,37,0)
#071F00
(7,31,0)
#071900
(7,25,0)
#071300
(7,19,0)
#070D00
(7,13,0)
#000000
(0,0,0)

Tints of #074900

#074900
(7,73,0)
#1D5917
(29,89,23)
#33692E
(51,105,46)
#497945
(73,121,69)
#5F895C
(95,137,92)
#759973
(117,153,115)
#8BA98A
(139,169,138)
#A1B9A1
(161,185,161)
#B7C9B8
(183,201,184)
#CDD9CF
(205,217,207)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074900; }

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

This text font color is #074900.


Background Color

.myBgColor { background-color: #074900; }

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

This div background color is #074900.


Border color

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

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

This div border color is #074900.


Opacity

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

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

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

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

This text has shadow with #074900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074900 on black background.


Color preview on white background

This text has color #074900 on white background.



Black color preview on #074900 background

This text has black color on #074900 background.


White color preview on #074900 background

This text has white color on #074900 background.