COLOR #006561

HEX: #006561 RGB: (0,101,97)

Color info

#006561 contains only green and blue colors. Web safe color of #006561 is #006666 (or #066).

RGB color model

#006561 color RGB value is (0,101,97).

RGB: (0,101,97) (0%, 40%, 38%)

RGB channels and saturation

R 0 of 255 = 0%
G 101 of 255 = 40%
B 97 of 255 = 38%

0
101
97

R + G + B ~ 26%. #006561 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 101 + 97 = 198 (100%)
R 0 of 198 ~ 0%
G 101 of 198 ~ 51.01%
B 97 of 198 ~ 48.99'%

%51.01
%48.99

CMYK color model

#006561 color CMYK value is (100,0,4,60).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 3.96%
  • key color value is 60.39%

CMYK: (100,0,4,60)
C100M0Y4K60 (100%, 0%, 4%, 60%)
(1.00 / 0.00 / 0.04 / 0.60)

CMYK percentages

%100
%0
%3.96
%60.39

Codes

Color #006561 in popluar color models

00 65 61
RGB 0 101 97
HSL 178° 100.00% 19.80%
HSB/HSV 178° 100.00% 39.61%
CMYK 100.00% 0.00% 3.96%
60.39%

Color #006561 in popluar number systems.

HEX 00 65 61
Decimal 0 101 97
Binary 0 1100101 1100001
Octal 0 145 141

Shades and tints

Shades of #006561

#006561
(0,101,97)
#005C59
(0,92,89)
#005351
(0,83,81)
#004A49
(0,74,73)
#004141
(0,65,65)
#003839
(0,56,57)
#002F31
(0,47,49)
#002629
(0,38,41)
#001D21
(0,29,33)
#001419
(0,20,25)
#000B11
(0,11,17)
#000000
(0,0,0)

Tints of #006561

#006561
(0,101,97)
#17736F
(23,115,111)
#2E817D
(46,129,125)
#458F8B
(69,143,139)
#5C9D99
(92,157,153)
#73ABA7
(115,171,167)
#8AB9B5
(138,185,181)
#A1C7C3
(161,199,195)
#B8D5D1
(184,213,209)
#CFE3DF
(207,227,223)
#E6F1ED
(230,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006561 color. Also use rgb(0,101,97) instead hex code.

Text Font Color

.myTextColor { color: #006561; }

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

This text font color is #006561.

Background Color

.myBgColor { background-color: #006561; }

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

This div background color is #006561.

Border color

.myBorderColor { border: 1px solid #006561; }

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

This div border color is #006561.

Opacity

.myOpacity80 { color: #006561; opacity: 0.8; }

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

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

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

This text has shadow with #006561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #006561.

Preview

Color preview on black background

This text has color #006561 on black background.


Color preview on white background

This text has color #006561 on white background.


Black color preview on #006561 background

This text has black color on #006561 background.


White color preview on #006561 background

This text has white color on #006561 background.


Related colors

Complementary color

Complementary color for #hex is #FF9A9E.


I love getcolorcode.com

Triadic colors

1 #610065 and #656100 with #006561 are triadic colors.

2 #616500 and #650061 with #006561 are triadic colors.