COLOR #6CB937

HEX: #6CB937
RGB: (108,185,55)

Renk bilgisi

#6CB937 contains mainly green color. #6CB937 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#6CB937 color RGB value is (108,185,55).

  • kırmız ton 108;
  • yeşil ton 185;
  • mavi ton 55.
RGB:
(108,185,55)
(42%,73%,22%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 185 of 255 = 73%
B 55 of 255 = 22%

108
185
55

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 185 + 55 = 348 (100%)
R 108 of 348 ~ 31.03%
G 185 of 348 ~ 53.16%
B 55 of 348 ~ 15.8%

%31.03
%53.16
%15.8

CMYK RENK MODELİ

#6CB937 rengi CMYK tonu (42,0,70,27).

  • camgöbeği tonu 41.62%
  • eflatun tonu 0.00%
  • sarı tonu 70.27%
  • ana renk tonu 27.45%
CMYK:
(42,0,70,27)
C42M0Y70K27 
(42%,0%,70%,27%)
(0.42/0.00/0.70/0.27)	

CMYK yüzdeleri

%41.62
%0
%70.27
%27.45

Codes

Color #6CB937 in popluar color models

6CB937
RGB10818555
HSL96°54.17%47.06%
HSB/HSV96°70.27%72.55%
CMYK41.62%0.00%70.27%
27.45%

Color #6CB937 in popluar number systems.

HEX6CB937
Decimal10818555
Binary110110010111001110111
Octal15427167

Shades and tints

Shades of #6CB937

#6CB937
(108,185,55)
#63A932
(99,169,50)
#5A992D
(90,153,45)
#518928
(81,137,40)
#487923
(72,121,35)
#3F691E
(63,105,30)
#365919
(54,89,25)
#2D4914
(45,73,20)
#24390F
(36,57,15)
#1B290A
(27,41,10)
#121905
(18,25,5)
#000000
(0,0,0)

Tints of #6CB937

#6CB937
(108,185,55)
#79BF49
(121,191,73)
#86C55B
(134,197,91)
#93CB6D
(147,203,109)
#A0D17F
(160,209,127)
#ADD791
(173,215,145)
#BADDA3
(186,221,163)
#C7E3B5
(199,227,181)
#D4E9C7
(212,233,199)
#E1EFD9
(225,239,217)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB937 color. Also use rgb(108,185,55) instead hex code.

Text Font Color

.myTextColor { color: #6CB937; }

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

This text font color is #6CB937.


Background Color

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

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

This div background color is #6CB937.


Border color

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

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

This div border color is #6CB937.


Opacity

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

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

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

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

This text has shadow with #6CB937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB937 on black background.


Color preview on white background

This text has color #6CB937 on white background.



Black color preview on #6CB937 background

This text has black color on #6CB937 background.


White color preview on #6CB937 background

This text has white color on #6CB937 background.