COLOR #076F13

HEX: #076F13
RGB: (7,111,19)

Renk bilgisi

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

RGB renk modeli

#076F13 color RGB value is (7,111,19).

  • kırmız ton 7;
  • yeşil ton 111;
  • mavi ton 19.
RGB:
(7,111,19)
(3%,44%,7%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 111 of 255 = 44%
B 19 of 255 = 7%

7
111
19

R + G + B ~ 18%. #076F13 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 111 + 19 = 137 (100%)
R 7 of 137 ~ 5.11%
G 111 of 137 ~ 81.02%
B 19 of 137 ~ 13.87%

%81.02
%13.87

CMYK RENK MODELİ

#076F13 rengi CMYK tonu (94,0,83,56).

  • camgöbeği tonu 93.69%
  • eflatun tonu 0.00%
  • sarı tonu 82.88%
  • ana renk tonu 56.47%
CMYK:
(94,0,83,56)
C94M0Y83K56 
(94%,0%,83%,56%)
(0.94/0.00/0.83/0.56)	

CMYK yüzdeleri

%93.69
%0
%82.88
%56.47

Codes

Color #076F13 in popluar color models

076F13
RGB711119
HSL127°88.14%23.14%
HSB/HSV127°93.69%43.53%
CMYK93.69%0.00%82.88%
56.47%

Color #076F13 in popluar number systems.

HEX076F13
Decimal711119
Binary111110111110011
Octal715723

Shades and tints

Shades of #076F13

#076F13
(7,111,19)
#076512
(7,101,18)
#075B11
(7,91,17)
#075110
(7,81,16)
#07470F
(7,71,15)
#073D0E
(7,61,14)
#07330D
(7,51,13)
#07290C
(7,41,12)
#071F0B
(7,31,11)
#07150A
(7,21,10)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #076F13

#076F13
(7,111,19)
#1D7C28
(29,124,40)
#33893D
(51,137,61)
#499652
(73,150,82)
#5FA367
(95,163,103)
#75B07C
(117,176,124)
#8BBD91
(139,189,145)
#A1CAA6
(161,202,166)
#B7D7BB
(183,215,187)
#CDE4D0
(205,228,208)
#E3F1E5
(227,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076F13 color. Also use rgb(7,111,19) instead hex code.

Text Font Color

.myTextColor { color: #076F13; }

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

This text font color is #076F13.


Background Color

.myBgColor { background-color: #076F13; }

<div style="background-color:#076F13">Inner text</div>

This div background color is #076F13.


Border color

.myBorderColor { border: 1px solid #076F13; }

<div style="border:3px solid #076F13">Div</div>

This div border color is #076F13.


Opacity

.myOpacity80 { color: #076F13; opacity: 0.8; }

<p style="color:#076F13;opacity:0.8;">80%</p>

Text with #076F13 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 #076F13;}

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

This text has shadow with #076F13 color.

.textShadow {text-shadow: 3px 3px 1px #076F13, 3px 3px 1px red;}

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

This text has shadow with #076F13 primary color and red secondary color.


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

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

This text has shadow with #076F13 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076F13 on black background.


Color preview on white background

This text has color #076F13 on white background.



Black color preview on #076F13 background

This text has black color on #076F13 background.


White color preview on #076F13 background

This text has white color on #076F13 background.