#06120D

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

Shades of Dark Green #06120D

Tints of Dark Green #06120D

Color information

#06120D (or 0x06120D) is unknown color: approx Dark Green. HEX triplet: 06, 12 and 0D. RGB value is (6,18,13). Sum of RGB (Red+Green+Blue) = 6+18+13=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #06120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06120D is #F9EDF2. Grayscale: #0D0D0D. Windows color (decimal): -16379379 or 856582. OLE color: 856582.

HSL color Cylindrical-coordinate representation of color #06120D: hue angle of 155º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #06120D is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB61813-
CMYK0.6700.280.93
HSL155º50%4.71%-
HSV(B)155º66.67%7.06%-
XYZ0.360.50.46-
YUV13.84127.52122.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 16.22%
GREEN value IS 18 (7.42% from 255) = 48.65%
BLUE value IS 13 (5.47% from 255) = 35.14%
R=16.22%
G=48.65%
B=35.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal618130.6700.280.93155504.71
Hex612D4301C5D9b325
Octal62215103034135233625
Binary1101001011011000011011100101110110011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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