COLOR #007756

HEX: #007756
RGB: (0,119,86)

Color info

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

RGB color model

#007756 color RGB value is (0,119,86).

  • red value is 0;
  • green value is 119;
  • blue value is 86.
RGB:
(0,119,86)
(0%,47%,34%)

RGB channels and saturation

R 0 of 255 = 0%
G 119 of 255 = 47%
B 86 of 255 = 34%

0
119
86

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

Portions of RGB colors in percentages

R + G + B =
0 + 119 + 86 = 205 (100%)
R 0 of 205 ~ 0%
G 119 of 205 ~ 58.05%
B 86 of 205 ~ 41.95%

%58.05
%41.95

CMYK color model

#007756 color CMYK value is (100,0,28,53).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 27.73%
  • key color value is 53.33%
CMYK:
(100,0,28,53)
C100M0Y28K53 
(100%,0%,28%,53%)
(1.00/0.00/0.28/0.53)	

CMYK percentages

%100
%0
%27.73
%53.33

Codes

Color #007756 in popluar color models

007756
RGB011986
HSL163°100.00%23.33%
HSB/HSV163°100.00%46.67%
CMYK100.00%0.00%27.73%
53.33%

Color #007756 in popluar number systems.

HEX007756
Decimal011986
Binary011101111010110
Octal0167126

Shades and tints

Shades of #007756

#007756
(0,119,86)
#006D4F
(0,109,79)
#006348
(0,99,72)
#005941
(0,89,65)
#004F3A
(0,79,58)
#004533
(0,69,51)
#003B2C
(0,59,44)
#003125
(0,49,37)
#00271E
(0,39,30)
#001D17
(0,29,23)
#001310
(0,19,16)
#000000
(0,0,0)

Tints of #007756

#007756
(0,119,86)
#178365
(23,131,101)
#2E8F74
(46,143,116)
#459B83
(69,155,131)
#5CA792
(92,167,146)
#73B3A1
(115,179,161)
#8ABFB0
(138,191,176)
#A1CBBF
(161,203,191)
#B8D7CE
(184,215,206)
#CFE3DD
(207,227,221)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007756 color. Also use rgb(0,119,86) instead hex code.

Text Font Color

.myTextColor { color: #007756; }

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

This text font color is #007756.


Background Color

.myBgColor { background-color: #007756; }

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

This div background color is #007756.


Border color

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

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

This div border color is #007756.


Opacity

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

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

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

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

This text has shadow with #007756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007756 on black background.


Color preview on white background

This text has color #007756 on white background.



Black color preview on #007756 background

This text has black color on #007756 background.


White color preview on #007756 background

This text has white color on #007756 background.