COLOR #467900

HEX: #467900
RGB: (70,121,0)

Color info

#467900 contains only red and green colors. Web safe color of #467900 is #336600 (or #360).

RGB color model

#467900 color RGB value is (70,121,0).

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

RGB channels and saturation

R 70 of 255 = 27%
G 121 of 255 = 47%
B 0 of 255 = 0%

70
121
0

R + G + B ~ 25%. #467900 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 121 + 0 = 191 (100%)
R 70 of 191 ~ 36.65%
G 121 of 191 ~ 63.35%
B 0 of 191 ~ 0%

%36.65
%63.35

CMYK color model

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

  • cyan value is 42.15%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 52.55%
CMYK:
(42,0,100,53)
C42M0Y100K53 
(42%,0%,100%,53%)
(0.42/0.00/1.00/0.53)	

CMYK percentages

%42.15
%0
%100
%52.55

Codes

Color #467900 in popluar color models

467900
RGB701210
HSL85°100.00%23.73%
HSB/HSV85°100.00%47.45%
CMYK42.15%0.00%100.00%
52.55%

Color #467900 in popluar number systems.

HEX467900
Decimal701210
Binary100011011110010
Octal1061710

Shades and tints

Shades of #467900

#467900
(70,121,0)
#406E00
(64,110,0)
#3A6300
(58,99,0)
#345800
(52,88,0)
#2E4D00
(46,77,0)
#284200
(40,66,0)
#223700
(34,55,0)
#1C2C00
(28,44,0)
#162100
(22,33,0)
#101600
(16,22,0)
#0A0B00
(10,11,0)
#000000
(0,0,0)

Tints of #467900

#467900
(70,121,0)
#568517
(86,133,23)
#66912E
(102,145,46)
#769D45
(118,157,69)
#86A95C
(134,169,92)
#96B573
(150,181,115)
#A6C18A
(166,193,138)
#B6CDA1
(182,205,161)
#C6D9B8
(198,217,184)
#D6E5CF
(214,229,207)
#E6F1E6
(230,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467900; }

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

This text font color is #467900.


Background Color

.myBgColor { background-color: #467900; }

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

This div background color is #467900.


Border color

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

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

This div border color is #467900.


Opacity

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

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

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

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

This text has shadow with #467900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467900 on black background.


Color preview on white background

This text has color #467900 on white background.



Black color preview on #467900 background

This text has black color on #467900 background.


White color preview on #467900 background

This text has white color on #467900 background.