#06140C

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

Shades of Dark Green #06140C

Tints of Dark Green #06140C

Color information

#06140C (or 0x06140C) is unknown color: approx Dark Green. HEX triplet: 06, 14 and 0C. RGB value is (6,20,12). Sum of RGB (Red+Green+Blue) = 6+20+12=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #06140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06140C is #F9EBF3. Grayscale: #0E0E0E. Windows color (decimal): -16378868 or 791558. OLE color: 791558.

HSL color Cylindrical-coordinate representation of color #06140C: hue angle of 145.71º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #06140C is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB62012-
CMYK0.7000.400.92
HSL145.71º53.85%5.1%-
HSV(B)145.71º70%7.84%-
XYZ0.390.570.44-
YUV14.9126.36121.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.79%
GREEN value IS 20 (8.20% from 255) = 52.63%
BLUE value IS 12 (5.08% from 255) = 31.58%
R=15.79%
G=52.63%
B=31.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal620120.7000.400.92145.7153.855.1
Hex614C460285C92365
Octal62414106050134222665
Binary11010100110010001100101000101110010010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06140C; }

 p { color: rgb(6,20,12); }

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

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

 a { background-color: rgb(6,20,12); }

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

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

 span { border-color: rgb(6,20,12); }

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