COLOR #0D762B

HEX: #0D762B RGB: (13,118,43)

Color info

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

RGB color model

#0D762B color RGB value is (13,118,43).

RGB: (13,118,43) (5%, 46%, 17%)

RGB channels and saturation

R 13 of 255 = 5%
G 118 of 255 = 46%
B 43 of 255 = 17%

13
118
43

R + G + B ~ 23%. #0D762B is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 118 + 43 = 174 (100%)
R 13 of 174 ~ 7.47%
G 118 of 174 ~ 67.82%
B 43 of 174 ~ 24.71'%

%67.82
%24.71

CMYK color model

#0D762B color CMYK value is (89,0,64,54).

  • cyan value is 88.98%
  • magenta value is 0.00%
  • yellow value is 63.56%
  • key color value is 53.73%
CMYK: (89,0,64,54) C89M0Y64K54 (89%,0%,64%,54%) (0.89/0.00/0.64/0.54) 

CMYK percentages

%88.98
%0
%63.56
%53.73

Codes

Color #0D762B in popluar color models

0D 76 2B
RGB 13 118 43
HSL 137° 80.15% 25.69%
HSB/HSV 137° 88.98% 46.27%
CMYK 88.98% 0.00% 63.56%
53.73%

Color #0D762B in popluar number systems.

HEX 0D 76 2B
Decimal 13 118 43
Binary 1101 1110110 101011
Octal 15 166 53

Shades and tints

Shades of #0D762B

#0D762B
(13,118,43)
#0C6C28
(12,108,40)
#0B6225
(11,98,37)
#0A5822
(10,88,34)
#094E1F
(9,78,31)
#08441C
(8,68,28)
#073A19
(7,58,25)
#063016
(6,48,22)
#052613
(5,38,19)
#041C10
(4,28,16)
#03120D
(3,18,13)
#000000
(0,0,0)

Tints of #0D762B

#0D762B
(13,118,43)
#23823E
(35,130,62)
#398E51
(57,142,81)
#4F9A64
(79,154,100)
#65A677
(101,166,119)
#7BB28A
(123,178,138)
#91BE9D
(145,190,157)
#A7CAB0
(167,202,176)
#BDD6C3
(189,214,195)
#D3E2D6
(211,226,214)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D762B color. Also use rgb(13,118,43) instead hex code.

Text Font Color

.myTextColor { color: #0D762B; }

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

This text font color is #0D762B.

Background Color

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

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

This div background color is #0D762B.

Border color

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

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

This div border color is #0D762B.

Opacity

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

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

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

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

This text has shadow with #0D762B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D762B.

Preview

Color preview on black background

This text has color #0D762B on black background.


Color preview on white background

This text has color #0D762B on white background.


Black color preview on #0D762B background

This text has black color on #0D762B background.


White color preview on #0D762B background

This text has white color on #0D762B background.


Related colors

Complementary color

Complementary color for #hex is #F289D4.


I love getcolorcode.com

Triadic colors

1 #2B0D76 and #762B0D with #0D762B are triadic colors.

2 #2B760D and #760D2B with #0D762B are triadic colors.