COLOR #0C6D16

HEX: #0C6D16 RGB: (12,109,22)

Color info

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

RGB color model

#0C6D16 color RGB value is (12,109,22).

RGB: (12,109,22) (5%, 43%, 9%)

RGB channels and saturation

R 12 of 255 = 5%
G 109 of 255 = 43%
B 22 of 255 = 9%

12
109
22

R + G + B ~ 19%. #0C6D16 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 109 + 22 = 143 (100%)
R 12 of 143 ~ 8.39%
G 109 of 143 ~ 76.22%
B 22 of 143 ~ 15.38'%

%76.22
%15.38

CMYK color model

#0C6D16 color CMYK value is (89,0,80,57).

  • cyan value is 88.99%
  • magenta value is 0.00%
  • yellow value is 79.82%
  • key color value is 57.25%

CMYK: (89,0,80,57)
C89M0Y80K57 (89%, 0%, 80%, 57%)
(0.89 / 0.00 / 0.80 / 0.57)

CMYK percentages

%88.99
%0
%79.82
%57.25

Codes

Color #0C6D16 in popluar color models

0C 6D 16
RGB 12 109 22
HSL 126° 80.17% 23.73%
HSB/HSV 126° 88.99% 42.75%
CMYK 88.99% 0.00% 79.82%
57.25%

Color #0C6D16 in popluar number systems.

HEX 0C 6D 16
Decimal 12 109 22
Binary 1100 1101101 10110
Octal 14 155 26

Shades and tints

Shades of #0C6D16

#0C6D16
(12,109,22)
#0B6414
(11,100,20)
#0A5B12
(10,91,18)
#095210
(9,82,16)
#08490E
(8,73,14)
#07400C
(7,64,12)
#06370A
(6,55,10)
#052E08
(5,46,8)
#042506
(4,37,6)
#031C04
(3,28,4)
#021302
(2,19,2)
#000000
(0,0,0)

Tints of #0C6D16

#0C6D16
(12,109,22)
#227A2B
(34,122,43)
#388740
(56,135,64)
#4E9455
(78,148,85)
#64A16A
(100,161,106)
#7AAE7F
(122,174,127)
#90BB94
(144,187,148)
#A6C8A9
(166,200,169)
#BCD5BE
(188,213,190)
#D2E2D3
(210,226,211)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C6D16; }

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

This text font color is #0C6D16.

Background Color

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

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

This div background color is #0C6D16.

Border color

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

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

This div border color is #0C6D16.

Opacity

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

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

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

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

This text has shadow with #0C6D16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C6D16.

Preview

Color preview on black background

This text has color #0C6D16 on black background.


Color preview on white background

This text has color #0C6D16 on white background.


Black color preview on #0C6D16 background

This text has black color on #0C6D16 background.


White color preview on #0C6D16 background

This text has white color on #0C6D16 background.


Related colors

Complementary color

Complementary color for #hex is #F392E9.


I love getcolorcode.com

Triadic colors

1 #160C6D and #6D160C with #0C6D16 are triadic colors.

2 #166D0C and #6D0C16 with #0C6D16 are triadic colors.