COLOR #075110

HEX: #075110
RGB: (7,81,16)

Color info

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

RGB color model

#075110 color RGB value is (7,81,16).

  • red value is 7;
  • green value is 81;
  • blue value is 16.
RGB:
(7,81,16)
(3%,32%,6%)

RGB channels and saturation

R 7 of 255 = 3%
G 81 of 255 = 32%
B 16 of 255 = 6%

7
81
16

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

Portions of RGB colors in percentages

R + G + B =
7 + 81 + 16 = 104 (100%)
R 7 of 104 ~ 6.73%
G 81 of 104 ~ 77.88%
B 16 of 104 ~ 15.38%

%77.88
%15.38

CMYK color model

#075110 color CMYK value is (91,0,80,68).

  • cyan value is 91.36%
  • magenta value is 0.00%
  • yellow value is 80.25%
  • key color value is 68.24%
CMYK:
(91,0,80,68)
C91M0Y80K68 
(91%,0%,80%,68%)
(0.91/0.00/0.80/0.68)	

CMYK percentages

%91.36
%0
%80.25
%68.24

Codes

Color #075110 in popluar color models

075110
RGB78116
HSL127°84.09%17.25%
HSB/HSV127°91.36%31.76%
CMYK91.36%0.00%80.25%
68.24%

Color #075110 in popluar number systems.

HEX075110
Decimal78116
Binary111101000110000
Octal712120

Shades and tints

Shades of #075110

#075110
(7,81,16)
#074A0F
(7,74,15)
#07430E
(7,67,14)
#073C0D
(7,60,13)
#07350C
(7,53,12)
#072E0B
(7,46,11)
#07270A
(7,39,10)
#072009
(7,32,9)
#071908
(7,25,8)
#071207
(7,18,7)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #075110

#075110
(7,81,16)
#1D6025
(29,96,37)
#336F3A
(51,111,58)
#497E4F
(73,126,79)
#5F8D64
(95,141,100)
#759C79
(117,156,121)
#8BAB8E
(139,171,142)
#A1BAA3
(161,186,163)
#B7C9B8
(183,201,184)
#CDD8CD
(205,216,205)
#E3E7E2
(227,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075110 color. Also use rgb(7,81,16) instead hex code.

Text Font Color

.myTextColor { color: #075110; }

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

This text font color is #075110.


Background Color

.myBgColor { background-color: #075110; }

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

This div background color is #075110.


Border color

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

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

This div border color is #075110.


Opacity

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

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

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

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

This text has shadow with #075110 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075110 on black background.


Color preview on white background

This text has color #075110 on white background.



Black color preview on #075110 background

This text has black color on #075110 background.


White color preview on #075110 background

This text has white color on #075110 background.