COLOR #7AB675

HEX: #7AB675 RGB: (122,182,117)

Color info

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

RGB color model

#7AB675 color RGB value is (122,182,117).

RGB: (122,182,117) (48%, 71%, 46%)

RGB channels and saturation

R 122 of 255 = 48%
G 182 of 255 = 71%
B 117 of 255 = 46%

122
182
117

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

Portions of RGB colors in percentages

R + G + B = 122 + 182 + 117 = 421 (100%)
R 122 of 421 ~ 28.98%
G 182 of 421 ~ 43.23%
B 117 of 421 ~ 27.79'%

%28.98
%43.23
%27.79

CMYK color model

#7AB675 color CMYK value is (33,0,36,29).

  • cyan value is 32.97%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 28.63%
CMYK: (33,0,36,29) C33M0Y36K29 (33%,0%,36%,29%) (0.33/0.00/0.36/0.29) 

CMYK percentages

%32.97
%0
%35.71
%28.63

Codes

Color #7AB675 in popluar color models

7A B6 75
RGB 122 182 117
HSL 115° 30.81% 58.63%
HSB/HSV 115° 35.71% 71.37%
CMYK 32.97% 0.00% 35.71%
28.63%

Color #7AB675 in popluar number systems.

HEX 7A B6 75
Decimal 122 182 117
Binary 1111010 10110110 1110101
Octal 172 266 165

Shades and tints

Shades of #7AB675

#7AB675
(122,182,117)
#6FA66B
(111,166,107)
#649661
(100,150,97)
#598657
(89,134,87)
#4E764D
(78,118,77)
#436643
(67,102,67)
#385639
(56,86,57)
#2D462F
(45,70,47)
#223625
(34,54,37)
#17261B
(23,38,27)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #7AB675

#7AB675
(122,182,117)
#86BC81
(134,188,129)
#92C28D
(146,194,141)
#9EC899
(158,200,153)
#AACEA5
(170,206,165)
#B6D4B1
(182,212,177)
#C2DABD
(194,218,189)
#CEE0C9
(206,224,201)
#DAE6D5
(218,230,213)
#E6ECE1
(230,236,225)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB675; }

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

This text font color is #7AB675.

Background Color

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

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

This div background color is #7AB675.

Border color

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

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

This div border color is #7AB675.

Opacity

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

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

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

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

This text has shadow with #7AB675 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AB675.

Preview

Color preview on black background

This text has color #7AB675 on black background.


Color preview on white background

This text has color #7AB675 on white background.


Black color preview on #7AB675 background

This text has black color on #7AB675 background.


White color preview on #7AB675 background

This text has white color on #7AB675 background.


Related colors

Complementary color

Complementary color for #hex is #85498A.


I love getcolorcode.com

Triadic colors

1 #757AB6 and #B6757A with #7AB675 are triadic colors.

2 #75B67A and #B67A75 with #7AB675 are triadic colors.