COLOR #75CA7A

HEX: #75CA7A RGB: (117,202,122)

Color info

#75CA7A contains mainly green color. Web safe color of #75CA7A is #66CC66 (or #6C6).

RGB color model

#75CA7A color RGB value is (117,202,122).

RGB: (117,202,122) (46%, 79%, 48%)

RGB channels and saturation

R 117 of 255 = 46%
G 202 of 255 = 79%
B 122 of 255 = 48%

117
202
122

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

Portions of RGB colors in percentages

R + G + B = 117 + 202 + 122 = 441 (100%)
R 117 of 441 ~ 26.53%
G 202 of 441 ~ 45.8%
B 122 of 441 ~ 27.66'%

%26.53
%45.8
%27.66

CMYK color model

#75CA7A color CMYK value is (42,0,40,21).

  • cyan value is 42.08%
  • magenta value is 0.00%
  • yellow value is 39.60%
  • key color value is 20.78%

CMYK: (42,0,40,21)
C42M0Y40K21 (42%, 0%, 40%, 21%)
(0.42 / 0.00 / 0.40 / 0.21)

CMYK percentages

%42.08
%0
%39.6
%20.78

Codes

Color #75CA7A in popluar color models

75 CA 7A
RGB 117 202 122
HSL 124° 44.50% 62.55%
HSB/HSV 124° 42.08% 79.22%
CMYK 42.08% 0.00% 39.60%
20.78%

Color #75CA7A in popluar number systems.

HEX 75 CA 7A
Decimal 117 202 122
Binary 1110101 11001010 1111010
Octal 165 312 172

Shades and tints

Shades of #75CA7A

#75CA7A
(117,202,122)
#6BB86F
(107,184,111)
#61A664
(97,166,100)
#579459
(87,148,89)
#4D824E
(77,130,78)
#437043
(67,112,67)
#395E38
(57,94,56)
#2F4C2D
(47,76,45)
#253A22
(37,58,34)
#1B2817
(27,40,23)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #75CA7A

#75CA7A
(117,202,122)
#81CE86
(129,206,134)
#8DD292
(141,210,146)
#99D69E
(153,214,158)
#A5DAAA
(165,218,170)
#B1DEB6
(177,222,182)
#BDE2C2
(189,226,194)
#C9E6CE
(201,230,206)
#D5EADA
(213,234,218)
#E1EEE6
(225,238,230)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CA7A color. Also use rgb(117,202,122) instead hex code.

Text Font Color

.myTextColor { color: #75CA7A; }

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

This text font color is #75CA7A.

Background Color

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

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

This div background color is #75CA7A.

Border color

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

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

This div border color is #75CA7A.

Opacity

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

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

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

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

This text has shadow with #75CA7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75CA7A.

Preview

Color preview on black background

This text has color #75CA7A on black background.


Color preview on white background

This text has color #75CA7A on white background.


Black color preview on #75CA7A background

This text has black color on #75CA7A background.


White color preview on #75CA7A background

This text has white color on #75CA7A background.


Related colors

Complementary color

Complementary color for #hex is #8A3585.


I love getcolorcode.com

Triadic colors

1 #7A75CA and #CA7A75 with #75CA7A are triadic colors.

2 #7ACA75 and #CA757A with #75CA7A are triadic colors.