COLOR #075500

HEX: #075500 RGB: (7,85,0)

Color info

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

RGB color model

#075500 color RGB value is (7,85,0).

RGB: (7,85,0) (3%, 33%, 0%)

RGB channels and saturation

R 7 of 255 = 3%
G 85 of 255 = 33%
B 0 of 255 = 0%

7
85
0

R + G + B ~ 12%. #075500 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 85 + 0 = 92 (100%)
R 7 of 92 ~ 7.61%
G 85 of 92 ~ 92.39%
B 0 of 92 ~ 0'%

%92.39

CMYK color model

#075500 color CMYK value is (92,0,100,67).

  • cyan value is 91.76%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 66.67%

CMYK: (92,0,100,67)
C92M0Y100K67 (92%, 0%, 100%, 67%)
(0.92 / 0.00 / 1.00 / 0.67)

CMYK percentages

%91.76
%0
%100
%66.67

Codes

Color #075500 in popluar color models

07 55 00
RGB 7 85 0
HSL 115° 100.00% 16.67%
HSB/HSV 115° 100.00% 33.33%
CMYK 91.76% 0.00% 100.00%
66.67%

Color #075500 in popluar number systems.

HEX 07 55 00
Decimal 7 85 0
Binary 111 1010101 0
Octal 7 125 0

Shades and tints

Shades of #075500

#075500
(7,85,0)
#074E00
(7,78,0)
#074700
(7,71,0)
#074000
(7,64,0)
#073900
(7,57,0)
#073200
(7,50,0)
#072B00
(7,43,0)
#072400
(7,36,0)
#071D00
(7,29,0)
#071600
(7,22,0)
#070F00
(7,15,0)
#000000
(0,0,0)

Tints of #075500

#075500
(7,85,0)
#1D6417
(29,100,23)
#33732E
(51,115,46)
#498245
(73,130,69)
#5F915C
(95,145,92)
#75A073
(117,160,115)
#8BAF8A
(139,175,138)
#A1BEA1
(161,190,161)
#B7CDB8
(183,205,184)
#CDDCCF
(205,220,207)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075500 color. Also use rgb(7,85,0) instead hex code.

Text Font Color

.myTextColor { color: #075500; }

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

This text font color is #075500.

Background Color

.myBgColor { background-color: #075500; }

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

This div background color is #075500.

Border color

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

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

This div border color is #075500.

Opacity

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

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

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

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

This text has shadow with #075500 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #075500.

Preview

Color preview on black background

This text has color #075500 on black background.


Color preview on white background

This text has color #075500 on white background.


Black color preview on #075500 background

This text has black color on #075500 background.


White color preview on #075500 background

This text has white color on #075500 background.


Related colors

Complementary color

Complementary color for #hex is #F8AAFF.


I love getcolorcode.com

Triadic colors

1 #000755 and #550007 with #075500 are triadic colors.

2 #005507 and #550700 with #075500 are triadic colors.