COLOR #139B07

HEX: #139B07
RGB: (19,155,7)

Color info

#139B07 contains mainly green color. Web safe color of #139B07 is #009900 (or #090).

RGB color model

#139B07 color RGB value is (19,155,7).

  • red value is 19;
  • green value is 155;
  • blue value is 7.
RGB:
(19,155,7)
(7%,61%,3%)

RGB channels and saturation

R 19 of 255 = 7%
G 155 of 255 = 61%
B 7 of 255 = 3%

19
155
7

R + G + B ~ 24%. #139B07 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 155 + 7 = 181 (100%)
R 19 of 181 ~ 10.5%
G 155 of 181 ~ 85.64%
B 7 of 181 ~ 3.87%

%10.5
%85.64

CMYK color model

#139B07 color CMYK value is (88,0,95,39).

  • cyan value is 87.74%
  • magenta value is 0.00%
  • yellow value is 95.48%
  • key color value is 39.22%
CMYK:
(88,0,95,39)
C88M0Y95K39 
(88%,0%,95%,39%)
(0.88/0.00/0.95/0.39)	

CMYK percentages

%87.74
%0
%95.48
%39.22

Codes

Color #139B07 in popluar color models

139B07
RGB191557
HSL115°91.36%31.76%
HSB/HSV115°95.48%60.78%
CMYK87.74%0.00%95.48%
39.22%

Color #139B07 in popluar number systems.

HEX139B07
Decimal191557
Binary1001110011011111
Octal232337

Shades and tints

Shades of #139B07

#139B07
(19,155,7)
#128D07
(18,141,7)
#117F07
(17,127,7)
#107107
(16,113,7)
#0F6307
(15,99,7)
#0E5507
(14,85,7)
#0D4707
(13,71,7)
#0C3907
(12,57,7)
#0B2B07
(11,43,7)
#0A1D07
(10,29,7)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #139B07

#139B07
(19,155,7)
#28A41D
(40,164,29)
#3DAD33
(61,173,51)
#52B649
(82,182,73)
#67BF5F
(103,191,95)
#7CC875
(124,200,117)
#91D18B
(145,209,139)
#A6DAA1
(166,218,161)
#BBE3B7
(187,227,183)
#D0ECCD
(208,236,205)
#E5F5E3
(229,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #139B07 color. Also use rgb(19,155,7) instead hex code.

Text Font Color

.myTextColor { color: #139B07; }

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

This text font color is #139B07.


Background Color

.myBgColor { background-color: #139B07; }

<div style="background-color:#139B07">Inner text</div>

This div background color is #139B07.


Border color

.myBorderColor { border: 1px solid #139B07; }

<div style="border:3px solid #139B07">Div</div>

This div border color is #139B07.


Opacity

.myOpacity80 { color: #139B07; opacity: 0.8; }

<p style="color:#139B07;opacity:0.8;">80%</p>

Text with #139B07 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 #139B07;}

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

This text has shadow with #139B07 color.

.textShadow {text-shadow: 3px 3px 1px #139B07, 3px 3px 1px red;}

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

This text has shadow with #139B07 primary color and red secondary color.


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

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

This text has shadow with #139B07 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #139B07 on black background.


Color preview on white background

This text has color #139B07 on white background.



Black color preview on #139B07 background

This text has black color on #139B07 background.


White color preview on #139B07 background

This text has white color on #139B07 background.