COLOR #6C9B51

HEX: #6C9B51
RGB: (108,155,81)

Renk bilgisi

#6C9B51 contains mainly red and green colors. #6C9B51 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6C9B51 color RGB value is (108,155,81).

  • kırmız ton 108;
  • yeşil ton 155;
  • mavi ton 81.
RGB:
(108,155,81)
(42%,61%,32%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 155 of 255 = 61%
B 81 of 255 = 32%

108
155
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 155 + 81 = 344 (100%)
R 108 of 344 ~ 31.4%
G 155 of 344 ~ 45.06%
B 81 of 344 ~ 23.55%

%31.4
%45.06
%23.55

CMYK RENK MODELİ

#6C9B51 rengi CMYK tonu (30,0,48,39).

  • camgöbeği tonu 30.32%
  • eflatun tonu 0.00%
  • sarı tonu 47.74%
  • ana renk tonu 39.22%
CMYK:
(30,0,48,39)
C30M0Y48K39 
(30%,0%,48%,39%)
(0.30/0.00/0.48/0.39)	

CMYK yüzdeleri

%30.32
%0
%47.74
%39.22

Codes

Color #6C9B51 in popluar color models

6C9B51
RGB10815581
HSL98°31.36%46.27%
HSB/HSV98°47.74%60.78%
CMYK30.32%0.00%47.74%
39.22%

Color #6C9B51 in popluar number systems.

HEX6C9B51
Decimal10815581
Binary1101100100110111010001
Octal154233121

Shades and tints

Shades of #6C9B51

#6C9B51
(108,155,81)
#638D4A
(99,141,74)
#5A7F43
(90,127,67)
#51713C
(81,113,60)
#486335
(72,99,53)
#3F552E
(63,85,46)
#364727
(54,71,39)
#2D3920
(45,57,32)
#242B19
(36,43,25)
#1B1D12
(27,29,18)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #6C9B51

#6C9B51
(108,155,81)
#79A460
(121,164,96)
#86AD6F
(134,173,111)
#93B67E
(147,182,126)
#A0BF8D
(160,191,141)
#ADC89C
(173,200,156)
#BAD1AB
(186,209,171)
#C7DABA
(199,218,186)
#D4E3C9
(212,227,201)
#E1ECD8
(225,236,216)
#EEF5E7
(238,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9B51 color. Also use rgb(108,155,81) instead hex code.

Text Font Color

.myTextColor { color: #6C9B51; }

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

This text font color is #6C9B51.


Background Color

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

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

This div background color is #6C9B51.


Border color

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

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

This div border color is #6C9B51.


Opacity

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

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

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

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

This text has shadow with #6C9B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9B51 on black background.


Color preview on white background

This text has color #6C9B51 on white background.



Black color preview on #6C9B51 background

This text has black color on #6C9B51 background.


White color preview on #6C9B51 background

This text has white color on #6C9B51 background.