COLOR #0C721B

HEX: #0C721B
RGB: (12,114,27)

Color info

#0C721B contains mainly green color. Web safe color of #0C721B is #006633 (or #063).

RGB color model

#0C721B color RGB value is (12,114,27).

  • red value is 12;
  • green value is 114;
  • blue value is 27.
RGB:
(12,114,27)
(5%,45%,11%)

RGB channels and saturation

R 12 of 255 = 5%
G 114 of 255 = 45%
B 27 of 255 = 11%

12
114
27

R + G + B ~ 20%. #0C721B is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 114 + 27 = 153 (100%)
R 12 of 153 ~ 7.84%
G 114 of 153 ~ 74.51%
B 27 of 153 ~ 17.65%

%74.51
%17.65

CMYK color model

#0C721B color CMYK value is (89,0,76,55).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 76.32%
  • key color value is 55.29%
CMYK:
(89,0,76,55)
C89M0Y76K55 
(89%,0%,76%,55%)
(0.89/0.00/0.76/0.55)	

CMYK percentages

%89.47
%0
%76.32
%55.29

Codes

Color #0C721B in popluar color models

0C721B
RGB1211427
HSL129°80.95%24.71%
HSB/HSV129°89.47%44.71%
CMYK89.47%0.00%76.32%
55.29%

Color #0C721B in popluar number systems.

HEX0C721B
Decimal1211427
Binary1100111001011011
Octal1416233

Shades and tints

Shades of #0C721B

#0C721B
(12,114,27)
#0B6819
(11,104,25)
#0A5E17
(10,94,23)
#095415
(9,84,21)
#084A13
(8,74,19)
#074011
(7,64,17)
#06360F
(6,54,15)
#052C0D
(5,44,13)
#04220B
(4,34,11)
#031809
(3,24,9)
#020E07
(2,14,7)
#000000
(0,0,0)

Tints of #0C721B

#0C721B
(12,114,27)
#227E2F
(34,126,47)
#388A43
(56,138,67)
#4E9657
(78,150,87)
#64A26B
(100,162,107)
#7AAE7F
(122,174,127)
#90BA93
(144,186,147)
#A6C6A7
(166,198,167)
#BCD2BB
(188,210,187)
#D2DECF
(210,222,207)
#E8EAE3
(232,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C721B; }

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

This text font color is #0C721B.


Background Color

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

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

This div background color is #0C721B.


Border color

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

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

This div border color is #0C721B.


Opacity

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

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

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

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

This text has shadow with #0C721B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C721B on black background.


Color preview on white background

This text has color #0C721B on white background.



Black color preview on #0C721B background

This text has black color on #0C721B background.


White color preview on #0C721B background

This text has white color on #0C721B background.