COLOR #0D6206

HEX: #0D6206 RGB: (13,98,6)

Color info

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

RGB color model

#0D6206 color RGB value is (13,98,6).

RGB: (13,98,6) (5%, 38%, 2%)

RGB channels and saturation

R 13 of 255 = 5%
G 98 of 255 = 38%
B 6 of 255 = 2%

13
98
6

R + G + B ~ 15%. #0D6206 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 98 + 6 = 117 (100%)
R 13 of 117 ~ 11.11%
G 98 of 117 ~ 83.76%
B 6 of 117 ~ 5.13'%

%11.11
%83.76

CMYK color model

#0D6206 color CMYK value is (87,0,94,62).

  • cyan value is 86.73%
  • magenta value is 0.00%
  • yellow value is 93.88%
  • key color value is 61.57%
CMYK: (87,0,94,62) C87M0Y94K62 (87%,0%,94%,62%) (0.87/0.00/0.94/0.62) 

CMYK percentages

%86.73
%0
%93.88
%61.57

Codes

Color #0D6206 in popluar color models

0D 62 06
RGB 13 98 6
HSL 115° 88.46% 20.39%
HSB/HSV 115° 93.88% 38.43%
CMYK 86.73% 0.00% 93.88%
61.57%

Color #0D6206 in popluar number systems.

HEX 0D 62 06
Decimal 13 98 6
Binary 1101 1100010 110
Octal 15 142 6

Shades and tints

Shades of #0D6206

#0D6206
(13,98,6)
#0C5A06
(12,90,6)
#0B5206
(11,82,6)
#0A4A06
(10,74,6)
#094206
(9,66,6)
#083A06
(8,58,6)
#073206
(7,50,6)
#062A06
(6,42,6)
#052206
(5,34,6)
#041A06
(4,26,6)
#031206
(3,18,6)
#000000
(0,0,0)

Tints of #0D6206

#0D6206
(13,98,6)
#23701C
(35,112,28)
#397E32
(57,126,50)
#4F8C48
(79,140,72)
#659A5E
(101,154,94)
#7BA874
(123,168,116)
#91B68A
(145,182,138)
#A7C4A0
(167,196,160)
#BDD2B6
(189,210,182)
#D3E0CC
(211,224,204)
#E9EEE2
(233,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D6206; }

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

This text font color is #0D6206.

Background Color

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

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

This div background color is #0D6206.

Border color

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

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

This div border color is #0D6206.

Opacity

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

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

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

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

This text has shadow with #0D6206 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D6206.

Preview

Color preview on black background

This text has color #0D6206 on black background.


Color preview on white background

This text has color #0D6206 on white background.


Black color preview on #0D6206 background

This text has black color on #0D6206 background.


White color preview on #0D6206 background

This text has white color on #0D6206 background.


Related colors

Complementary color

Complementary color for #hex is #F29DF9.


I love getcolorcode.com

Triadic colors

1 #060D62 and #62060D with #0D6206 are triadic colors.

2 #06620D and #620D06 with #0D6206 are triadic colors.