COLOR #7AB868

HEX: #7AB868 RGB: (122,184,104)

Color info

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

RGB color model

#7AB868 color RGB value is (122,184,104).

RGB: (122,184,104) (48%, 72%, 41%)

RGB channels and saturation

R 122 of 255 = 48%
G 184 of 255 = 72%
B 104 of 255 = 41%

122
184
104

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

Portions of RGB colors in percentages

R + G + B = 122 + 184 + 104 = 410 (100%)
R 122 of 410 ~ 29.76%
G 184 of 410 ~ 44.88%
B 104 of 410 ~ 25.37'%

%29.76
%44.88
%25.37

CMYK color model

#7AB868 color CMYK value is (34,0,43,28).

  • cyan value is 33.70%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 27.84%

CMYK: (34,0,43,28)
C34M0Y43K28 (34%, 0%, 43%, 28%)
(0.34 / 0.00 / 0.43 / 0.28)

CMYK percentages

%33.7
%0
%43.48
%27.84

Codes

Color #7AB868 in popluar color models

7A B8 68
RGB 122 184 104
HSL 107° 36.04% 56.47%
HSB/HSV 107° 43.48% 72.16%
CMYK 33.70% 0.00% 43.48%
27.84%

Color #7AB868 in popluar number systems.

HEX 7A B8 68
Decimal 122 184 104
Binary 1111010 10111000 1101000
Octal 172 270 150

Shades and tints

Shades of #7AB868

#7AB868
(122,184,104)
#6FA85F
(111,168,95)
#649856
(100,152,86)
#59884D
(89,136,77)
#4E7844
(78,120,68)
#43683B
(67,104,59)
#385832
(56,88,50)
#2D4829
(45,72,41)
#223820
(34,56,32)
#172817
(23,40,23)
#0C180E
(12,24,14)
#000000
(0,0,0)

Tints of #7AB868

#7AB868
(122,184,104)
#86BE75
(134,190,117)
#92C482
(146,196,130)
#9ECA8F
(158,202,143)
#AAD09C
(170,208,156)
#B6D6A9
(182,214,169)
#C2DCB6
(194,220,182)
#CEE2C3
(206,226,195)
#DAE8D0
(218,232,208)
#E6EEDD
(230,238,221)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB868 color. Also use rgb(122,184,104) instead hex code.

Text Font Color

.myTextColor { color: #7AB868; }

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

This text font color is #7AB868.

Background Color

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

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

This div background color is #7AB868.

Border color

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

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

This div border color is #7AB868.

Opacity

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

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

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

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

This text has shadow with #7AB868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AB868.

Preview

Color preview on black background

This text has color #7AB868 on black background.


Color preview on white background

This text has color #7AB868 on white background.


Black color preview on #7AB868 background

This text has black color on #7AB868 background.


White color preview on #7AB868 background

This text has white color on #7AB868 background.


Related colors

Complementary color

Complementary color for #hex is #854797.


I love getcolorcode.com

Triadic colors

1 #687AB8 and #B8687A with #7AB868 are triadic colors.

2 #68B87A and #B87A68 with #7AB868 are triadic colors.