COLOR #7ABF68

HEX: #7ABF68 RGB: (122,191,104)

Color info

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

RGB color model

#7ABF68 color RGB value is (122,191,104).

RGB: (122,191,104) (48%, 75%, 41%)

RGB channels and saturation

R 122 of 255 = 48%
G 191 of 255 = 75%
B 104 of 255 = 41%

122
191
104

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

Portions of RGB colors in percentages

R + G + B = 122 + 191 + 104 = 417 (100%)
R 122 of 417 ~ 29.26%
G 191 of 417 ~ 45.8%
B 104 of 417 ~ 24.94'%

%29.26
%45.8
%24.94

CMYK color model

#7ABF68 color CMYK value is (36,0,46,25).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 45.55%
  • key color value is 25.10%

CMYK: (36,0,46,25)
C36M0Y46K25 (36%, 0%, 46%, 25%)
(0.36 / 0.00 / 0.46 / 0.25)

CMYK percentages

%36.13
%0
%45.55
%25.1

Codes

Color #7ABF68 in popluar color models

7A BF 68
RGB 122 191 104
HSL 108° 40.47% 57.84%
HSB/HSV 108° 45.55% 74.90%
CMYK 36.13% 0.00% 45.55%
25.10%

Color #7ABF68 in popluar number systems.

HEX 7A BF 68
Decimal 122 191 104
Binary 1111010 10111111 1101000
Octal 172 277 150

Shades and tints

Shades of #7ABF68

#7ABF68
(122,191,104)
#6FAE5F
(111,174,95)
#649D56
(100,157,86)
#598C4D
(89,140,77)
#4E7B44
(78,123,68)
#436A3B
(67,106,59)
#385932
(56,89,50)
#2D4829
(45,72,41)
#223720
(34,55,32)
#172617
(23,38,23)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #7ABF68

#7ABF68
(122,191,104)
#86C475
(134,196,117)
#92C982
(146,201,130)
#9ECE8F
(158,206,143)
#AAD39C
(170,211,156)
#B6D8A9
(182,216,169)
#C2DDB6
(194,221,182)
#CEE2C3
(206,226,195)
#DAE7D0
(218,231,208)
#E6ECDD
(230,236,221)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABF68; }

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

This text font color is #7ABF68.

Background Color

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

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

This div background color is #7ABF68.

Border color

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

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

This div border color is #7ABF68.

Opacity

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

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

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

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

This text has shadow with #7ABF68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABF68.

Preview

Color preview on black background

This text has color #7ABF68 on black background.


Color preview on white background

This text has color #7ABF68 on white background.


Black color preview on #7ABF68 background

This text has black color on #7ABF68 background.


White color preview on #7ABF68 background

This text has white color on #7ABF68 background.


Related colors

Complementary color

Complementary color for #hex is #854097.


I love getcolorcode.com

Triadic colors

1 #687ABF and #BF687A with #7ABF68 are triadic colors.

2 #68BF7A and #BF7A68 with #7ABF68 are triadic colors.