COLOR #0A756F

HEX: #0A756F RGB: (10,117,111)

Color info

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

RGB color model

#0A756F color RGB value is (10,117,111).

RGB: (10,117,111) (4%, 46%, 44%)

RGB channels and saturation

R 10 of 255 = 4%
G 117 of 255 = 46%
B 111 of 255 = 44%

10
117
111

R + G + B ~ 31%. #0A756F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 117 + 111 = 238 (100%)
R 10 of 238 ~ 4.2%
G 117 of 238 ~ 49.16%
B 111 of 238 ~ 46.64'%

%49.16
%46.64

CMYK color model

#0A756F color CMYK value is (91,0,5,54).

  • cyan value is 91.45%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 54.12%

CMYK: (91,0,5,54)
C91M0Y5K54 (91%, 0%, 5%, 54%)
(0.91 / 0.00 / 0.05 / 0.54)

CMYK percentages

%91.45
%0
%5.13
%54.12

Codes

Color #0A756F in popluar color models

0A 75 6F
RGB 10 117 111
HSL 177° 84.25% 24.90%
HSB/HSV 177° 91.45% 45.88%
CMYK 91.45% 0.00% 5.13%
54.12%

Color #0A756F in popluar number systems.

HEX 0A 75 6F
Decimal 10 117 111
Binary 1010 1110101 1101111
Octal 12 165 157

Shades and tints

Shades of #0A756F

#0A756F
(10,117,111)
#0A6B65
(10,107,101)
#0A615B
(10,97,91)
#0A5751
(10,87,81)
#0A4D47
(10,77,71)
#0A433D
(10,67,61)
#0A3933
(10,57,51)
#0A2F29
(10,47,41)
#0A251F
(10,37,31)
#0A1B15
(10,27,21)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #0A756F

#0A756F
(10,117,111)
#20817C
(32,129,124)
#368D89
(54,141,137)
#4C9996
(76,153,150)
#62A5A3
(98,165,163)
#78B1B0
(120,177,176)
#8EBDBD
(142,189,189)
#A4C9CA
(164,201,202)
#BAD5D7
(186,213,215)
#D0E1E4
(208,225,228)
#E6EDF1
(230,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A756F color. Also use rgb(10,117,111) instead hex code.

Text Font Color

.myTextColor { color: #0A756F; }

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

This text font color is #0A756F.

Background Color

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

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

This div background color is #0A756F.

Border color

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

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

This div border color is #0A756F.

Opacity

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

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

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

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

This text has shadow with #0A756F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A756F.

Preview

Color preview on black background

This text has color #0A756F on black background.


Color preview on white background

This text has color #0A756F on white background.


Black color preview on #0A756F background

This text has black color on #0A756F background.


White color preview on #0A756F background

This text has white color on #0A756F background.


Related colors

Complementary color

Complementary color for #hex is #F58A90.


I love getcolorcode.com

Triadic colors

1 #6F0A75 and #756F0A with #0A756F are triadic colors.

2 #6F750A and #750A6F with #0A756F are triadic colors.