COLOR #7AB78F

HEX: #7AB78F RGB: (122,183,143)

Color info

#7AB78F contains mainly green and blue colors. Web safe color of #7AB78F is #66CC99 (or #6C9).

RGB color model

#7AB78F color RGB value is (122,183,143).

RGB: (122,183,143) (48%, 72%, 56%)

RGB channels and saturation

R 122 of 255 = 48%
G 183 of 255 = 72%
B 143 of 255 = 56%

122
183
143

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

Portions of RGB colors in percentages

R + G + B = 122 + 183 + 143 = 448 (100%)
R 122 of 448 ~ 27.23%
G 183 of 448 ~ 40.85%
B 143 of 448 ~ 31.92'%

%27.23
%40.85
%31.92

CMYK color model

#7AB78F color CMYK value is (33,0,22,28).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 21.86%
  • key color value is 28.24%

CMYK: (33,0,22,28)
C33M0Y22K28 (33%, 0%, 22%, 28%)
(0.33 / 0.00 / 0.22 / 0.28)

CMYK percentages

%33.33
%0
%21.86
%28.24

Codes

Color #7AB78F in popluar color models

7A B7 8F
RGB 122 183 143
HSL 141° 29.76% 59.80%
HSB/HSV 141° 33.33% 71.76%
CMYK 33.33% 0.00% 21.86%
28.24%

Color #7AB78F in popluar number systems.

HEX 7A B7 8F
Decimal 122 183 143
Binary 1111010 10110111 10001111
Octal 172 267 217

Shades and tints

Shades of #7AB78F

#7AB78F
(122,183,143)
#6FA782
(111,167,130)
#649775
(100,151,117)
#598768
(89,135,104)
#4E775B
(78,119,91)
#43674E
(67,103,78)
#385741
(56,87,65)
#2D4734
(45,71,52)
#223727
(34,55,39)
#17271A
(23,39,26)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #7AB78F

#7AB78F
(122,183,143)
#86BD99
(134,189,153)
#92C3A3
(146,195,163)
#9EC9AD
(158,201,173)
#AACFB7
(170,207,183)
#B6D5C1
(182,213,193)
#C2DBCB
(194,219,203)
#CEE1D5
(206,225,213)
#DAE7DF
(218,231,223)
#E6EDE9
(230,237,233)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB78F color. Also use rgb(122,183,143) instead hex code.

Text Font Color

.myTextColor { color: #7AB78F; }

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

This text font color is #7AB78F.

Background Color

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

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

This div background color is #7AB78F.

Border color

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

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

This div border color is #7AB78F.

Opacity

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

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

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

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

This text has shadow with #7AB78F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AB78F.

Preview

Color preview on black background

This text has color #7AB78F on black background.


Color preview on white background

This text has color #7AB78F on white background.


Black color preview on #7AB78F background

This text has black color on #7AB78F background.


White color preview on #7AB78F background

This text has white color on #7AB78F background.


Related colors

Complementary color

Complementary color for #hex is #854870.


I love getcolorcode.com

Triadic colors

1 #8F7AB7 and #B78F7A with #7AB78F are triadic colors.

2 #8FB77A and #B77A8F with #7AB78F are triadic colors.