COLOR #137A00

HEX: #137A00
RGB: (19,122,0)

Renk bilgisi

#137A00 contains mainly green color. #137A00 ‘ nin web güvenlik rengi #006600 (ya da #060) dir.

RGB renk modeli

#137A00 color RGB value is (19,122,0).

  • kırmız ton 19;
  • yeşil ton 122;
  • mavi ton 0.
RGB:
(19,122,0)
(7%,48%,0%)

RGB bağlantıları ve doygunluk

R 19 of 255 = 7%
G 122 of 255 = 48%
B 0 of 255 = 0%

19
122
0

R + G + B ~ 18%. #137A00 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 122 + 0 = 141 (100%)
R 19 of 141 ~ 13.48%
G 122 of 141 ~ 86.52%
B 0 of 141 ~ 0%

%13.48
%86.52

CMYK RENK MODELİ

#137A00 rengi CMYK tonu (84,0,100,52).

  • camgöbeği tonu 84.43%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 52.16%
CMYK:
(84,0,100,52)
C84M0Y100K52 
(84%,0%,100%,52%)
(0.84/0.00/1.00/0.52)	

CMYK yüzdeleri

%84.43
%0
%100
%52.16

Codes

Color #137A00 in popluar color models

137A00
RGB191220
HSL111°100.00%23.92%
HSB/HSV111°100.00%47.84%
CMYK84.43%0.00%100.00%
52.16%

Color #137A00 in popluar number systems.

HEX137A00
Decimal191220
Binary1001111110100
Octal231720

Shades and tints

Shades of #137A00

#137A00
(19,122,0)
#126F00
(18,111,0)
#116400
(17,100,0)
#105900
(16,89,0)
#0F4E00
(15,78,0)
#0E4300
(14,67,0)
#0D3800
(13,56,0)
#0C2D00
(12,45,0)
#0B2200
(11,34,0)
#0A1700
(10,23,0)
#090C00
(9,12,0)
#000000
(0,0,0)

Tints of #137A00

#137A00
(19,122,0)
#288617
(40,134,23)
#3D922E
(61,146,46)
#529E45
(82,158,69)
#67AA5C
(103,170,92)
#7CB673
(124,182,115)
#91C28A
(145,194,138)
#A6CEA1
(166,206,161)
#BBDAB8
(187,218,184)
#D0E6CF
(208,230,207)
#E5F2E6
(229,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137A00 color. Also use rgb(19,122,0) instead hex code.

Text Font Color

.myTextColor { color: #137A00; }

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

This text font color is #137A00.


Background Color

.myBgColor { background-color: #137A00; }

<div style="background-color:#137A00">Inner text</div>

This div background color is #137A00.


Border color

.myBorderColor { border: 1px solid #137A00; }

<div style="border:3px solid #137A00">Div</div>

This div border color is #137A00.


Opacity

.myOpacity80 { color: #137A00; opacity: 0.8; }

<p style="color:#137A00;opacity:0.8;">80%</p>

Text with #137A00 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 #137A00;}

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

This text has shadow with #137A00 color.

.textShadow {text-shadow: 3px 3px 1px #137A00, 3px 3px 1px red;}

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

This text has shadow with #137A00 primary color and red secondary color.


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

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

This text has shadow with #137A00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137A00 on black background.


Color preview on white background

This text has color #137A00 on white background.



Black color preview on #137A00 background

This text has black color on #137A00 background.


White color preview on #137A00 background

This text has white color on #137A00 background.