COLOR #6CBE63

HEX: #6CBE63
RGB: (108,190,99)

Renk bilgisi

#6CBE63 contains mainly green color. #6CBE63 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#6CBE63 color RGB value is (108,190,99).

  • kırmız ton 108;
  • yeşil ton 190;
  • mavi ton 99.
RGB:
(108,190,99)
(42%,75%,39%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 190 of 255 = 75%
B 99 of 255 = 39%

108
190
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 190 + 99 = 397 (100%)
R 108 of 397 ~ 27.2%
G 190 of 397 ~ 47.86%
B 99 of 397 ~ 24.94%

%27.2
%47.86
%24.94

CMYK RENK MODELİ

#6CBE63 rengi CMYK tonu (43,0,48,25).

  • camgöbeği tonu 43.16%
  • eflatun tonu 0.00%
  • sarı tonu 47.89%
  • ana renk tonu 25.49%
CMYK:
(43,0,48,25)
C43M0Y48K25 
(43%,0%,48%,25%)
(0.43/0.00/0.48/0.25)	

CMYK yüzdeleri

%43.16
%0
%47.89
%25.49

Codes

Color #6CBE63 in popluar color models

6CBE63
RGB10819099
HSL114°41.18%56.67%
HSB/HSV114°47.89%74.51%
CMYK43.16%0.00%47.89%
25.49%

Color #6CBE63 in popluar number systems.

HEX6CBE63
Decimal10819099
Binary1101100101111101100011
Octal154276143

Shades and tints

Shades of #6CBE63

#6CBE63
(108,190,99)
#63AD5A
(99,173,90)
#5A9C51
(90,156,81)
#518B48
(81,139,72)
#487A3F
(72,122,63)
#3F6936
(63,105,54)
#36582D
(54,88,45)
#2D4724
(45,71,36)
#24361B
(36,54,27)
#1B2512
(27,37,18)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #6CBE63

#6CBE63
(108,190,99)
#79C371
(121,195,113)
#86C87F
(134,200,127)
#93CD8D
(147,205,141)
#A0D29B
(160,210,155)
#ADD7A9
(173,215,169)
#BADCB7
(186,220,183)
#C7E1C5
(199,225,197)
#D4E6D3
(212,230,211)
#E1EBE1
(225,235,225)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CBE63 color. Also use rgb(108,190,99) instead hex code.

Text Font Color

.myTextColor { color: #6CBE63; }

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

This text font color is #6CBE63.


Background Color

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

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

This div background color is #6CBE63.


Border color

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

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

This div border color is #6CBE63.


Opacity

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

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

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

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

This text has shadow with #6CBE63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CBE63 on black background.


Color preview on white background

This text has color #6CBE63 on white background.



Black color preview on #6CBE63 background

This text has black color on #6CBE63 background.


White color preview on #6CBE63 background

This text has white color on #6CBE63 background.