COLOR #076721

HEX: #076721
RGB: (7,103,33)

Renk bilgisi

#076721 contains mainly green color. #076721 ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#076721 color RGB value is (7,103,33).

  • kırmız ton 7;
  • yeşil ton 103;
  • mavi ton 33.
RGB:
(7,103,33)
(3%,40%,13%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 103 of 255 = 40%
B 33 of 255 = 13%

7
103
33

R + G + B ~ 19%. #076721 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 103 + 33 = 143 (100%)
R 7 of 143 ~ 4.9%
G 103 of 143 ~ 72.03%
B 33 of 143 ~ 23.08%

%72.03
%23.08

CMYK RENK MODELİ

#076721 rengi CMYK tonu (93,0,68,60).

  • camgöbeği tonu 93.20%
  • eflatun tonu 0.00%
  • sarı tonu 67.96%
  • ana renk tonu 59.61%
CMYK:
(93,0,68,60)
C93M0Y68K60 
(93%,0%,68%,60%)
(0.93/0.00/0.68/0.60)	

CMYK yüzdeleri

%93.2
%0
%67.96
%59.61

Codes

Color #076721 in popluar color models

076721
RGB710333
HSL136°87.27%21.57%
HSB/HSV136°93.20%40.39%
CMYK93.20%0.00%67.96%
59.61%

Color #076721 in popluar number systems.

HEX076721
Decimal710333
Binary1111100111100001
Octal714741

Shades and tints

Shades of #076721

#076721
(7,103,33)
#075E1E
(7,94,30)
#07551B
(7,85,27)
#074C18
(7,76,24)
#074315
(7,67,21)
#073A12
(7,58,18)
#07310F
(7,49,15)
#07280C
(7,40,12)
#071F09
(7,31,9)
#071606
(7,22,6)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #076721

#076721
(7,103,33)
#1D7435
(29,116,53)
#338149
(51,129,73)
#498E5D
(73,142,93)
#5F9B71
(95,155,113)
#75A885
(117,168,133)
#8BB599
(139,181,153)
#A1C2AD
(161,194,173)
#B7CFC1
(183,207,193)
#CDDCD5
(205,220,213)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076721 color. Also use rgb(7,103,33) instead hex code.

Text Font Color

.myTextColor { color: #076721; }

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

This text font color is #076721.


Background Color

.myBgColor { background-color: #076721; }

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

This div background color is #076721.


Border color

.myBorderColor { border: 1px solid #076721; }

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

This div border color is #076721.


Opacity

.myOpacity80 { color: #076721; opacity: 0.8; }

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

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

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

This text has shadow with #076721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076721 on black background.


Color preview on white background

This text has color #076721 on white background.



Black color preview on #076721 background

This text has black color on #076721 background.


White color preview on #076721 background

This text has white color on #076721 background.