COLOR #0B766A

HEX: #0B766A RGB: (11,118,106)

Color info

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

RGB color model

#0B766A color RGB value is (11,118,106).

RGB: (11,118,106) (4%, 46%, 42%)

RGB channels and saturation

R 11 of 255 = 4%
G 118 of 255 = 46%
B 106 of 255 = 42%

11
118
106

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

Portions of RGB colors in percentages

R + G + B = 11 + 118 + 106 = 235 (100%)
R 11 of 235 ~ 4.68%
G 118 of 235 ~ 50.21%
B 106 of 235 ~ 45.11'%

%50.21
%45.11

CMYK color model

#0B766A color CMYK value is (91,0,10,54).

  • cyan value is 90.68%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 53.73%

CMYK: (91,0,10,54)
C91M0Y10K54 (91%, 0%, 10%, 54%)
(0.91 / 0.00 / 0.10 / 0.54)

CMYK percentages

%90.68
%0
%10.17
%53.73

Codes

Color #0B766A in popluar color models

0B 76 6A
RGB 11 118 106
HSL 173° 82.95% 25.29%
HSB/HSV 173° 90.68% 46.27%
CMYK 90.68% 0.00% 10.17%
53.73%

Color #0B766A in popluar number systems.

HEX 0B 76 6A
Decimal 11 118 106
Binary 1011 1110110 1101010
Octal 13 166 152

Shades and tints

Shades of #0B766A

#0B766A
(11,118,106)
#0A6C61
(10,108,97)
#096258
(9,98,88)
#08584F
(8,88,79)
#074E46
(7,78,70)
#06443D
(6,68,61)
#053A34
(5,58,52)
#04302B
(4,48,43)
#032622
(3,38,34)
#021C19
(2,28,25)
#011210
(1,18,16)
#000000
(0,0,0)

Tints of #0B766A

#0B766A
(11,118,106)
#218277
(33,130,119)
#378E84
(55,142,132)
#4D9A91
(77,154,145)
#63A69E
(99,166,158)
#79B2AB
(121,178,171)
#8FBEB8
(143,190,184)
#A5CAC5
(165,202,197)
#BBD6D2
(187,214,210)
#D1E2DF
(209,226,223)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B766A color. Also use rgb(11,118,106) instead hex code.

Text Font Color

.myTextColor { color: #0B766A; }

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

This text font color is #0B766A.

Background Color

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

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

This div background color is #0B766A.

Border color

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

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

This div border color is #0B766A.

Opacity

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

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

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

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

This text has shadow with #0B766A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B766A.

Preview

Color preview on black background

This text has color #0B766A on black background.


Color preview on white background

This text has color #0B766A on white background.


Black color preview on #0B766A background

This text has black color on #0B766A background.


White color preview on #0B766A background

This text has white color on #0B766A background.


Related colors

Complementary color

Complementary color for #hex is #F48995.


I love getcolorcode.com

Triadic colors

1 #6A0B76 and #766A0B with #0B766A are triadic colors.

2 #6A760B and #760B6A with #0B766A are triadic colors.