COLOR #09906F

HEX: #09906F RGB: (9,144,111)

Color info

#09906F contains mainly green and blue colors. Web safe color of #09906F is #009966 (or #096).

RGB color model

#09906F color RGB value is (9,144,111).

RGB: (9,144,111) (4%, 56%, 44%)

RGB channels and saturation

R 9 of 255 = 4%
G 144 of 255 = 56%
B 111 of 255 = 44%

9
144
111

R + G + B ~ 35%. #09906F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 144 + 111 = 264 (100%)
R 9 of 264 ~ 3.41%
G 144 of 264 ~ 54.55%
B 111 of 264 ~ 42.05'%

%54.55
%42.05

CMYK color model

#09906F color CMYK value is (94,0,23,44).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 43.53%

CMYK: (94,0,23,44)
C94M0Y23K44 (94%, 0%, 23%, 44%)
(0.94 / 0.00 / 0.23 / 0.44)

CMYK percentages

%93.75
%0
%22.92
%43.53

Codes

Color #09906F in popluar color models

09 90 6F
RGB 9 144 111
HSL 165° 88.24% 30.00%
HSB/HSV 165° 93.75% 56.47%
CMYK 93.75% 0.00% 22.92%
43.53%

Color #09906F in popluar number systems.

HEX 09 90 6F
Decimal 9 144 111
Binary 1001 10010000 1101111
Octal 11 220 157

Shades and tints

Shades of #09906F

#09906F
(9,144,111)
#098365
(9,131,101)
#09765B
(9,118,91)
#096951
(9,105,81)
#095C47
(9,92,71)
#094F3D
(9,79,61)
#094233
(9,66,51)
#093529
(9,53,41)
#09281F
(9,40,31)
#091B15
(9,27,21)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #09906F

#09906F
(9,144,111)
#1F9A7C
(31,154,124)
#35A489
(53,164,137)
#4BAE96
(75,174,150)
#61B8A3
(97,184,163)
#77C2B0
(119,194,176)
#8DCCBD
(141,204,189)
#A3D6CA
(163,214,202)
#B9E0D7
(185,224,215)
#CFEAE4
(207,234,228)
#E5F4F1
(229,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09906F; }

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

This text font color is #09906F.

Background Color

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

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

This div background color is #09906F.

Border color

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

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

This div border color is #09906F.

Opacity

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

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

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

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

This text has shadow with #09906F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09906F.

Preview

Color preview on black background

This text has color #09906F on black background.


Color preview on white background

This text has color #09906F on white background.


Black color preview on #09906F background

This text has black color on #09906F background.


White color preview on #09906F background

This text has white color on #09906F background.


Related colors

Complementary color

Complementary color for #hex is #F66F90.


I love getcolorcode.com

Triadic colors

1 #6F0990 and #906F09 with #09906F are triadic colors.

2 #6F9009 and #90096F with #09906F are triadic colors.