COLOR #75B281

HEX: #75B281
RGB: (117,178,129)

Color info

#75B281 contains mainly green and blue colors. Web safe color of #75B281 is #669999 (or #699).

RGB color model

#75B281 color RGB value is (117,178,129).

  • red value is 117;
  • green value is 178;
  • blue value is 129.
RGB:
(117,178,129)
(46%,70%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 178 of 255 = 70%
B 129 of 255 = 51%

117
178
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 178 + 129 = 424 (100%)
R 117 of 424 ~ 27.59%
G 178 of 424 ~ 41.98%
B 129 of 424 ~ 30.42%

%27.59
%41.98
%30.42

CMYK color model

#75B281 color CMYK value is (34,0,28,30).

  • cyan value is 34.27%
  • magenta value is 0.00%
  • yellow value is 27.53%
  • key color value is 30.20%
CMYK:
(34,0,28,30)
C34M0Y28K30 
(34%,0%,28%,30%)
(0.34/0.00/0.28/0.30)	

CMYK percentages

%34.27
%0
%27.53
%30.2

Codes

Color #75B281 in popluar color models

75B281
RGB117178129
HSL132°28.37%57.84%
HSB/HSV132°34.27%69.80%
CMYK34.27%0.00%27.53%
30.20%

Color #75B281 in popluar number systems.

HEX75B281
Decimal117178129
Binary11101011011001010000001
Octal165262201

Shades and tints

Shades of #75B281

#75B281
(117,178,129)
#6BA276
(107,162,118)
#61926B
(97,146,107)
#578260
(87,130,96)
#4D7255
(77,114,85)
#43624A
(67,98,74)
#39523F
(57,82,63)
#2F4234
(47,66,52)
#253229
(37,50,41)
#1B221E
(27,34,30)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #75B281

#75B281
(117,178,129)
#81B98C
(129,185,140)
#8DC097
(141,192,151)
#99C7A2
(153,199,162)
#A5CEAD
(165,206,173)
#B1D5B8
(177,213,184)
#BDDCC3
(189,220,195)
#C9E3CE
(201,227,206)
#D5EAD9
(213,234,217)
#E1F1E4
(225,241,228)
#EDF8EF
(237,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B281 color. Also use rgb(117,178,129) instead hex code.

Text Font Color

.myTextColor { color: #75B281; }

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

This text font color is #75B281.


Background Color

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

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

This div background color is #75B281.


Border color

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

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

This div border color is #75B281.


Opacity

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

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

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

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

This text has shadow with #75B281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B281 on black background.


Color preview on white background

This text has color #75B281 on white background.



Black color preview on #75B281 background

This text has black color on #75B281 background.


White color preview on #75B281 background

This text has white color on #75B281 background.