COLOR #0C724F

HEX: #0C724F RGB: (12,114,79)

Color info

#0C724F contains mainly green and blue colors. Web safe color of #0C724F is #006666 (or #066).

RGB color model

#0C724F color RGB value is (12,114,79).

RGB: (12,114,79) (5%, 45%, 31%)

RGB channels and saturation

R 12 of 255 = 5%
G 114 of 255 = 45%
B 79 of 255 = 31%

12
114
79

R + G + B ~ 27%. #0C724F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 114 + 79 = 205 (100%)
R 12 of 205 ~ 5.85%
G 114 of 205 ~ 55.61%
B 79 of 205 ~ 38.54'%

%55.61
%38.54

CMYK color model

#0C724F color CMYK value is (89,0,31,55).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK: (89,0,31,55) C89M0Y31K55 (89%,0%,31%,55%) (0.89/0.00/0.31/0.55) 

CMYK percentages

%89.47
%0
%30.7
%55.29

Codes

Color #0C724F in popluar color models

0C 72 4F
RGB 12 114 79
HSL 159° 80.95% 24.71%
HSB/HSV 159° 89.47% 44.71%
CMYK 89.47% 0.00% 30.70%
55.29%

Color #0C724F in popluar number systems.

HEX 0C 72 4F
Decimal 12 114 79
Binary 1100 1110010 1001111
Octal 14 162 117

Shades and tints

Shades of #0C724F

#0C724F
(12,114,79)
#0B6848
(11,104,72)
#0A5E41
(10,94,65)
#09543A
(9,84,58)
#084A33
(8,74,51)
#07402C
(7,64,44)
#063625
(6,54,37)
#052C1E
(5,44,30)
#042217
(4,34,23)
#031810
(3,24,16)
#020E09
(2,14,9)
#000000
(0,0,0)

Tints of #0C724F

#0C724F
(12,114,79)
#227E5F
(34,126,95)
#388A6F
(56,138,111)
#4E967F
(78,150,127)
#64A28F
(100,162,143)
#7AAE9F
(122,174,159)
#90BAAF
(144,186,175)
#A6C6BF
(166,198,191)
#BCD2CF
(188,210,207)
#D2DEDF
(210,222,223)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C724F; }

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

This text font color is #0C724F.

Background Color

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

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

This div background color is #0C724F.

Border color

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

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

This div border color is #0C724F.

Opacity

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

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

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

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

This text has shadow with #0C724F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C724F.

Preview

Color preview on black background

This text has color #0C724F on black background.


Color preview on white background

This text has color #0C724F on white background.


Black color preview on #0C724F background

This text has black color on #0C724F background.


White color preview on #0C724F background

This text has white color on #0C724F background.


Related colors

Complementary color

Complementary color for #hex is #F38DB0.


I love getcolorcode.com

Triadic colors

1 #4F0C72 and #724F0C with #0C724F are triadic colors.

2 #4F720C and #720C4F with #0C724F are triadic colors.