#06140D

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

Shades of Dark Green #06140D

Tints of Dark Green #06140D

Color information

#06140D (or 0x06140D) is unknown color: approx Dark Green. HEX triplet: 06, 14 and 0D. RGB value is (6,20,13). Sum of RGB (Red+Green+Blue) = 6+20+13=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 20 (8.20% from 255 or 51.28% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 20 - color contains mainly: green. Hex color #06140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06140D is #F9EBF2. Grayscale: #0F0F0F. Windows color (decimal): -16378867 or 857094. OLE color: 857094.

HSL color Cylindrical-coordinate representation of color #06140D: hue angle of 150º 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 #06140D is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB62013-
CMYK0.7000.350.92
HSL150º53.85%5.1%-
HSV(B)150º70%7.84%-
XYZ0.40.570.47-
YUV15.02126.86121.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.38%
GREEN value IS 20 (8.20% from 255) = 51.28%
BLUE value IS 13 (5.47% from 255) = 33.33%
R=15.38%
G=51.28%
B=33.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal620130.7000.350.9215053.855.1
Hex614D460235C96365
Octal62415106043134226665
Binary11010100110110001100100011101110010010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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