COLOR #75AB35

HEX: #75AB35
RGB: (117,171,53)

Renk bilgisi

#75AB35 contains mainly red and green colors. #75AB35 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#75AB35 color RGB value is (117,171,53).

  • kırmız ton 117;
  • yeşil ton 171;
  • mavi ton 53.
RGB:
(117,171,53)
(46%,67%,21%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 171 of 255 = 67%
B 53 of 255 = 21%

117
171
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 171 + 53 = 341 (100%)
R 117 of 341 ~ 34.31%
G 171 of 341 ~ 50.15%
B 53 of 341 ~ 15.54%

%34.31
%50.15
%15.54

CMYK RENK MODELİ

#75AB35 rengi CMYK tonu (32,0,69,33).

  • camgöbeği tonu 31.58%
  • eflatun tonu 0.00%
  • sarı tonu 69.01%
  • ana renk tonu 32.94%
CMYK:
(32,0,69,33)
C32M0Y69K33 
(32%,0%,69%,33%)
(0.32/0.00/0.69/0.33)	

CMYK yüzdeleri

%31.58
%0
%69.01
%32.94

Codes

Color #75AB35 in popluar color models

75AB35
RGB11717153
HSL87°52.68%43.92%
HSB/HSV87°69.01%67.06%
CMYK31.58%0.00%69.01%
32.94%

Color #75AB35 in popluar number systems.

HEX75AB35
Decimal11717153
Binary111010110101011110101
Octal16525365

Shades and tints

Shades of #75AB35

#75AB35
(117,171,53)
#6B9C31
(107,156,49)
#618D2D
(97,141,45)
#577E29
(87,126,41)
#4D6F25
(77,111,37)
#436021
(67,96,33)
#39511D
(57,81,29)
#2F4219
(47,66,25)
#253315
(37,51,21)
#1B2411
(27,36,17)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #75AB35

#75AB35
(117,171,53)
#81B247
(129,178,71)
#8DB959
(141,185,89)
#99C06B
(153,192,107)
#A5C77D
(165,199,125)
#B1CE8F
(177,206,143)
#BDD5A1
(189,213,161)
#C9DCB3
(201,220,179)
#D5E3C5
(213,227,197)
#E1EAD7
(225,234,215)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AB35 color. Also use rgb(117,171,53) instead hex code.

Text Font Color

.myTextColor { color: #75AB35; }

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

This text font color is #75AB35.


Background Color

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

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

This div background color is #75AB35.


Border color

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

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

This div border color is #75AB35.


Opacity

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

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

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

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

This text has shadow with #75AB35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AB35 on black background.


Color preview on white background

This text has color #75AB35 on white background.



Black color preview on #75AB35 background

This text has black color on #75AB35 background.


White color preview on #75AB35 background

This text has white color on #75AB35 background.