COLOR #07AA06

HEX: #07AA06 RGB: (7,170,6)

Color info

#07AA06 contains mainly green color. Web safe color of #07AA06 is #009900 (or #090).

RGB color model

#07AA06 color RGB value is (7,170,6).

RGB: (7,170,6) (3%, 67%, 2%)

RGB channels and saturation

R 7 of 255 = 3%
G 170 of 255 = 67%
B 6 of 255 = 2%

7
170
6

R + G + B ~ 24%. #07AA06 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 170 + 6 = 183 (100%)
R 7 of 183 ~ 3.83%
G 170 of 183 ~ 92.9%
B 6 of 183 ~ 3.28'%

%92.9

CMYK color model

#07AA06 color CMYK value is (96,0,96,33).

  • cyan value is 95.88%
  • magenta value is 0.00%
  • yellow value is 96.47%
  • key color value is 33.33%

CMYK: (96,0,96,33)
C96M0Y96K33 (96%, 0%, 96%, 33%)
(0.96 / 0.00 / 0.96 / 0.33)

CMYK percentages

%95.88
%0
%96.47
%33.33

Codes

Color #07AA06 in popluar color models

07 AA 06
RGB 7 170 6
HSL 120° 93.18% 34.51%
HSB/HSV 120° 96.47% 66.67%
CMYK 95.88% 0.00% 96.47%
33.33%

Color #07AA06 in popluar number systems.

HEX 07 AA 06
Decimal 7 170 6
Binary 111 10101010 110
Octal 7 252 6

Shades and tints

Shades of #07AA06

#07AA06
(7,170,6)
#079B06
(7,155,6)
#078C06
(7,140,6)
#077D06
(7,125,6)
#076E06
(7,110,6)
#075F06
(7,95,6)
#075006
(7,80,6)
#074106
(7,65,6)
#073206
(7,50,6)
#072306
(7,35,6)
#071406
(7,20,6)
#000000
(0,0,0)

Tints of #07AA06

#07AA06
(7,170,6)
#1DB11C
(29,177,28)
#33B832
(51,184,50)
#49BF48
(73,191,72)
#5FC65E
(95,198,94)
#75CD74
(117,205,116)
#8BD48A
(139,212,138)
#A1DBA0
(161,219,160)
#B7E2B6
(183,226,182)
#CDE9CC
(205,233,204)
#E3F0E2
(227,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07AA06 color. Also use rgb(7,170,6) instead hex code.

Text Font Color

.myTextColor { color: #07AA06; }

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

This text font color is #07AA06.

Background Color

.myBgColor { background-color: #07AA06; }

<div style="background-color:#07AA06">Inner text</div>

This div background color is #07AA06.

Border color

.myBorderColor { border: 1px solid #07AA06; }

<div style="border:3px solid #07AA06">Div</div>

This div border color is #07AA06.

Opacity

.myOpacity80 { color: #07AA06; opacity: 0.8; }

<p style="color:#07AA06;opacity:0.8;">80%</p>

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

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

This text has shadow with #07AA06 color.


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

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

This text has shadow with #07AA06 primary color and red secondary color.


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

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

This text has shadow with #07AA06 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #07AA06.

Preview

Color preview on black background

This text has color #07AA06 on black background.


Color preview on white background

This text has color #07AA06 on white background.


Black color preview on #07AA06 background

This text has black color on #07AA06 background.


White color preview on #07AA06 background

This text has white color on #07AA06 background.


Related colors

Complementary color

Complementary color for #hex is #F855F9.


I love getcolorcode.com

Triadic colors

1 #0607AA and #AA0607 with #07AA06 are triadic colors.

2 #06AA07 and #AA0706 with #07AA06 are triadic colors.