COLOR #6C8A15

HEX: #6C8A15
RGB: (108,138,21)

Renk bilgisi

#6C8A15 contains mainly red and green colors. #6C8A15 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#6C8A15 color RGB value is (108,138,21).

  • kırmız ton 108;
  • yeşil ton 138;
  • mavi ton 21.
RGB:
(108,138,21)
(42%,54%,8%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 138 of 255 = 54%
B 21 of 255 = 8%

108
138
21

R + G + B ~ 35%. #6C8A15 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 138 + 21 = 267 (100%)
R 108 of 267 ~ 40.45%
G 138 of 267 ~ 51.69%
B 21 of 267 ~ 7.87%

%40.45
%51.69

CMYK RENK MODELİ

#6C8A15 rengi CMYK tonu (22,0,85,46).

  • camgöbeği tonu 21.74%
  • eflatun tonu 0.00%
  • sarı tonu 84.78%
  • ana renk tonu 45.88%
CMYK:
(22,0,85,46)
C22M0Y85K46 
(22%,0%,85%,46%)
(0.22/0.00/0.85/0.46)	

CMYK yüzdeleri

%21.74
%0
%84.78
%45.88

Codes

Color #6C8A15 in popluar color models

6C8A15
RGB10813821
HSL75°73.58%31.18%
HSB/HSV75°84.78%54.12%
CMYK21.74%0.00%84.78%
45.88%

Color #6C8A15 in popluar number systems.

HEX6C8A15
Decimal10813821
Binary11011001000101010101
Octal15421225

Shades and tints

Shades of #6C8A15

#6C8A15
(108,138,21)
#637E14
(99,126,20)
#5A7213
(90,114,19)
#516612
(81,102,18)
#485A11
(72,90,17)
#3F4E10
(63,78,16)
#36420F
(54,66,15)
#2D360E
(45,54,14)
#242A0D
(36,42,13)
#1B1E0C
(27,30,12)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #6C8A15

#6C8A15
(108,138,21)
#79942A
(121,148,42)
#869E3F
(134,158,63)
#93A854
(147,168,84)
#A0B269
(160,178,105)
#ADBC7E
(173,188,126)
#BAC693
(186,198,147)
#C7D0A8
(199,208,168)
#D4DABD
(212,218,189)
#E1E4D2
(225,228,210)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8A15 color. Also use rgb(108,138,21) instead hex code.

Text Font Color

.myTextColor { color: #6C8A15; }

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

This text font color is #6C8A15.


Background Color

.myBgColor { background-color: #6C8A15; }

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

This div background color is #6C8A15.


Border color

.myBorderColor { border: 1px solid #6C8A15; }

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

This div border color is #6C8A15.


Opacity

.myOpacity80 { color: #6C8A15; opacity: 0.8; }

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

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

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

This text has shadow with #6C8A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8A15 on black background.


Color preview on white background

This text has color #6C8A15 on white background.



Black color preview on #6C8A15 background

This text has black color on #6C8A15 background.


White color preview on #6C8A15 background

This text has white color on #6C8A15 background.