COLOR #006317

HEX: #006317
RGB: (0,99,23)

Renk bilgisi

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

RGB renk modeli

#006317 color RGB value is (0,99,23).

  • kırmız ton 0;
  • yeşil ton 99;
  • mavi ton 23.
RGB:
(0,99,23)
(0%,39%,9%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 99 of 255 = 39%
B 23 of 255 = 9%

0
99
23

R + G + B ~ 16%. #006317 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 99 + 23 = 122 (100%)
R 0 of 122 ~ 0%
G 99 of 122 ~ 81.15%
B 23 of 122 ~ 18.85%

%81.15
%18.85

CMYK RENK MODELİ

#006317 rengi CMYK tonu (100,0,77,61).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 76.77%
  • ana renk tonu 61.18%
CMYK:
(100,0,77,61)
C100M0Y77K61 
(100%,0%,77%,61%)
(1.00/0.00/0.77/0.61)	

CMYK yüzdeleri

%100
%0
%76.77
%61.18

Codes

Color #006317 in popluar color models

006317
RGB09923
HSL134°100.00%19.41%
HSB/HSV134°100.00%38.82%
CMYK100.00%0.00%76.77%
61.18%

Color #006317 in popluar number systems.

HEX006317
Decimal09923
Binary0110001110111
Octal014327

Shades and tints

Shades of #006317

#006317
(0,99,23)
#005A15
(0,90,21)
#005113
(0,81,19)
#004811
(0,72,17)
#003F0F
(0,63,15)
#00360D
(0,54,13)
#002D0B
(0,45,11)
#002409
(0,36,9)
#001B07
(0,27,7)
#001205
(0,18,5)
#000903
(0,9,3)
#000000
(0,0,0)

Tints of #006317

#006317
(0,99,23)
#17712C
(23,113,44)
#2E7F41
(46,127,65)
#458D56
(69,141,86)
#5C9B6B
(92,155,107)
#73A980
(115,169,128)
#8AB795
(138,183,149)
#A1C5AA
(161,197,170)
#B8D3BF
(184,211,191)
#CFE1D4
(207,225,212)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006317 color. Also use rgb(0,99,23) instead hex code.

Text Font Color

.myTextColor { color: #006317; }

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

This text font color is #006317.


Background Color

.myBgColor { background-color: #006317; }

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

This div background color is #006317.


Border color

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

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

This div border color is #006317.


Opacity

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

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

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

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

This text has shadow with #006317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006317 on black background.


Color preview on white background

This text has color #006317 on white background.



Black color preview on #006317 background

This text has black color on #006317 background.


White color preview on #006317 background

This text has white color on #006317 background.