#06160D

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

Shades of Dark Green #06160D

Tints of Dark Green #06160D

Color information

#06160D (or 0x06160D) is unknown color: approx Dark Green. HEX triplet: 06, 16 and 0D. RGB value is (6,22,13). Sum of RGB (Red+Green+Blue) = 6+22+13=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #06160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06160D is #F9E9F2. Grayscale: #101010. Windows color (decimal): -16378355 or 857606. OLE color: 857606.

HSL color Cylindrical-coordinate representation of color #06160D: hue angle of 146.25º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #06160D is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.

Color convert

RGB62213-
CMYK0.7300.410.91
HSL146.25º57.14%5.49%-
HSV(B)146.25º72.73%8.63%-
XYZ0.430.640.48-
YUV16.19126.2120.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 14.63%
GREEN value IS 22 (8.98% from 255) = 53.66%
BLUE value IS 13 (5.47% from 255) = 31.71%
R=14.63%
G=53.66%
B=31.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal622130.7300.410.91146.2557.145.49
Hex616D490295B92395
Octal62615111051133222715
Binary11010110110110010010101001101101110010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06160D; }

 p { color: rgb(6,22,13); }

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

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

 a { background-color: rgb(6,22,13); }

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

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

 span { border-color: rgb(6,22,13); }

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