COLOR #076601

HEX: #076601
RGB: (7,102,1)

Color info

#076601 contains mainly green color. Web safe color of #076601 is #006600 (or #060).

RGB color model

#076601 color RGB value is (7,102,1).

  • red value is 7;
  • green value is 102;
  • blue value is 1.
RGB:
(7,102,1)
(3%,40%,0%)

RGB channels and saturation

R 7 of 255 = 3%
G 102 of 255 = 40%
B 1 of 255 = 0%

7
102
1

R + G + B ~ 14%. #076601 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 102 + 1 = 110 (100%)
R 7 of 110 ~ 6.36%
G 102 of 110 ~ 92.73%
B 1 of 110 ~ 0.91%

%92.73

CMYK color model

#076601 color CMYK value is (93,0,99,60).

  • cyan value is 93.14%
  • magenta value is 0.00%
  • yellow value is 99.02%
  • key color value is 60.00%
CMYK:
(93,0,99,60)
C93M0Y99K60 
(93%,0%,99%,60%)
(0.93/0.00/0.99/0.60)	

CMYK percentages

%93.14
%0
%99.02
%60

Codes

Color #076601 in popluar color models

076601
RGB71021
HSL116°98.06%20.20%
HSB/HSV116°99.02%40.00%
CMYK93.14%0.00%99.02%
60.00%

Color #076601 in popluar number systems.

HEX076601
Decimal71021
Binary11111001101
Octal71461

Shades and tints

Shades of #076601

#076601
(7,102,1)
#075D01
(7,93,1)
#075401
(7,84,1)
#074B01
(7,75,1)
#074201
(7,66,1)
#073901
(7,57,1)
#073001
(7,48,1)
#072701
(7,39,1)
#071E01
(7,30,1)
#071501
(7,21,1)
#070C01
(7,12,1)
#000000
(0,0,0)

Tints of #076601

#076601
(7,102,1)
#1D7318
(29,115,24)
#33802F
(51,128,47)
#498D46
(73,141,70)
#5F9A5D
(95,154,93)
#75A774
(117,167,116)
#8BB48B
(139,180,139)
#A1C1A2
(161,193,162)
#B7CEB9
(183,206,185)
#CDDBD0
(205,219,208)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #076601; }

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

This text font color is #076601.


Background Color

.myBgColor { background-color: #076601; }

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

This div background color is #076601.


Border color

.myBorderColor { border: 1px solid #076601; }

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

This div border color is #076601.


Opacity

.myOpacity80 { color: #076601; opacity: 0.8; }

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

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

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

This text has shadow with #076601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076601 on black background.


Color preview on white background

This text has color #076601 on white background.



Black color preview on #076601 background

This text has black color on #076601 background.


White color preview on #076601 background

This text has white color on #076601 background.