COLOR #7AC675

HEX: #7AC675
RGB: (122,198,117)

Color info

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

RGB color model

#7AC675 color RGB value is (122,198,117).

  • red value is 122;
  • green value is 198;
  • blue value is 117.
RGB:
(122,198,117)
(48%,78%,46%)

RGB channels and saturation

R 122 of 255 = 48%
G 198 of 255 = 78%
B 117 of 255 = 46%

122
198
117

R + G + B ~ 57%. #7AC675 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 198 + 117 = 437 (100%)
R 122 of 437 ~ 27.92%
G 198 of 437 ~ 45.31%
B 117 of 437 ~ 26.77%

%27.92
%45.31
%26.77

CMYK color model

#7AC675 color CMYK value is (38,0,41,22).

  • cyan value is 38.38%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 22.35%
CMYK:
(38,0,41,22)
C38M0Y41K22 
(38%,0%,41%,22%)
(0.38/0.00/0.41/0.22)	

CMYK percentages

%38.38
%0
%40.91
%22.35

Codes

Color #7AC675 in popluar color models

7AC675
RGB122198117
HSL116°41.54%61.76%
HSB/HSV116°40.91%77.65%
CMYK38.38%0.00%40.91%
22.35%

Color #7AC675 in popluar number systems.

HEX7AC675
Decimal122198117
Binary1111010110001101110101
Octal172306165

Shades and tints

Shades of #7AC675

#7AC675
(122,198,117)
#6FB46B
(111,180,107)
#64A261
(100,162,97)
#599057
(89,144,87)
#4E7E4D
(78,126,77)
#436C43
(67,108,67)
#385A39
(56,90,57)
#2D482F
(45,72,47)
#223625
(34,54,37)
#17241B
(23,36,27)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #7AC675

#7AC675
(122,198,117)
#86CB81
(134,203,129)
#92D08D
(146,208,141)
#9ED599
(158,213,153)
#AADAA5
(170,218,165)
#B6DFB1
(182,223,177)
#C2E4BD
(194,228,189)
#CEE9C9
(206,233,201)
#DAEED5
(218,238,213)
#E6F3E1
(230,243,225)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC675 color. Also use rgb(122,198,117) instead hex code.

Text Font Color

.myTextColor { color: #7AC675; }

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

This text font color is #7AC675.


Background Color

.myBgColor { background-color: #7AC675; }

<div style="background-color:#7AC675">Inner text</div>

This div background color is #7AC675.


Border color

.myBorderColor { border: 1px solid #7AC675; }

<div style="border:3px solid #7AC675">Div</div>

This div border color is #7AC675.


Opacity

.myOpacity80 { color: #7AC675; opacity: 0.8; }

<p style="color:#7AC675;opacity:0.8;">80%</p>

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

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

This text has shadow with #7AC675 color.

.textShadow {text-shadow: 3px 3px 1px #7AC675, 3px 3px 1px red;}

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

This text has shadow with #7AC675 primary color and red secondary color.


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

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

This text has shadow with #7AC675 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC675 on black background.


Color preview on white background

This text has color #7AC675 on white background.



Black color preview on #7AC675 background

This text has black color on #7AC675 background.


White color preview on #7AC675 background

This text has white color on #7AC675 background.