COLOR #006A00

HEX: #006A00
RGB: (0,106,0)

Color info

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

RGB color model

#006A00 color RGB value is (0,106,0).

  • red value is 0;
  • green value is 106;
  • blue value is 0.
RGB:
(0,106,0)
(0%,42%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 106 of 255 = 42%
B 0 of 255 = 0%

0
106
0

R + G + B ~ 14%. #006A00 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#006A00 color CMYK value is (100,0,100,58).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 58.43%
CMYK:
(100,0,100,58)
C100M0Y100K58 
(100%,0%,100%,58%)
(1.00/0.00/1.00/0.58)	

CMYK percentages

%100
%0
%100
%58.43

Codes

Color #006A00 in popluar color models

006A00
RGB01060
HSL120°100.00%20.78%
HSB/HSV120°100.00%41.57%
CMYK100.00%0.00%100.00%
58.43%

Color #006A00 in popluar number systems.

HEX006A00
Decimal01060
Binary011010100
Octal01520

Shades and tints

Shades of #006A00

#006A00
(0,106,0)
#006100
(0,97,0)
#005800
(0,88,0)
#004F00
(0,79,0)
#004600
(0,70,0)
#003D00
(0,61,0)
#003400
(0,52,0)
#002B00
(0,43,0)
#002200
(0,34,0)
#001900
(0,25,0)
#001000
(0,16,0)
#000000
(0,0,0)

Tints of #006A00

#006A00
(0,106,0)
#177717
(23,119,23)
#2E842E
(46,132,46)
#459145
(69,145,69)
#5C9E5C
(92,158,92)
#73AB73
(115,171,115)
#8AB88A
(138,184,138)
#A1C5A1
(161,197,161)
#B8D2B8
(184,210,184)
#CFDFCF
(207,223,207)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006A00; }

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

This text font color is #006A00.


Background Color

.myBgColor { background-color: #006A00; }

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

This div background color is #006A00.


Border color

.myBorderColor { border: 1px solid #006A00; }

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

This div border color is #006A00.


Opacity

.myOpacity80 { color: #006A00; opacity: 0.8; }

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

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

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

This text has shadow with #006A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006A00 on black background.


Color preview on white background

This text has color #006A00 on white background.



Black color preview on #006A00 background

This text has black color on #006A00 background.


White color preview on #006A00 background

This text has white color on #006A00 background.