#071912

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

Shades of Dark Green #071912

Tints of Dark Green #071912

Color information

#071912 (or 0x071912) is unknown color: approx Dark Green. HEX triplet: 07, 19 and 12. RGB value is (7,25,18). Sum of RGB (Red+Green+Blue) = 7+25+18=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #071912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071912 is #F8E6ED. Grayscale: #121212. Windows color (decimal): -16312046 or 1186055. OLE color: 1186055.

HSL color Cylindrical-coordinate representation of color #071912: hue angle of 156.67º 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 #071912 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB72518-
CMYK0.7200.280.90
HSL156.67º56.25%6.27%-
HSV(B)156.67º72%9.8%-
XYZ0.540.780.69-
YUV18.82127.54119.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14%
GREEN value IS 25 (10.16% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 36%
R=14%
G=50%
B=36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal725180.7200.280.90156.6756.256.27
Hex719124801C5A9d386
Octal73122110034132235706
Binary11111001100101001000011100101101010011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071912; }

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

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

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

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

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

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

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

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