COLOR #7ABE90

HEX: #7ABE90 RGB: (122,190,144)

Color info

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

RGB color model

#7ABE90 color RGB value is (122,190,144).

RGB: (122,190,144) (48%, 75%, 56%)

RGB channels and saturation

R 122 of 255 = 48%
G 190 of 255 = 75%
B 144 of 255 = 56%

122
190
144

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

Portions of RGB colors in percentages

R + G + B = 122 + 190 + 144 = 456 (100%)
R 122 of 456 ~ 26.75%
G 190 of 456 ~ 41.67%
B 144 of 456 ~ 31.58'%

%26.75
%41.67
%31.58

CMYK color model

#7ABE90 color CMYK value is (36,0,24,25).

  • cyan value is 35.79%
  • magenta value is 0.00%
  • yellow value is 24.21%
  • key color value is 25.49%

CMYK: (36,0,24,25)
C36M0Y24K25 (36%, 0%, 24%, 25%)
(0.36 / 0.00 / 0.24 / 0.25)

CMYK percentages

%35.79
%0
%24.21
%25.49

Codes

Color #7ABE90 in popluar color models

7A BE 90
RGB 122 190 144
HSL 139° 34.34% 61.18%
HSB/HSV 139° 35.79% 74.51%
CMYK 35.79% 0.00% 24.21%
25.49%

Color #7ABE90 in popluar number systems.

HEX 7A BE 90
Decimal 122 190 144
Binary 1111010 10111110 10010000
Octal 172 276 220

Shades and tints

Shades of #7ABE90

#7ABE90
(122,190,144)
#6FAD83
(111,173,131)
#649C76
(100,156,118)
#598B69
(89,139,105)
#4E7A5C
(78,122,92)
#43694F
(67,105,79)
#385842
(56,88,66)
#2D4735
(45,71,53)
#223628
(34,54,40)
#17251B
(23,37,27)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #7ABE90

#7ABE90
(122,190,144)
#86C39A
(134,195,154)
#92C8A4
(146,200,164)
#9ECDAE
(158,205,174)
#AAD2B8
(170,210,184)
#B6D7C2
(182,215,194)
#C2DCCC
(194,220,204)
#CEE1D6
(206,225,214)
#DAE6E0
(218,230,224)
#E6EBEA
(230,235,234)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABE90 color. Also use rgb(122,190,144) instead hex code.

Text Font Color

.myTextColor { color: #7ABE90; }

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

This text font color is #7ABE90.

Background Color

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

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

This div background color is #7ABE90.

Border color

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

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

This div border color is #7ABE90.

Opacity

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

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

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

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

This text has shadow with #7ABE90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABE90.

Preview

Color preview on black background

This text has color #7ABE90 on black background.


Color preview on white background

This text has color #7ABE90 on white background.


Black color preview on #7ABE90 background

This text has black color on #7ABE90 background.


White color preview on #7ABE90 background

This text has white color on #7ABE90 background.


Related colors

Complementary color

Complementary color for #hex is #85416F.


I love getcolorcode.com

Triadic colors

1 #907ABE and #BE907A with #7ABE90 are triadic colors.

2 #90BE7A and #BE7A90 with #7ABE90 are triadic colors.