COLOR #09786F

HEX: #09786F RGB: (9,120,111)

Color info

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

RGB color model

#09786F color RGB value is (9,120,111).

RGB: (9,120,111) (4%, 47%, 44%)

RGB channels and saturation

R 9 of 255 = 4%
G 120 of 255 = 47%
B 111 of 255 = 44%

9
120
111

R + G + B ~ 32%. #09786F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 120 + 111 = 240 (100%)
R 9 of 240 ~ 3.75%
G 120 of 240 ~ 50%
B 111 of 240 ~ 46.25'%

%50
%46.25

CMYK color model

#09786F color CMYK value is (93,0,8,53).

  • cyan value is 92.50%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 52.94%

CMYK: (93,0,8,53)
C93M0Y8K53 (93%, 0%, 8%, 53%)
(0.93 / 0.00 / 0.08 / 0.53)

CMYK percentages

%92.5
%0
%7.5
%52.94

Codes

Color #09786F in popluar color models

09 78 6F
RGB 9 120 111
HSL 175° 86.05% 25.29%
HSB/HSV 175° 92.50% 47.06%
CMYK 92.50% 0.00% 7.50%
52.94%

Color #09786F in popluar number systems.

HEX 09 78 6F
Decimal 9 120 111
Binary 1001 1111000 1101111
Octal 11 170 157

Shades and tints

Shades of #09786F

#09786F
(9,120,111)
#096E65
(9,110,101)
#09645B
(9,100,91)
#095A51
(9,90,81)
#095047
(9,80,71)
#09463D
(9,70,61)
#093C33
(9,60,51)
#093229
(9,50,41)
#09281F
(9,40,31)
#091E15
(9,30,21)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #09786F

#09786F
(9,120,111)
#1F847C
(31,132,124)
#359089
(53,144,137)
#4B9C96
(75,156,150)
#61A8A3
(97,168,163)
#77B4B0
(119,180,176)
#8DC0BD
(141,192,189)
#A3CCCA
(163,204,202)
#B9D8D7
(185,216,215)
#CFE4E4
(207,228,228)
#E5F0F1
(229,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09786F color. Also use rgb(9,120,111) instead hex code.

Text Font Color

.myTextColor { color: #09786F; }

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

This text font color is #09786F.

Background Color

.myBgColor { background-color: #09786F; }

<div style="background-color:#09786F">Inner text</div>

This div background color is #09786F.

Border color

.myBorderColor { border: 1px solid #09786F; }

<div style="border:3px solid #09786F">Div</div>

This div border color is #09786F.

Opacity

.myOpacity80 { color: #09786F; opacity: 0.8; }

<p style="color:#09786F;opacity:0.8;">80%</p>

Text with #09786F 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 #09786F;}

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

This text has shadow with #09786F color.


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

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

This text has shadow with #09786F primary color and red secondary color.


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

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

This text has shadow with #09786F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #09786F.

Preview

Color preview on black background

This text has color #09786F on black background.


Color preview on white background

This text has color #09786F on white background.


Black color preview on #09786F background

This text has black color on #09786F background.


White color preview on #09786F background

This text has white color on #09786F background.


Related colors

Complementary color

Complementary color for #hex is #F68790.


I love getcolorcode.com

Triadic colors

1 #6F0978 and #786F09 with #09786F are triadic colors.

2 #6F7809 and #78096F with #09786F are triadic colors.