COLOR #007896

HEX: #007896
RGB: (0,120,150)

Color info

#007896 contains only green and blue colors. Web safe color of #007896 is #006699 (or #069).

RGB color model

#007896 color RGB value is (0,120,150).

  • red value is 0;
  • green value is 120;
  • blue value is 150.
RGB:
(0,120,150)
(0%,47%,59%)

RGB channels and saturation

R 0 of 255 = 0%
G 120 of 255 = 47%
B 150 of 255 = 59%

0
120
150

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

Portions of RGB colors in percentages

R + G + B =
0 + 120 + 150 = 270 (100%)
R 0 of 270 ~ 0%
G 120 of 270 ~ 44.44%
B 150 of 270 ~ 55.56%

%44.44
%55.56

CMYK color model

#007896 color CMYK value is (100,20,0,41).

  • cyan value is 100.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(100,20,0,41)
C100M20Y0K41 
(100%,20%,0%,41%)
(1.00/0.20/0.00/0.41)	

CMYK percentages

%100
%20
%0
%41.18

Codes

Color #007896 in popluar color models

007896
RGB0120150
HSL192°100.00%29.41%
HSB/HSV192°100.00%58.82%
CMYK100.00%20.00%0.00%
41.18%

Color #007896 in popluar number systems.

HEX007896
Decimal0120150
Binary0111100010010110
Octal0170226

Shades and tints

Shades of #007896

#007896
(0,120,150)
#006E89
(0,110,137)
#00647C
(0,100,124)
#005A6F
(0,90,111)
#005062
(0,80,98)
#004655
(0,70,85)
#003C48
(0,60,72)
#00323B
(0,50,59)
#00282E
(0,40,46)
#001E21
(0,30,33)
#001414
(0,20,20)
#000000
(0,0,0)

Tints of #007896

#007896
(0,120,150)
#17849F
(23,132,159)
#2E90A8
(46,144,168)
#459CB1
(69,156,177)
#5CA8BA
(92,168,186)
#73B4C3
(115,180,195)
#8AC0CC
(138,192,204)
#A1CCD5
(161,204,213)
#B8D8DE
(184,216,222)
#CFE4E7
(207,228,231)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007896 color. Also use rgb(0,120,150) instead hex code.

Text Font Color

.myTextColor { color: #007896; }

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

This text font color is #007896.


Background Color

.myBgColor { background-color: #007896; }

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

This div background color is #007896.


Border color

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

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

This div border color is #007896.


Opacity

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

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

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

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

This text has shadow with #007896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007896 on black background.


Color preview on white background

This text has color #007896 on white background.



Black color preview on #007896 background

This text has black color on #007896 background.


White color preview on #007896 background

This text has white color on #007896 background.