COLOR #006A60

HEX: #006A60
RGB: (0,106,96)

Color info

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

RGB color model

#006A60 color RGB value is (0,106,96).

  • red value is 0;
  • green value is 106;
  • blue value is 96.
RGB:
(0,106,96)
(0%,42%,38%)

RGB channels and saturation

R 0 of 255 = 0%
G 106 of 255 = 42%
B 96 of 255 = 38%

0
106
96

R + G + B ~ 27%. #006A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 106 + 96 = 202 (100%)
R 0 of 202 ~ 0%
G 106 of 202 ~ 52.48%
B 96 of 202 ~ 47.52%

%52.48
%47.52

CMYK color model

#006A60 color CMYK value is (100,0,9,58).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 58.43%
CMYK:
(100,0,9,58)
C100M0Y9K58 
(100%,0%,9%,58%)
(1.00/0.00/0.09/0.58)	

CMYK percentages

%100
%0
%9.43
%58.43

Codes

Color #006A60 in popluar color models

006A60
RGB010696
HSL174°100.00%20.78%
HSB/HSV174°100.00%41.57%
CMYK100.00%0.00%9.43%
58.43%

Color #006A60 in popluar number systems.

HEX006A60
Decimal010696
Binary011010101100000
Octal0152140

Shades and tints

Shades of #006A60

#006A60
(0,106,96)
#006158
(0,97,88)
#005850
(0,88,80)
#004F48
(0,79,72)
#004640
(0,70,64)
#003D38
(0,61,56)
#003430
(0,52,48)
#002B28
(0,43,40)
#002220
(0,34,32)
#001918
(0,25,24)
#001010
(0,16,16)
#000000
(0,0,0)

Tints of #006A60

#006A60
(0,106,96)
#17776E
(23,119,110)
#2E847C
(46,132,124)
#45918A
(69,145,138)
#5C9E98
(92,158,152)
#73ABA6
(115,171,166)
#8AB8B4
(138,184,180)
#A1C5C2
(161,197,194)
#B8D2D0
(184,210,208)
#CFDFDE
(207,223,222)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006A60 color. Also use rgb(0,106,96) instead hex code.

Text Font Color

.myTextColor { color: #006A60; }

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

This text font color is #006A60.


Background Color

.myBgColor { background-color: #006A60; }

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

This div background color is #006A60.


Border color

.myBorderColor { border: 1px solid #006A60; }

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

This div border color is #006A60.


Opacity

.myOpacity80 { color: #006A60; opacity: 0.8; }

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

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

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

This text has shadow with #006A60 color.

.textShadow {text-shadow: 3px 3px 1px #006A60, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #006A60;
-webkit-box-shadow: 1px 1px 3px 2px #006A60;
box-shadow:1px 1px 3px 2px #006A60;">
Div content here</div>
This div box has shadow with color #006A60.

Preview

Color preview on black background

This text has color #006A60 on black background.


Color preview on white background

This text has color #006A60 on white background.



Black color preview on #006A60 background

This text has black color on #006A60 background.


White color preview on #006A60 background

This text has white color on #006A60 background.