#071111

Color #071111 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #071111

Tints of Dark Green #071111

Color information

#071111 (or 0x071111) is unknown color: approx Dark Green. HEX triplet: 07, 11 and 11. RGB value is (7,17,17). Sum of RGB (Red+Green+Blue) = 7+17+17=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #071111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071111 is #F8EEEE. Grayscale: #0E0E0E. Windows color (decimal): -16314095 or 1118471. OLE color: 1118471.

HSL color Cylindrical-coordinate representation of color #071111: hue angle of 180º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #071111 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB71717-
CMYK0.59000.93
HSL180º41.67%4.71%-
HSV(B)180º58.82%6.67%-
XYZ0.390.490.6-
YUV14.01129.69123-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 17 (7.03% from 255) = 41.46%
BLUE value IS 17 (7.03% from 255) = 41.46%
R=17.07%
G=41.46%
B=41.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal717170.59000.9318041.674.71
Hex711113B005Db42a5
Octal721217300135264525
Binary111100011000111101100101110110110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071111; }

 p { color: rgb(7,17,17); }

 H1.HeaderClassName
 {
   color: #071111;
 }
 .AnyTagClassName
 {
   color: #071111;
 }
</style>
background-color css

<style>
 a { background-color: #071111; }

 a { background-color: rgb(7,17,17); }

 div.DivClassName
 {
   background-color: #071111;
 }
 .BgClassName
 {
   background-color: #071111;
 }
</style>
border-color css

<style>
 span { border-color: #071111; }

 span { border-color: rgb(7,17,17); }

 td.TdClassName
 {
   border-color: #071111;
 }
 .TagClassName
 {
   border-color: #071111;
 }
</style>