COLOR #76AB75

HEX: #76AB75
RGB: (118,171,117)

Renk bilgisi

#76AB75 contains red, green and blue colors in about the same proportion. #76AB75 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#76AB75 color RGB value is (118,171,117).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 171 of 255 = 67%
B 117 of 255 = 46%

118
171
117

R + G + B ~ 53%. #76AB75 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 171 + 117 = 406 (100%)
R 118 of 406 ~ 29.06%
G 171 of 406 ~ 42.12%
B 117 of 406 ~ 28.82%

%29.06
%42.12
%28.82

CMYK RENK MODELİ

#76AB75 rengi CMYK tonu (31,0,32,33).

  • camgöbeği tonu 30.99%
  • eflatun tonu 0.00%
  • sarı tonu 31.58%
  • ana renk tonu 32.94%
CMYK:
(31,0,32,33)
C31M0Y32K33 
(31%,0%,32%,33%)
(0.31/0.00/0.32/0.33)	

CMYK yüzdeleri

%30.99
%0
%31.58
%32.94

Codes

Color #76AB75 in popluar color models

76AB75
RGB118171117
HSL119°24.32%56.47%
HSB/HSV119°31.58%67.06%
CMYK30.99%0.00%31.58%
32.94%

Color #76AB75 in popluar number systems.

HEX76AB75
Decimal118171117
Binary1110110101010111110101
Octal166253165

Shades and tints

Shades of #76AB75

#76AB75
(118,171,117)
#6C9C6B
(108,156,107)
#628D61
(98,141,97)
#587E57
(88,126,87)
#4E6F4D
(78,111,77)
#446043
(68,96,67)
#3A5139
(58,81,57)
#30422F
(48,66,47)
#263325
(38,51,37)
#1C241B
(28,36,27)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #76AB75

#76AB75
(118,171,117)
#82B281
(130,178,129)
#8EB98D
(142,185,141)
#9AC099
(154,192,153)
#A6C7A5
(166,199,165)
#B2CEB1
(178,206,177)
#BED5BD
(190,213,189)
#CADCC9
(202,220,201)
#D6E3D5
(214,227,213)
#E2EAE1
(226,234,225)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AB75 color. Also use rgb(118,171,117) instead hex code.

Text Font Color

.myTextColor { color: #76AB75; }

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

This text font color is #76AB75.


Background Color

.myBgColor { background-color: #76AB75; }

<div style="background-color:#76AB75">Inner text</div>

This div background color is #76AB75.


Border color

.myBorderColor { border: 1px solid #76AB75; }

<div style="border:3px solid #76AB75">Div</div>

This div border color is #76AB75.


Opacity

.myOpacity80 { color: #76AB75; opacity: 0.8; }

<p style="color:#76AB75;opacity:0.8;">80%</p>

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

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

This text has shadow with #76AB75 color.

.textShadow {text-shadow: 3px 3px 1px #76AB75, 3px 3px 1px red;}

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

This text has shadow with #76AB75 primary color and red secondary color.


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

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

This text has shadow with #76AB75 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AB75 on black background.


Color preview on white background

This text has color #76AB75 on white background.



Black color preview on #76AB75 background

This text has black color on #76AB75 background.


White color preview on #76AB75 background

This text has white color on #76AB75 background.