#071911

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

Shades of Dark Green #071911

Tints of Dark Green #071911

Color information

#071911 (or 0x071911) is unknown color: approx Dark Green. HEX triplet: 07, 19 and 11. RGB value is (7,25,17). Sum of RGB (Red+Green+Blue) = 7+25+17=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #071911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071911 is #F8E6EE. Grayscale: #121212. Windows color (decimal): -16312047 or 1120519. OLE color: 1120519.

HSL color Cylindrical-coordinate representation of color #071911: hue angle of 153.33º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #071911 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB72517-
CMYK0.7200.320.90
HSL153.33º56.25%6.27%-
HSV(B)153.33º72%9.8%-
XYZ0.540.780.65-
YUV18.71127.04119.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.29%
GREEN value IS 25 (10.16% from 255) = 51.02%
BLUE value IS 17 (7.03% from 255) = 34.69%
R=14.29%
G=51.02%
B=34.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal725170.7200.320.90153.3356.256.27
Hex71911480205A99386
Octal73121110040132231706
Binary111110011000110010000100000101101010011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071911; }

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

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

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

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

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

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

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

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