#071613

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

Shades of Dark Green #071613

Tints of Dark Green #071613

Color information

#071613 (or 0x071613) is unknown color: approx Dark Green. HEX triplet: 07, 16 and 13. RGB value is (7,22,19). Sum of RGB (Red+Green+Blue) = 7+22+19=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 22 (8.98% from 255 or 45.83% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 22 - color contains mainly: green. Hex color #071613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071613 is #F8E9EC. Grayscale: #111111. Windows color (decimal): -16312813 or 1250823. OLE color: 1250823.

HSL color Cylindrical-coordinate representation of color #071613: hue angle of 168º 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 #071613 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.91.

Color convert

RGB72219-
CMYK0.6800.140.91
HSL168º51.72%5.69%-
HSV(B)168º68.18%8.63%-
XYZ0.490.670.72-
YUV17.17129.03120.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.58%
GREEN value IS 22 (8.98% from 255) = 45.83%
BLUE value IS 19 (7.81% from 255) = 39.58%
R=14.58%
G=45.83%
B=39.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal722190.6800.140.9116851.725.69
Hex71613440E5Ba8346
Octal72623104016133250646
Binary1111011010011100010001110101101110101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071613; }

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

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

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

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

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

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

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

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