COLOR #07B01F

HEX: #07B01F RGB: (7,176,31)

Color info

#07B01F contains mainly green color. Web safe color of #07B01F is #009933 (or #093).

RGB color model

#07B01F color RGB value is (7,176,31).

RGB: (7,176,31) (3%, 69%, 12%)

RGB channels and saturation

R 7 of 255 = 3%
G 176 of 255 = 69%
B 31 of 255 = 12%

7
176
31

R + G + B ~ 28%. #07B01F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 176 + 31 = 214 (100%)
R 7 of 214 ~ 3.27%
G 176 of 214 ~ 82.24%
B 31 of 214 ~ 14.49'%

%82.24
%14.49

CMYK color model

#07B01F color CMYK value is (96,0,82,31).

  • cyan value is 96.02%
  • magenta value is 0.00%
  • yellow value is 82.39%
  • key color value is 30.98%

CMYK: (96,0,82,31)
C96M0Y82K31 (96%, 0%, 82%, 31%)
(0.96 / 0.00 / 0.82 / 0.31)

CMYK percentages

%96.02
%0
%82.39
%30.98

Codes

Color #07B01F in popluar color models

07 B0 1F
RGB 7 176 31
HSL 129° 92.35% 35.88%
HSB/HSV 129° 96.02% 69.02%
CMYK 96.02% 0.00% 82.39%
30.98%

Color #07B01F in popluar number systems.

HEX 07 B0 1F
Decimal 7 176 31
Binary 111 10110000 11111
Octal 7 260 37

Shades and tints

Shades of #07B01F

#07B01F
(7,176,31)
#07A01D
(7,160,29)
#07901B
(7,144,27)
#078019
(7,128,25)
#077017
(7,112,23)
#076015
(7,96,21)
#075013
(7,80,19)
#074011
(7,64,17)
#07300F
(7,48,15)
#07200D
(7,32,13)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #07B01F

#07B01F
(7,176,31)
#1DB733
(29,183,51)
#33BE47
(51,190,71)
#49C55B
(73,197,91)
#5FCC6F
(95,204,111)
#75D383
(117,211,131)
#8BDA97
(139,218,151)
#A1E1AB
(161,225,171)
#B7E8BF
(183,232,191)
#CDEFD3
(205,239,211)
#E3F6E7
(227,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07B01F color. Also use rgb(7,176,31) instead hex code.

Text Font Color

.myTextColor { color: #07B01F; }

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

This text font color is #07B01F.

Background Color

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

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

This div background color is #07B01F.

Border color

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

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

This div border color is #07B01F.

Opacity

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

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

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

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

This text has shadow with #07B01F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07B01F.

Preview

Color preview on black background

This text has color #07B01F on black background.


Color preview on white background

This text has color #07B01F on white background.


Black color preview on #07B01F background

This text has black color on #07B01F background.


White color preview on #07B01F background

This text has white color on #07B01F background.


Related colors

Complementary color

Complementary color for #hex is #F84FE0.


I love getcolorcode.com

Triadic colors

1 #1F07B0 and #B01F07 with #07B01F are triadic colors.

2 #1FB007 and #B0071F with #07B01F are triadic colors.