COLOR #07956F

HEX: #07956F
RGB: (7,149,111)

Color info

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

RGB color model

#07956F color RGB value is (7,149,111).

  • red value is 7;
  • green value is 149;
  • blue value is 111.
RGB:
(7,149,111)
(3%,58%,44%)

RGB channels and saturation

R 7 of 255 = 3%
G 149 of 255 = 58%
B 111 of 255 = 44%

7
149
111

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

Portions of RGB colors in percentages

R + G + B =
7 + 149 + 111 = 267 (100%)
R 7 of 267 ~ 2.62%
G 149 of 267 ~ 55.81%
B 111 of 267 ~ 41.57%

%55.81
%41.57

CMYK color model

#07956F color CMYK value is (95,0,26,42).

  • cyan value is 95.30%
  • magenta value is 0.00%
  • yellow value is 25.50%
  • key color value is 41.57%
CMYK:
(95,0,26,42)
C95M0Y26K42 
(95%,0%,26%,42%)
(0.95/0.00/0.26/0.42)	

CMYK percentages

%95.3
%0
%25.5
%41.57

Codes

Color #07956F in popluar color models

07956F
RGB7149111
HSL164°91.03%30.59%
HSB/HSV164°95.30%58.43%
CMYK95.30%0.00%25.50%
41.57%

Color #07956F in popluar number systems.

HEX07956F
Decimal7149111
Binary111100101011101111
Octal7225157

Shades and tints

Shades of #07956F

#07956F
(7,149,111)
#078865
(7,136,101)
#077B5B
(7,123,91)
#076E51
(7,110,81)
#076147
(7,97,71)
#07543D
(7,84,61)
#074733
(7,71,51)
#073A29
(7,58,41)
#072D1F
(7,45,31)
#072015
(7,32,21)
#07130B
(7,19,11)
#000000
(0,0,0)

Tints of #07956F

#07956F
(7,149,111)
#1D9E7C
(29,158,124)
#33A789
(51,167,137)
#49B096
(73,176,150)
#5FB9A3
(95,185,163)
#75C2B0
(117,194,176)
#8BCBBD
(139,203,189)
#A1D4CA
(161,212,202)
#B7DDD7
(183,221,215)
#CDE6E4
(205,230,228)
#E3EFF1
(227,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07956F color. Also use rgb(7,149,111) instead hex code.

Text Font Color

.myTextColor { color: #07956F; }

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

This text font color is #07956F.


Background Color

.myBgColor { background-color: #07956F; }

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

This div background color is #07956F.


Border color

.myBorderColor { border: 1px solid #07956F; }

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

This div border color is #07956F.


Opacity

.myOpacity80 { color: #07956F; opacity: 0.8; }

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

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

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

This text has shadow with #07956F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07956F on black background.


Color preview on white background

This text has color #07956F on white background.



Black color preview on #07956F background

This text has black color on #07956F background.


White color preview on #07956F background

This text has white color on #07956F background.