#06140E

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

Shades of Dark Green #06140E

Tints of Dark Green #06140E

Color information

#06140E (or 0x06140E) is unknown color: approx Dark Green. HEX triplet: 06, 14 and 0E. RGB value is (6,20,14). Sum of RGB (Red+Green+Blue) = 6+20+14=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #06140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06140E is #F9EBF1. Grayscale: #0F0F0F. Windows color (decimal): -16378866 or 922630. OLE color: 922630.

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

Color convert

RGB62014-
CMYK0.7000.300.92
HSL154.29º53.85%5.1%-
HSV(B)154.29º70%7.84%-
XYZ0.40.570.5-
YUV15.13127.36121.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15%
GREEN value IS 20 (8.20% from 255) = 50%
BLUE value IS 14 (5.86% from 255) = 35%
R=15%
G=50%
B=35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal620140.7000.300.92154.2953.855.1
Hex614E4601E5C9a365
Octal62416106036134232665
Binary1101010011101000110011110101110010011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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