COLOR #75B066

HEX: #75B066
RGB: (117,176,102)

Color info

#75B066 contains mainly red and green colors. Web safe color of #75B066 is #669966 (or #696).

RGB color model

#75B066 color RGB value is (117,176,102).

  • red value is 117;
  • green value is 176;
  • blue value is 102.
RGB:
(117,176,102)
(46%,69%,40%)

RGB channels and saturation

R 117 of 255 = 46%
G 176 of 255 = 69%
B 102 of 255 = 40%

117
176
102

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

Portions of RGB colors in percentages

R + G + B =
117 + 176 + 102 = 395 (100%)
R 117 of 395 ~ 29.62%
G 176 of 395 ~ 44.56%
B 102 of 395 ~ 25.82%

%29.62
%44.56
%25.82

CMYK color model

#75B066 color CMYK value is (34,0,42,31).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 42.05%
  • key color value is 30.98%
CMYK:
(34,0,42,31)
C34M0Y42K31 
(34%,0%,42%,31%)
(0.34/0.00/0.42/0.31)	

CMYK percentages

%33.52
%0
%42.05
%30.98

Codes

Color #75B066 in popluar color models

75B066
RGB117176102
HSL108°31.90%54.51%
HSB/HSV108°42.05%69.02%
CMYK33.52%0.00%42.05%
30.98%

Color #75B066 in popluar number systems.

HEX75B066
Decimal117176102
Binary1110101101100001100110
Octal165260146

Shades and tints

Shades of #75B066

#75B066
(117,176,102)
#6BA05D
(107,160,93)
#619054
(97,144,84)
#57804B
(87,128,75)
#4D7042
(77,112,66)
#436039
(67,96,57)
#395030
(57,80,48)
#2F4027
(47,64,39)
#25301E
(37,48,30)
#1B2015
(27,32,21)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #75B066

#75B066
(117,176,102)
#81B773
(129,183,115)
#8DBE80
(141,190,128)
#99C58D
(153,197,141)
#A5CC9A
(165,204,154)
#B1D3A7
(177,211,167)
#BDDAB4
(189,218,180)
#C9E1C1
(201,225,193)
#D5E8CE
(213,232,206)
#E1EFDB
(225,239,219)
#EDF6E8
(237,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B066 color. Also use rgb(117,176,102) instead hex code.

Text Font Color

.myTextColor { color: #75B066; }

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

This text font color is #75B066.


Background Color

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

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

This div background color is #75B066.


Border color

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

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

This div border color is #75B066.


Opacity

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

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

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

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

This text has shadow with #75B066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B066 on black background.


Color preview on white background

This text has color #75B066 on white background.



Black color preview on #75B066 background

This text has black color on #75B066 background.


White color preview on #75B066 background

This text has white color on #75B066 background.