COLOR #7DB65D

HEX: #7DB65D
RGB: (125,182,93)

Renk bilgisi

#7DB65D contains mainly red and green colors. #7DB65D ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#7DB65D color RGB value is (125,182,93).

  • kırmız ton 125;
  • yeşil ton 182;
  • mavi ton 93.
RGB:
(125,182,93)
(49%,71%,36%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 182 of 255 = 71%
B 93 of 255 = 36%

125
182
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 182 + 93 = 400 (100%)
R 125 of 400 ~ 31.25%
G 182 of 400 ~ 45.5%
B 93 of 400 ~ 23.25%

%31.25
%45.5
%23.25

CMYK RENK MODELİ

#7DB65D rengi CMYK tonu (31,0,49,29).

  • camgöbeği tonu 31.32%
  • eflatun tonu 0.00%
  • sarı tonu 48.90%
  • ana renk tonu 28.63%
CMYK:
(31,0,49,29)
C31M0Y49K29 
(31%,0%,49%,29%)
(0.31/0.00/0.49/0.29)	

CMYK yüzdeleri

%31.32
%0
%48.9
%28.63

Codes

Color #7DB65D in popluar color models

7DB65D
RGB12518293
HSL98°37.87%53.92%
HSB/HSV98°48.90%71.37%
CMYK31.32%0.00%48.90%
28.63%

Color #7DB65D in popluar number systems.

HEX7DB65D
Decimal12518293
Binary1111101101101101011101
Octal175266135

Shades and tints

Shades of #7DB65D

#7DB65D
(125,182,93)
#72A655
(114,166,85)
#67964D
(103,150,77)
#5C8645
(92,134,69)
#51763D
(81,118,61)
#466635
(70,102,53)
#3B562D
(59,86,45)
#304625
(48,70,37)
#25361D
(37,54,29)
#1A2615
(26,38,21)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #7DB65D

#7DB65D
(125,182,93)
#88BC6B
(136,188,107)
#93C279
(147,194,121)
#9EC887
(158,200,135)
#A9CE95
(169,206,149)
#B4D4A3
(180,212,163)
#BFDAB1
(191,218,177)
#CAE0BF
(202,224,191)
#D5E6CD
(213,230,205)
#E0ECDB
(224,236,219)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB65D color. Also use rgb(125,182,93) instead hex code.

Text Font Color

.myTextColor { color: #7DB65D; }

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

This text font color is #7DB65D.


Background Color

.myBgColor { background-color: #7DB65D; }

<div style="background-color:#7DB65D">Inner text</div>

This div background color is #7DB65D.


Border color

.myBorderColor { border: 1px solid #7DB65D; }

<div style="border:3px solid #7DB65D">Div</div>

This div border color is #7DB65D.


Opacity

.myOpacity80 { color: #7DB65D; opacity: 0.8; }

<p style="color:#7DB65D;opacity:0.8;">80%</p>

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

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

This text has shadow with #7DB65D color.

.textShadow {text-shadow: 3px 3px 1px #7DB65D, 3px 3px 1px red;}

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

This text has shadow with #7DB65D primary color and red secondary color.


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

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

This text has shadow with #7DB65D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB65D on black background.


Color preview on white background

This text has color #7DB65D on white background.



Black color preview on #7DB65D background

This text has black color on #7DB65D background.


White color preview on #7DB65D background

This text has white color on #7DB65D background.