COLOR #7AC066

HEX: #7AC066
RGB: (122,192,102)

Color info

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

RGB color model

#7AC066 color RGB value is (122,192,102).

  • red value is 122;
  • green value is 192;
  • blue value is 102.
RGB:
(122,192,102)
(48%,75%,40%)

RGB channels and saturation

R 122 of 255 = 48%
G 192 of 255 = 75%
B 102 of 255 = 40%

122
192
102

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

Portions of RGB colors in percentages

R + G + B =
122 + 192 + 102 = 416 (100%)
R 122 of 416 ~ 29.33%
G 192 of 416 ~ 46.15%
B 102 of 416 ~ 24.52%

%29.33
%46.15
%24.52

CMYK color model

#7AC066 color CMYK value is (36,0,47,25).

  • cyan value is 36.46%
  • magenta value is 0.00%
  • yellow value is 46.88%
  • key color value is 24.71%
CMYK:
(36,0,47,25)
C36M0Y47K25 
(36%,0%,47%,25%)
(0.36/0.00/0.47/0.25)	

CMYK percentages

%36.46
%0
%46.88
%24.71

Codes

Color #7AC066 in popluar color models

7AC066
RGB122192102
HSL107°41.67%57.65%
HSB/HSV107°46.88%75.29%
CMYK36.46%0.00%46.88%
24.71%

Color #7AC066 in popluar number systems.

HEX7AC066
Decimal122192102
Binary1111010110000001100110
Octal172300146

Shades and tints

Shades of #7AC066

#7AC066
(122,192,102)
#6FAF5D
(111,175,93)
#649E54
(100,158,84)
#598D4B
(89,141,75)
#4E7C42
(78,124,66)
#436B39
(67,107,57)
#385A30
(56,90,48)
#2D4927
(45,73,39)
#22381E
(34,56,30)
#172715
(23,39,21)
#0C160C
(12,22,12)
#000000
(0,0,0)

Tints of #7AC066

#7AC066
(122,192,102)
#86C573
(134,197,115)
#92CA80
(146,202,128)
#9ECF8D
(158,207,141)
#AAD49A
(170,212,154)
#B6D9A7
(182,217,167)
#C2DEB4
(194,222,180)
#CEE3C1
(206,227,193)
#DAE8CE
(218,232,206)
#E6EDDB
(230,237,219)
#F2F2E8
(242,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC066 color. Also use rgb(122,192,102) instead hex code.

Text Font Color

.myTextColor { color: #7AC066; }

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

This text font color is #7AC066.


Background Color

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

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

This div background color is #7AC066.


Border color

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

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

This div border color is #7AC066.


Opacity

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

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

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

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

This text has shadow with #7AC066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC066 on black background.


Color preview on white background

This text has color #7AC066 on white background.



Black color preview on #7AC066 background

This text has black color on #7AC066 background.


White color preview on #7AC066 background

This text has white color on #7AC066 background.