COLOR #0C762D

HEX: #0C762D RGB: (12,118,45)

Color info

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

RGB color model

#0C762D color RGB value is (12,118,45).

RGB: (12,118,45) (5%, 46%, 18%)

RGB channels and saturation

R 12 of 255 = 5%
G 118 of 255 = 46%
B 45 of 255 = 18%

12
118
45

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

Portions of RGB colors in percentages

R + G + B = 12 + 118 + 45 = 175 (100%)
R 12 of 175 ~ 6.86%
G 118 of 175 ~ 67.43%
B 45 of 175 ~ 25.71'%

%67.43
%25.71

CMYK color model

#0C762D color CMYK value is (90,0,62,54).

  • cyan value is 89.83%
  • magenta value is 0.00%
  • yellow value is 61.86%
  • key color value is 53.73%
CMYK: (90,0,62,54) C90M0Y62K54 (90%,0%,62%,54%) (0.90/0.00/0.62/0.54) 

CMYK percentages

%89.83
%0
%61.86
%53.73

Codes

Color #0C762D in popluar color models

0C 76 2D
RGB 12 118 45
HSL 139° 81.54% 25.49%
HSB/HSV 139° 89.83% 46.27%
CMYK 89.83% 0.00% 61.86%
53.73%

Color #0C762D in popluar number systems.

HEX 0C 76 2D
Decimal 12 118 45
Binary 1100 1110110 101101
Octal 14 166 55

Shades and tints

Shades of #0C762D

#0C762D
(12,118,45)
#0B6C29
(11,108,41)
#0A6225
(10,98,37)
#095821
(9,88,33)
#084E1D
(8,78,29)
#074419
(7,68,25)
#063A15
(6,58,21)
#053011
(5,48,17)
#04260D
(4,38,13)
#031C09
(3,28,9)
#021205
(2,18,5)
#000000
(0,0,0)

Tints of #0C762D

#0C762D
(12,118,45)
#228240
(34,130,64)
#388E53
(56,142,83)
#4E9A66
(78,154,102)
#64A679
(100,166,121)
#7AB28C
(122,178,140)
#90BE9F
(144,190,159)
#A6CAB2
(166,202,178)
#BCD6C5
(188,214,197)
#D2E2D8
(210,226,216)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C762D color. Also use rgb(12,118,45) instead hex code.

Text Font Color

.myTextColor { color: #0C762D; }

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

This text font color is #0C762D.

Background Color

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

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

This div background color is #0C762D.

Border color

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

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

This div border color is #0C762D.

Opacity

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

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

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

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

This text has shadow with #0C762D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C762D.

Preview

Color preview on black background

This text has color #0C762D on black background.


Color preview on white background

This text has color #0C762D on white background.


Black color preview on #0C762D background

This text has black color on #0C762D background.


White color preview on #0C762D background

This text has white color on #0C762D background.


Related colors

Complementary color

Complementary color for #hex is #F389D2.


I love getcolorcode.com

Triadic colors

1 #2D0C76 and #762D0C with #0C762D are triadic colors.

2 #2D760C and #760C2D with #0C762D are triadic colors.