COLOR #0C765C

HEX: #0C765C
RGB: (12,118,92)

Color info

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

RGB color model

#0C765C color RGB value is (12,118,92).

  • red value is 12;
  • green value is 118;
  • blue value is 92.
RGB:
(12,118,92)
(5%,46%,36%)

RGB channels and saturation

R 12 of 255 = 5%
G 118 of 255 = 46%
B 92 of 255 = 36%

12
118
92

R + G + B ~ 29%. #0C765C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 118 + 92 = 222 (100%)
R 12 of 222 ~ 5.41%
G 118 of 222 ~ 53.15%
B 92 of 222 ~ 41.44%

%53.15
%41.44

CMYK color model

#0C765C color CMYK value is (90,0,22,54).

  • cyan value is 89.83%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 53.73%
CMYK:
(90,0,22,54)
C90M0Y22K54 
(90%,0%,22%,54%)
(0.90/0.00/0.22/0.54)	

CMYK percentages

%89.83
%0
%22.03
%53.73

Codes

Color #0C765C in popluar color models

0C765C
RGB1211892
HSL165°81.54%25.49%
HSB/HSV165°89.83%46.27%
CMYK89.83%0.00%22.03%
53.73%

Color #0C765C in popluar number systems.

HEX0C765C
Decimal1211892
Binary110011101101011100
Octal14166134

Shades and tints

Shades of #0C765C

#0C765C
(12,118,92)
#0B6C54
(11,108,84)
#0A624C
(10,98,76)
#095844
(9,88,68)
#084E3C
(8,78,60)
#074434
(7,68,52)
#063A2C
(6,58,44)
#053024
(5,48,36)
#04261C
(4,38,28)
#031C14
(3,28,20)
#02120C
(2,18,12)
#000000
(0,0,0)

Tints of #0C765C

#0C765C
(12,118,92)
#22826A
(34,130,106)
#388E78
(56,142,120)
#4E9A86
(78,154,134)
#64A694
(100,166,148)
#7AB2A2
(122,178,162)
#90BEB0
(144,190,176)
#A6CABE
(166,202,190)
#BCD6CC
(188,214,204)
#D2E2DA
(210,226,218)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C765C; }

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

This text font color is #0C765C.


Background Color

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

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

This div background color is #0C765C.


Border color

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

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

This div border color is #0C765C.


Opacity

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

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

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

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

This text has shadow with #0C765C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C765C on black background.


Color preview on white background

This text has color #0C765C on white background.



Black color preview on #0C765C background

This text has black color on #0C765C background.


White color preview on #0C765C background

This text has white color on #0C765C background.