COLOR #0C722B

HEX: #0C722B
RGB: (12,114,43)

Color info

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

RGB color model

#0C722B color RGB value is (12,114,43).

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

RGB channels and saturation

R 12 of 255 = 5%
G 114 of 255 = 45%
B 43 of 255 = 17%

12
114
43

R + G + B ~ 22%. #0C722B is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 114 + 43 = 169 (100%)
R 12 of 169 ~ 7.1%
G 114 of 169 ~ 67.46%
B 43 of 169 ~ 25.44%

%67.46
%25.44

CMYK color model

#0C722B color CMYK value is (89,0,62,55).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 62.28%
  • key color value is 55.29%
CMYK:
(89,0,62,55)
C89M0Y62K55 
(89%,0%,62%,55%)
(0.89/0.00/0.62/0.55)	

CMYK percentages

%89.47
%0
%62.28
%55.29

Codes

Color #0C722B in popluar color models

0C722B
RGB1211443
HSL138°80.95%24.71%
HSB/HSV138°89.47%44.71%
CMYK89.47%0.00%62.28%
55.29%

Color #0C722B in popluar number systems.

HEX0C722B
Decimal1211443
Binary11001110010101011
Octal1416253

Shades and tints

Shades of #0C722B

#0C722B
(12,114,43)
#0B6828
(11,104,40)
#0A5E25
(10,94,37)
#095422
(9,84,34)
#084A1F
(8,74,31)
#07401C
(7,64,28)
#063619
(6,54,25)
#052C16
(5,44,22)
#042213
(4,34,19)
#031810
(3,24,16)
#020E0D
(2,14,13)
#000000
(0,0,0)

Tints of #0C722B

#0C722B
(12,114,43)
#227E3E
(34,126,62)
#388A51
(56,138,81)
#4E9664
(78,150,100)
#64A277
(100,162,119)
#7AAE8A
(122,174,138)
#90BA9D
(144,186,157)
#A6C6B0
(166,198,176)
#BCD2C3
(188,210,195)
#D2DED6
(210,222,214)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C722B; }

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

This text font color is #0C722B.


Background Color

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

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

This div background color is #0C722B.


Border color

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

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

This div border color is #0C722B.


Opacity

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

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

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

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

This text has shadow with #0C722B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C722B on black background.


Color preview on white background

This text has color #0C722B on white background.



Black color preview on #0C722B background

This text has black color on #0C722B background.


White color preview on #0C722B background

This text has white color on #0C722B background.