COLOR #00750F

HEX: #00750F
RGB: (0,117,15)

Renk bilgisi

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

RGB renk modeli

#00750F color RGB value is (0,117,15).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 117 of 255 = 46%
B 15 of 255 = 6%

0
117
15

R + G + B ~ 17%. #00750F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 117 + 15 = 132 (100%)
R 0 of 132 ~ 0%
G 117 of 132 ~ 88.64%
B 15 of 132 ~ 11.36%

%88.64
%11.36

CMYK RENK MODELİ

#00750F rengi CMYK tonu (100,0,87,54).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 87.18%
  • ana renk tonu 54.12%
CMYK:
(100,0,87,54)
C100M0Y87K54 
(100%,0%,87%,54%)
(1.00/0.00/0.87/0.54)	

CMYK yüzdeleri

%100
%0
%87.18
%54.12

Codes

Color #00750F in popluar color models

00750F
RGB011715
HSL128°100.00%22.94%
HSB/HSV128°100.00%45.88%
CMYK100.00%0.00%87.18%
54.12%

Color #00750F in popluar number systems.

HEX00750F
Decimal011715
Binary011101011111
Octal016517

Shades and tints

Shades of #00750F

#00750F
(0,117,15)
#006B0E
(0,107,14)
#00610D
(0,97,13)
#00570C
(0,87,12)
#004D0B
(0,77,11)
#00430A
(0,67,10)
#003909
(0,57,9)
#002F08
(0,47,8)
#002507
(0,37,7)
#001B06
(0,27,6)
#001105
(0,17,5)
#000000
(0,0,0)

Tints of #00750F

#00750F
(0,117,15)
#178124
(23,129,36)
#2E8D39
(46,141,57)
#45994E
(69,153,78)
#5CA563
(92,165,99)
#73B178
(115,177,120)
#8ABD8D
(138,189,141)
#A1C9A2
(161,201,162)
#B8D5B7
(184,213,183)
#CFE1CC
(207,225,204)
#E6EDE1
(230,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00750F color. Also use rgb(0,117,15) instead hex code.

Text Font Color

.myTextColor { color: #00750F; }

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

This text font color is #00750F.


Background Color

.myBgColor { background-color: #00750F; }

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

This div background color is #00750F.


Border color

.myBorderColor { border: 1px solid #00750F; }

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

This div border color is #00750F.


Opacity

.myOpacity80 { color: #00750F; opacity: 0.8; }

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

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

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

This text has shadow with #00750F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00750F on black background.


Color preview on white background

This text has color #00750F on white background.



Black color preview on #00750F background

This text has black color on #00750F background.


White color preview on #00750F background

This text has white color on #00750F background.