#06120E

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

Shades of Dark Green #06120E

Tints of Dark Green #06120E

Color information

#06120E (or 0x06120E) is unknown color: approx Dark Green. HEX triplet: 06, 12 and 0E. RGB value is (6,18,14). Sum of RGB (Red+Green+Blue) = 6+18+14=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 18 - color contains mainly: green. Hex color #06120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06120E is #F9EDF1. Grayscale: #0D0D0D. Windows color (decimal): -16379378 or 922118. OLE color: 922118.

HSL color Cylindrical-coordinate representation of color #06120E: hue angle of 160º 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 #06120E is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.93.

Color convert

RGB61814-
CMYK0.6700.220.93
HSL160º50%4.71%-
HSV(B)160º66.67%7.06%-
XYZ0.370.50.49-
YUV13.96128.02122.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.79%
GREEN value IS 18 (7.42% from 255) = 47.37%
BLUE value IS 14 (5.86% from 255) = 36.84%
R=15.79%
G=47.37%
B=36.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal618140.6700.220.93160504.71
Hex612E430165Da0325
Octal62216103026135240625
Binary1101001011101000011010110101110110100000110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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