COLOR #75C07D

HEX: #75C07D
RGB: (117,192,125)

Renk bilgisi

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

RGB renk modeli

#75C07D color RGB value is (117,192,125).

  • kırmız ton 117;
  • yeşil ton 192;
  • mavi ton 125.
RGB:
(117,192,125)
(46%,75%,49%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 192 of 255 = 75%
B 125 of 255 = 49%

117
192
125

R + G + B ~ 57%. #75C07D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 192 + 125 = 434 (100%)
R 117 of 434 ~ 26.96%
G 192 of 434 ~ 44.24%
B 125 of 434 ~ 28.8%

%26.96
%44.24
%28.8

CMYK RENK MODELİ

#75C07D rengi CMYK tonu (39,0,35,25).

  • camgöbeği tonu 39.06%
  • eflatun tonu 0.00%
  • sarı tonu 34.90%
  • ana renk tonu 24.71%
CMYK:
(39,0,35,25)
C39M0Y35K25 
(39%,0%,35%,25%)
(0.39/0.00/0.35/0.25)	

CMYK yüzdeleri

%39.06
%0
%34.9
%24.71

Codes

Color #75C07D in popluar color models

75C07D
RGB117192125
HSL126°37.31%60.59%
HSB/HSV126°39.06%75.29%
CMYK39.06%0.00%34.90%
24.71%

Color #75C07D in popluar number systems.

HEX75C07D
Decimal117192125
Binary1110101110000001111101
Octal165300175

Shades and tints

Shades of #75C07D

#75C07D
(117,192,125)
#6BAF72
(107,175,114)
#619E67
(97,158,103)
#578D5C
(87,141,92)
#4D7C51
(77,124,81)
#436B46
(67,107,70)
#395A3B
(57,90,59)
#2F4930
(47,73,48)
#253825
(37,56,37)
#1B271A
(27,39,26)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #75C07D

#75C07D
(117,192,125)
#81C588
(129,197,136)
#8DCA93
(141,202,147)
#99CF9E
(153,207,158)
#A5D4A9
(165,212,169)
#B1D9B4
(177,217,180)
#BDDEBF
(189,222,191)
#C9E3CA
(201,227,202)
#D5E8D5
(213,232,213)
#E1EDE0
(225,237,224)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C07D color. Also use rgb(117,192,125) instead hex code.

Text Font Color

.myTextColor { color: #75C07D; }

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

This text font color is #75C07D.


Background Color

.myBgColor { background-color: #75C07D; }

<div style="background-color:#75C07D">Inner text</div>

This div background color is #75C07D.


Border color

.myBorderColor { border: 1px solid #75C07D; }

<div style="border:3px solid #75C07D">Div</div>

This div border color is #75C07D.


Opacity

.myOpacity80 { color: #75C07D; opacity: 0.8; }

<p style="color:#75C07D;opacity:0.8;">80%</p>

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

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

This text has shadow with #75C07D color.

.textShadow {text-shadow: 3px 3px 1px #75C07D, 3px 3px 1px red;}

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

This text has shadow with #75C07D primary color and red secondary color.


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

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

This text has shadow with #75C07D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C07D on black background.


Color preview on white background

This text has color #75C07D on white background.



Black color preview on #75C07D background

This text has black color on #75C07D background.


White color preview on #75C07D background

This text has white color on #75C07D background.