COLOR #0A764F

HEX: #0A764F
RGB: (10,118,79)

Color info

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

RGB color model

#0A764F color RGB value is (10,118,79).

  • red value is 10;
  • green value is 118;
  • blue value is 79.
RGB:
(10,118,79)
(4%,46%,31%)

RGB channels and saturation

R 10 of 255 = 4%
G 118 of 255 = 46%
B 79 of 255 = 31%

10
118
79

R + G + B ~ 27%. #0A764F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 118 + 79 = 207 (100%)
R 10 of 207 ~ 4.83%
G 118 of 207 ~ 57%
B 79 of 207 ~ 38.16%

%57
%38.16

CMYK color model

#0A764F color CMYK value is (92,0,33,54).

  • cyan value is 91.53%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 53.73%
CMYK:
(92,0,33,54)
C92M0Y33K54 
(92%,0%,33%,54%)
(0.92/0.00/0.33/0.54)	

CMYK percentages

%91.53
%0
%33.05
%53.73

Codes

Color #0A764F in popluar color models

0A764F
RGB1011879
HSL158°84.38%25.10%
HSB/HSV158°91.53%46.27%
CMYK91.53%0.00%33.05%
53.73%

Color #0A764F in popluar number systems.

HEX0A764F
Decimal1011879
Binary101011101101001111
Octal12166117

Shades and tints

Shades of #0A764F

#0A764F
(10,118,79)
#0A6C48
(10,108,72)
#0A6241
(10,98,65)
#0A583A
(10,88,58)
#0A4E33
(10,78,51)
#0A442C
(10,68,44)
#0A3A25
(10,58,37)
#0A301E
(10,48,30)
#0A2617
(10,38,23)
#0A1C10
(10,28,16)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #0A764F

#0A764F
(10,118,79)
#20825F
(32,130,95)
#368E6F
(54,142,111)
#4C9A7F
(76,154,127)
#62A68F
(98,166,143)
#78B29F
(120,178,159)
#8EBEAF
(142,190,175)
#A4CABF
(164,202,191)
#BAD6CF
(186,214,207)
#D0E2DF
(208,226,223)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A764F color. Also use rgb(10,118,79) instead hex code.

Text Font Color

.myTextColor { color: #0A764F; }

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

This text font color is #0A764F.


Background Color

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

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

This div background color is #0A764F.


Border color

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

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

This div border color is #0A764F.


Opacity

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

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

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

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

This text has shadow with #0A764F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A764F on black background.


Color preview on white background

This text has color #0A764F on white background.



Black color preview on #0A764F background

This text has black color on #0A764F background.


White color preview on #0A764F background

This text has white color on #0A764F background.