COLOR #07AB73

HEX: #07AB73
RGB: (7,171,115)

Color info

#07AB73 contains mainly green and blue colors. Web safe color of #07AB73 is #009966 (or #096).

RGB color model

#07AB73 color RGB value is (7,171,115).

  • red value is 7;
  • green value is 171;
  • blue value is 115.
RGB:
(7,171,115)
(3%,67%,45%)

RGB channels and saturation

R 7 of 255 = 3%
G 171 of 255 = 67%
B 115 of 255 = 45%

7
171
115

R + G + B ~ 38%. #07AB73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 171 + 115 = 293 (100%)
R 7 of 293 ~ 2.39%
G 171 of 293 ~ 58.36%
B 115 of 293 ~ 39.25%

%58.36
%39.25

CMYK color model

#07AB73 color CMYK value is (96,0,33,33).

  • cyan value is 95.91%
  • magenta value is 0.00%
  • yellow value is 32.75%
  • key color value is 32.94%
CMYK:
(96,0,33,33)
C96M0Y33K33 
(96%,0%,33%,33%)
(0.96/0.00/0.33/0.33)	

CMYK percentages

%95.91
%0
%32.75
%32.94

Codes

Color #07AB73 in popluar color models

07AB73
RGB7171115
HSL160°92.13%34.90%
HSB/HSV160°95.91%67.06%
CMYK95.91%0.00%32.75%
32.94%

Color #07AB73 in popluar number systems.

HEX07AB73
Decimal7171115
Binary111101010111110011
Octal7253163

Shades and tints

Shades of #07AB73

#07AB73
(7,171,115)
#079C69
(7,156,105)
#078D5F
(7,141,95)
#077E55
(7,126,85)
#076F4B
(7,111,75)
#076041
(7,96,65)
#075137
(7,81,55)
#07422D
(7,66,45)
#073323
(7,51,35)
#072419
(7,36,25)
#07150F
(7,21,15)
#000000
(0,0,0)

Tints of #07AB73

#07AB73
(7,171,115)
#1DB27F
(29,178,127)
#33B98B
(51,185,139)
#49C097
(73,192,151)
#5FC7A3
(95,199,163)
#75CEAF
(117,206,175)
#8BD5BB
(139,213,187)
#A1DCC7
(161,220,199)
#B7E3D3
(183,227,211)
#CDEADF
(205,234,223)
#E3F1EB
(227,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07AB73 color. Also use rgb(7,171,115) instead hex code.

Text Font Color

.myTextColor { color: #07AB73; }

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

This text font color is #07AB73.


Background Color

.myBgColor { background-color: #07AB73; }

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

This div background color is #07AB73.


Border color

.myBorderColor { border: 1px solid #07AB73; }

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

This div border color is #07AB73.


Opacity

.myOpacity80 { color: #07AB73; opacity: 0.8; }

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

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

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

This text has shadow with #07AB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07AB73 on black background.


Color preview on white background

This text has color #07AB73 on white background.



Black color preview on #07AB73 background

This text has black color on #07AB73 background.


White color preview on #07AB73 background

This text has white color on #07AB73 background.