COLOR #006200

HEX: #006200
RGB: (0,98,0)

Color info

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

RGB color model

#006200 color RGB value is (0,98,0).

  • red value is 0;
  • green value is 98;
  • blue value is 0.
RGB:
(0,98,0)
(0%,38%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 98 of 255 = 38%
B 0 of 255 = 0%

0
98
0

R + G + B ~ 13%. #006200 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#006200 color CMYK value is (100,0,100,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 61.57%
CMYK:
(100,0,100,62)
C100M0Y100K62 
(100%,0%,100%,62%)
(1.00/0.00/1.00/0.62)	

CMYK percentages

%100
%0
%100
%61.57

Codes

Color #006200 in popluar color models

006200
RGB0980
HSL120°100.00%19.22%
HSB/HSV120°100.00%38.43%
CMYK100.00%0.00%100.00%
61.57%

Color #006200 in popluar number systems.

HEX006200
Decimal0980
Binary011000100
Octal01420

Shades and tints

Shades of #006200

#006200
(0,98,0)
#005A00
(0,90,0)
#005200
(0,82,0)
#004A00
(0,74,0)
#004200
(0,66,0)
#003A00
(0,58,0)
#003200
(0,50,0)
#002A00
(0,42,0)
#002200
(0,34,0)
#001A00
(0,26,0)
#001200
(0,18,0)
#000000
(0,0,0)

Tints of #006200

#006200
(0,98,0)
#177017
(23,112,23)
#2E7E2E
(46,126,46)
#458C45
(69,140,69)
#5C9A5C
(92,154,92)
#73A873
(115,168,115)
#8AB68A
(138,182,138)
#A1C4A1
(161,196,161)
#B8D2B8
(184,210,184)
#CFE0CF
(207,224,207)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006200; }

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

This text font color is #006200.


Background Color

.myBgColor { background-color: #006200; }

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

This div background color is #006200.


Border color

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

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

This div border color is #006200.


Opacity

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

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

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

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

This text has shadow with #006200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006200 on black background.


Color preview on white background

This text has color #006200 on white background.



Black color preview on #006200 background

This text has black color on #006200 background.


White color preview on #006200 background

This text has white color on #006200 background.