#071611

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

Shades of Dark Green #071611

Tints of Dark Green #071611

Color information

#071611 (or 0x071611) is unknown color: approx Dark Green. HEX triplet: 07, 16 and 11. RGB value is (7,22,17). Sum of RGB (Red+Green+Blue) = 7+22+17=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #071611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071611 is #F8E9EE. Grayscale: #101010. Windows color (decimal): -16312815 or 1119751. OLE color: 1119751.

HSL color Cylindrical-coordinate representation of color #071611: hue angle of 160º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #071611 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.91.

Color convert

RGB72217-
CMYK0.6800.230.91
HSL160º51.72%5.69%-
HSV(B)160º68.18%8.63%-
XYZ0.480.660.63-
YUV16.94128.03120.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.22%
GREEN value IS 22 (8.98% from 255) = 47.83%
BLUE value IS 17 (7.03% from 255) = 36.96%
R=15.22%
G=47.83%
B=36.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal722170.6800.230.9116051.725.69
Hex71611440175Ba0346
Octal72621104027133240646
Binary11110110100011000100010111101101110100000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071611; }

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

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

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

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

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

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

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

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