#071712

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

Shades of Dark Green #071712

Tints of Dark Green #071712

Color information

#071712 (or 0x071712) is unknown color: approx Dark Green. HEX triplet: 07, 17 and 12. RGB value is (7,23,18). Sum of RGB (Red+Green+Blue) = 7+23+18=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #071712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071712 is #F8E8ED. Grayscale: #111111. Windows color (decimal): -16312558 or 1185543. OLE color: 1185543.

HSL color Cylindrical-coordinate representation of color #071712: hue angle of 161.25º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #071712 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB72318-
CMYK0.7000.220.91
HSL161.25º53.33%5.88%-
HSV(B)161.25º69.57%9.02%-
XYZ0.50.70.68-
YUV17.65128.2120.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.58%
GREEN value IS 23 (9.38% from 255) = 47.92%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=14.58%
G=47.92%
B=37.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal723180.7000.220.91161.2553.335.88
Hex71712460165Ba1356
Octal72722106026133241656
Binary11110111100101000110010110101101110100001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071712; }

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

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

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

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

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

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

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

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