COLOR #07B15F

HEX: #07B15F
RGB: (7,177,95)

Color info

#07B15F contains mainly green color. Web safe color of #07B15F is #009966 (or #096).

RGB color model

#07B15F color RGB value is (7,177,95).

  • red value is 7;
  • green value is 177;
  • blue value is 95.
RGB:
(7,177,95)
(3%,69%,37%)

RGB channels and saturation

R 7 of 255 = 3%
G 177 of 255 = 69%
B 95 of 255 = 37%

7
177
95

R + G + B ~ 36%. #07B15F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 177 + 95 = 279 (100%)
R 7 of 279 ~ 2.51%
G 177 of 279 ~ 63.44%
B 95 of 279 ~ 34.05%

%63.44
%34.05

CMYK color model

#07B15F color CMYK value is (96,0,46,31).

  • cyan value is 96.05%
  • magenta value is 0.00%
  • yellow value is 46.33%
  • key color value is 30.59%
CMYK:
(96,0,46,31)
C96M0Y46K31 
(96%,0%,46%,31%)
(0.96/0.00/0.46/0.31)	

CMYK percentages

%96.05
%0
%46.33
%30.59

Codes

Color #07B15F in popluar color models

07B15F
RGB717795
HSL151°92.39%36.08%
HSB/HSV151°96.05%69.41%
CMYK96.05%0.00%46.33%
30.59%

Color #07B15F in popluar number systems.

HEX07B15F
Decimal717795
Binary111101100011011111
Octal7261137

Shades and tints

Shades of #07B15F

#07B15F
(7,177,95)
#07A157
(7,161,87)
#07914F
(7,145,79)
#078147
(7,129,71)
#07713F
(7,113,63)
#076137
(7,97,55)
#07512F
(7,81,47)
#074127
(7,65,39)
#07311F
(7,49,31)
#072117
(7,33,23)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #07B15F

#07B15F
(7,177,95)
#1DB86D
(29,184,109)
#33BF7B
(51,191,123)
#49C689
(73,198,137)
#5FCD97
(95,205,151)
#75D4A5
(117,212,165)
#8BDBB3
(139,219,179)
#A1E2C1
(161,226,193)
#B7E9CF
(183,233,207)
#CDF0DD
(205,240,221)
#E3F7EB
(227,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07B15F color. Also use rgb(7,177,95) instead hex code.

Text Font Color

.myTextColor { color: #07B15F; }

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

This text font color is #07B15F.


Background Color

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

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

This div background color is #07B15F.


Border color

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

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

This div border color is #07B15F.


Opacity

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

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

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

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

This text has shadow with #07B15F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07B15F on black background.


Color preview on white background

This text has color #07B15F on white background.



Black color preview on #07B15F background

This text has black color on #07B15F background.


White color preview on #07B15F background

This text has white color on #07B15F background.