COLOR #75B446

HEX: #75B446
RGB: (117,180,70)

Renk bilgisi

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

RGB renk modeli

#75B446 color RGB value is (117,180,70).

  • kırmız ton 117;
  • yeşil ton 180;
  • mavi ton 70.
RGB:
(117,180,70)
(46%,71%,27%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 180 of 255 = 71%
B 70 of 255 = 27%

117
180
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 180 + 70 = 367 (100%)
R 117 of 367 ~ 31.88%
G 180 of 367 ~ 49.05%
B 70 of 367 ~ 19.07%

%31.88
%49.05
%19.07

CMYK RENK MODELİ

#75B446 rengi CMYK tonu (35,0,61,29).

  • camgöbeği tonu 35.00%
  • eflatun tonu 0.00%
  • sarı tonu 61.11%
  • ana renk tonu 29.41%
CMYK:
(35,0,61,29)
C35M0Y61K29 
(35%,0%,61%,29%)
(0.35/0.00/0.61/0.29)	

CMYK yüzdeleri

%35
%0
%61.11
%29.41

Codes

Color #75B446 in popluar color models

75B446
RGB11718070
HSL94°44.00%49.02%
HSB/HSV94°61.11%70.59%
CMYK35.00%0.00%61.11%
29.41%

Color #75B446 in popluar number systems.

HEX75B446
Decimal11718070
Binary1110101101101001000110
Octal165264106

Shades and tints

Shades of #75B446

#75B446
(117,180,70)
#6BA440
(107,164,64)
#61943A
(97,148,58)
#578434
(87,132,52)
#4D742E
(77,116,46)
#436428
(67,100,40)
#395422
(57,84,34)
#2F441C
(47,68,28)
#253416
(37,52,22)
#1B2410
(27,36,16)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #75B446

#75B446
(117,180,70)
#81BA56
(129,186,86)
#8DC066
(141,192,102)
#99C676
(153,198,118)
#A5CC86
(165,204,134)
#B1D296
(177,210,150)
#BDD8A6
(189,216,166)
#C9DEB6
(201,222,182)
#D5E4C6
(213,228,198)
#E1EAD6
(225,234,214)
#EDF0E6
(237,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B446 color. Also use rgb(117,180,70) instead hex code.

Text Font Color

.myTextColor { color: #75B446; }

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

This text font color is #75B446.


Background Color

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

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

This div background color is #75B446.


Border color

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

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

This div border color is #75B446.


Opacity

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

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

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

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

This text has shadow with #75B446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B446 on black background.


Color preview on white background

This text has color #75B446 on white background.



Black color preview on #75B446 background

This text has black color on #75B446 background.


White color preview on #75B446 background

This text has white color on #75B446 background.