#06140F

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

Shades of Dark Green #06140F

Tints of Dark Green #06140F

Color information

#06140F (or 0x06140F) is unknown color: approx Dark Green. HEX triplet: 06, 14 and 0F. RGB value is (6,20,15). Sum of RGB (Red+Green+Blue) = 6+20+15=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #06140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06140F is #F9EBF0. Grayscale: #0F0F0F. Windows color (decimal): -16378865 or 988166. OLE color: 988166.

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

Color convert

RGB62015-
CMYK0.7000.250.92
HSL158.57º53.85%5.1%-
HSV(B)158.57º70%7.84%-
XYZ0.410.570.54-
YUV15.24127.86121.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 14.63%
GREEN value IS 20 (8.20% from 255) = 48.78%
BLUE value IS 15 (6.25% from 255) = 36.59%
R=14.63%
G=48.78%
B=36.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal620150.7000.250.92158.5753.855.1
Hex614F460195C9f365
Octal62417106031134237665
Binary1101010011111000110011001101110010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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