COLOR #00751A

HEX: #00751A
RGB: (0,117,26)

Renk bilgisi

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

RGB renk modeli

#00751A color RGB value is (0,117,26).

  • kırmız ton 0;
  • yeşil ton 117;
  • mavi ton 26.
RGB:
(0,117,26)
(0%,46%,10%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 117 of 255 = 46%
B 26 of 255 = 10%

0
117
26

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 117 + 26 = 143 (100%)
R 0 of 143 ~ 0%
G 117 of 143 ~ 81.82%
B 26 of 143 ~ 18.18%

%81.82
%18.18

CMYK RENK MODELİ

#00751A rengi CMYK tonu (100,0,78,54).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 77.78%
  • ana renk tonu 54.12%
CMYK:
(100,0,78,54)
C100M0Y78K54 
(100%,0%,78%,54%)
(1.00/0.00/0.78/0.54)	

CMYK yüzdeleri

%100
%0
%77.78
%54.12

Codes

Color #00751A in popluar color models

00751A
RGB011726
HSL133°100.00%22.94%
HSB/HSV133°100.00%45.88%
CMYK100.00%0.00%77.78%
54.12%

Color #00751A in popluar number systems.

HEX00751A
Decimal011726
Binary0111010111010
Octal016532

Shades and tints

Shades of #00751A

#00751A
(0,117,26)
#006B18
(0,107,24)
#006116
(0,97,22)
#005714
(0,87,20)
#004D12
(0,77,18)
#004310
(0,67,16)
#00390E
(0,57,14)
#002F0C
(0,47,12)
#00250A
(0,37,10)
#001B08
(0,27,8)
#001106
(0,17,6)
#000000
(0,0,0)

Tints of #00751A

#00751A
(0,117,26)
#17812E
(23,129,46)
#2E8D42
(46,141,66)
#459956
(69,153,86)
#5CA56A
(92,165,106)
#73B17E
(115,177,126)
#8ABD92
(138,189,146)
#A1C9A6
(161,201,166)
#B8D5BA
(184,213,186)
#CFE1CE
(207,225,206)
#E6EDE2
(230,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00751A color. Also use rgb(0,117,26) instead hex code.

Text Font Color

.myTextColor { color: #00751A; }

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

This text font color is #00751A.


Background Color

.myBgColor { background-color: #00751A; }

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

This div background color is #00751A.


Border color

.myBorderColor { border: 1px solid #00751A; }

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

This div border color is #00751A.


Opacity

.myOpacity80 { color: #00751A; opacity: 0.8; }

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

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

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

This text has shadow with #00751A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00751A on black background.


Color preview on white background

This text has color #00751A on white background.



Black color preview on #00751A background

This text has black color on #00751A background.


White color preview on #00751A background

This text has white color on #00751A background.