COLOR #007B70

HEX: #007B70 RGB: (0,123,112)

Color info

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

RGB color model

#007B70 color RGB value is (0,123,112).

RGB: (0,123,112) (0%, 48%, 44%)

RGB channels and saturation

R 0 of 255 = 0%
G 123 of 255 = 48%
B 112 of 255 = 44%

0
123
112

R + G + B ~ 31%. #007B70 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 123 + 112 = 235 (100%)
R 0 of 235 ~ 0%
G 123 of 235 ~ 52.34%
B 112 of 235 ~ 47.66'%

%52.34
%47.66

CMYK color model

#007B70 color CMYK value is (100,0,9,52).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 51.76%

CMYK: (100,0,9,52)
C100M0Y9K52 (100%, 0%, 9%, 52%)
(1.00 / 0.00 / 0.09 / 0.52)

CMYK percentages

%100
%0
%8.94
%51.76

Codes

Color #007B70 in popluar color models

00 7B 70
RGB 0 123 112
HSL 175° 100.00% 24.12%
HSB/HSV 175° 100.00% 48.24%
CMYK 100.00% 0.00% 8.94%
51.76%

Color #007B70 in popluar number systems.

HEX 00 7B 70
Decimal 0 123 112
Binary 0 1111011 1110000
Octal 0 173 160

Shades and tints

Shades of #007B70

#007B70
(0,123,112)
#007066
(0,112,102)
#00655C
(0,101,92)
#005A52
(0,90,82)
#004F48
(0,79,72)
#00443E
(0,68,62)
#003934
(0,57,52)
#002E2A
(0,46,42)
#002320
(0,35,32)
#001816
(0,24,22)
#000D0C
(0,13,12)
#000000
(0,0,0)

Tints of #007B70

#007B70
(0,123,112)
#17877D
(23,135,125)
#2E938A
(46,147,138)
#459F97
(69,159,151)
#5CABA4
(92,171,164)
#73B7B1
(115,183,177)
#8AC3BE
(138,195,190)
#A1CFCB
(161,207,203)
#B8DBD8
(184,219,216)
#CFE7E5
(207,231,229)
#E6F3F2
(230,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007B70 color. Also use rgb(0,123,112) instead hex code.

Text Font Color

.myTextColor { color: #007B70; }

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

This text font color is #007B70.

Background Color

.myBgColor { background-color: #007B70; }

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

This div background color is #007B70.

Border color

.myBorderColor { border: 1px solid #007B70; }

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

This div border color is #007B70.

Opacity

.myOpacity80 { color: #007B70; opacity: 0.8; }

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

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

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

This text has shadow with #007B70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #007B70.

Preview

Color preview on black background

This text has color #007B70 on black background.


Color preview on white background

This text has color #007B70 on white background.


Black color preview on #007B70 background

This text has black color on #007B70 background.


White color preview on #007B70 background

This text has white color on #007B70 background.


Related colors

Complementary color

Complementary color for #hex is #FF848F.


I love getcolorcode.com

Triadic colors

1 #70007B and #7B7000 with #007B70 are triadic colors.

2 #707B00 and #7B0070 with #007B70 are triadic colors.