COLOR #006752

HEX: #006752
RGB: (0,103,82)

Color info

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

RGB color model

#006752 color RGB value is (0,103,82).

  • red value is 0;
  • green value is 103;
  • blue value is 82.
RGB:
(0,103,82)
(0%,40%,32%)

RGB channels and saturation

R 0 of 255 = 0%
G 103 of 255 = 40%
B 82 of 255 = 32%

0
103
82

R + G + B ~ 24%. #006752 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 103 + 82 = 185 (100%)
R 0 of 185 ~ 0%
G 103 of 185 ~ 55.68%
B 82 of 185 ~ 44.32%

%55.68
%44.32

CMYK color model

#006752 color CMYK value is (100,0,20,60).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 59.61%
CMYK:
(100,0,20,60)
C100M0Y20K60 
(100%,0%,20%,60%)
(1.00/0.00/0.20/0.60)	

CMYK percentages

%100
%0
%20.39
%59.61

Codes

Color #006752 in popluar color models

006752
RGB010382
HSL168°100.00%20.20%
HSB/HSV168°100.00%40.39%
CMYK100.00%0.00%20.39%
59.61%

Color #006752 in popluar number systems.

HEX006752
Decimal010382
Binary011001111010010
Octal0147122

Shades and tints

Shades of #006752

#006752
(0,103,82)
#005E4B
(0,94,75)
#005544
(0,85,68)
#004C3D
(0,76,61)
#004336
(0,67,54)
#003A2F
(0,58,47)
#003128
(0,49,40)
#002821
(0,40,33)
#001F1A
(0,31,26)
#001613
(0,22,19)
#000D0C
(0,13,12)
#000000
(0,0,0)

Tints of #006752

#006752
(0,103,82)
#177461
(23,116,97)
#2E8170
(46,129,112)
#458E7F
(69,142,127)
#5C9B8E
(92,155,142)
#73A89D
(115,168,157)
#8AB5AC
(138,181,172)
#A1C2BB
(161,194,187)
#B8CFCA
(184,207,202)
#CFDCD9
(207,220,217)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006752 color. Also use rgb(0,103,82) instead hex code.

Text Font Color

.myTextColor { color: #006752; }

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

This text font color is #006752.


Background Color

.myBgColor { background-color: #006752; }

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

This div background color is #006752.


Border color

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

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

This div border color is #006752.


Opacity

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

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

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

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

This text has shadow with #006752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006752 on black background.


Color preview on white background

This text has color #006752 on white background.



Black color preview on #006752 background

This text has black color on #006752 background.


White color preview on #006752 background

This text has white color on #006752 background.