#06140B

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

Shades of Dark Green #06140B

Tints of Dark Green #06140B

Color information

#06140B (or 0x06140B) is unknown color: approx Dark Green. HEX triplet: 06, 14 and 0B. RGB value is (6,20,11). Sum of RGB (Red+Green+Blue) = 6+20+11=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #06140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06140B is #F9EBF4. Grayscale: #0E0E0E. Windows color (decimal): -16378869 or 726022. OLE color: 726022.

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

Color convert

RGB62011-
CMYK0.7000.450.92
HSL141.43º53.85%5.1%-
HSV(B)141.43º70%7.84%-
XYZ0.390.560.4-
YUV14.79125.86121.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 16.22%
GREEN value IS 20 (8.20% from 255) = 54.05%
BLUE value IS 11 (4.69% from 255) = 29.73%
R=16.22%
G=54.05%
B=29.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal620110.7000.450.92141.4353.855.1
Hex614B4602D5C8d365
Octal62413106055134215665
Binary11010100101110001100101101101110010001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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