COLOR #6C9D34

HEX: #6C9D34
RGB: (108,157,52)

Renk bilgisi

#6C9D34 contains mainly red and green colors. #6C9D34 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#6C9D34 color RGB value is (108,157,52).

  • kırmız ton 108;
  • yeşil ton 157;
  • mavi ton 52.
RGB:
(108,157,52)
(42%,62%,20%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 157 of 255 = 62%
B 52 of 255 = 20%

108
157
52

R + G + B ~ 41%. #6C9D34 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 157 + 52 = 317 (100%)
R 108 of 317 ~ 34.07%
G 157 of 317 ~ 49.53%
B 52 of 317 ~ 16.4%

%34.07
%49.53
%16.4

CMYK RENK MODELİ

#6C9D34 rengi CMYK tonu (31,0,67,38).

  • camgöbeği tonu 31.21%
  • eflatun tonu 0.00%
  • sarı tonu 66.88%
  • ana renk tonu 38.43%
CMYK:
(31,0,67,38)
C31M0Y67K38 
(31%,0%,67%,38%)
(0.31/0.00/0.67/0.38)	

CMYK yüzdeleri

%31.21
%0
%66.88
%38.43

Codes

Color #6C9D34 in popluar color models

6C9D34
RGB10815752
HSL88°50.24%40.98%
HSB/HSV88°66.88%61.57%
CMYK31.21%0.00%66.88%
38.43%

Color #6C9D34 in popluar number systems.

HEX6C9D34
Decimal10815752
Binary110110010011101110100
Octal15423564

Shades and tints

Shades of #6C9D34

#6C9D34
(108,157,52)
#638F30
(99,143,48)
#5A812C
(90,129,44)
#517328
(81,115,40)
#486524
(72,101,36)
#3F5720
(63,87,32)
#36491C
(54,73,28)
#2D3B18
(45,59,24)
#242D14
(36,45,20)
#1B1F10
(27,31,16)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #6C9D34

#6C9D34
(108,157,52)
#79A546
(121,165,70)
#86AD58
(134,173,88)
#93B56A
(147,181,106)
#A0BD7C
(160,189,124)
#ADC58E
(173,197,142)
#BACDA0
(186,205,160)
#C7D5B2
(199,213,178)
#D4DDC4
(212,221,196)
#E1E5D6
(225,229,214)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9D34 color. Also use rgb(108,157,52) instead hex code.

Text Font Color

.myTextColor { color: #6C9D34; }

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

This text font color is #6C9D34.


Background Color

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

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

This div background color is #6C9D34.


Border color

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

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

This div border color is #6C9D34.


Opacity

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

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

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

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

This text has shadow with #6C9D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9D34 on black background.


Color preview on white background

This text has color #6C9D34 on white background.



Black color preview on #6C9D34 background

This text has black color on #6C9D34 background.


White color preview on #6C9D34 background

This text has white color on #6C9D34 background.