COLOR #0C6200

HEX: #0C6200
RGB: (12,98,0)

Color info

#0C6200 contains mainly green color. Web safe color of #0C6200 is #006600 (or #060).

RGB color model

#0C6200 color RGB value is (12,98,0).

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

RGB channels and saturation

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

12
98
0

R + G + B ~ 14%. #0C6200 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 98 + 0 = 110 (100%)
R 12 of 110 ~ 10.91%
G 98 of 110 ~ 89.09%
B 0 of 110 ~ 0%

%10.91
%89.09

CMYK color model

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

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

CMYK percentages

%87.76
%0
%100
%61.57

Codes

Color #0C6200 in popluar color models

0C6200
RGB12980
HSL113°100.00%19.22%
HSB/HSV113°100.00%38.43%
CMYK87.76%0.00%100.00%
61.57%

Color #0C6200 in popluar number systems.

HEX0C6200
Decimal12980
Binary110011000100
Octal141420

Shades and tints

Shades of #0C6200

#0C6200
(12,98,0)
#0B5A00
(11,90,0)
#0A5200
(10,82,0)
#094A00
(9,74,0)
#084200
(8,66,0)
#073A00
(7,58,0)
#063200
(6,50,0)
#052A00
(5,42,0)
#042200
(4,34,0)
#031A00
(3,26,0)
#021200
(2,18,0)
#000000
(0,0,0)

Tints of #0C6200

#0C6200
(12,98,0)
#227017
(34,112,23)
#387E2E
(56,126,46)
#4E8C45
(78,140,69)
#649A5C
(100,154,92)
#7AA873
(122,168,115)
#90B68A
(144,182,138)
#A6C4A1
(166,196,161)
#BCD2B8
(188,210,184)
#D2E0CF
(210,224,207)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C6200; }

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

This text font color is #0C6200.


Background Color

.myBgColor { background-color: #0C6200; }

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

This div background color is #0C6200.


Border color

.myBorderColor { border: 1px solid #0C6200; }

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

This div border color is #0C6200.


Opacity

.myOpacity80 { color: #0C6200; opacity: 0.8; }

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

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

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

This text has shadow with #0C6200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6200 on black background.


Color preview on white background

This text has color #0C6200 on white background.



Black color preview on #0C6200 background

This text has black color on #0C6200 background.


White color preview on #0C6200 background

This text has white color on #0C6200 background.