Html Css Color HEX #06140D Dark Green

📋 copy color: '#06140D'

red 6 ◦ green 20 ◦ blue 13

#06140D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #06140D

Tints of Dark Green #06140D

RGB

 RED value IS 6 (2.73% from 255) = 15.38%

 GREEN value IS 20 (8.2% 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 value IS 0.70

 M value IS 0

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#06140D (or 0x06140D) is known color: 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

RGB 6 20 13 -
CMYK 0.70 0 0.35 0.92
HSL 150º 0.54% 0.05% -
HSV(B) 150º 0.7% 0.08% -
XYZ 0.4 0.57 0.47 -
YUV 15.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 6 20 13 0.70 0 0.35 0.92 150 0.54 0.05
Hex 6 14 D 46 0 23 5C 96 36 5
Octal 6 24 15 106 0 43 134 226 66 5
Binary 110 10100 1101 1000110 0 100011 1011100 10010110 110110 101

Color Harmonies of #06140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06140D

Black with #06140D

Text Example


Text Example

White with #06140D

Text Example


Text Example

HTML Codes & Css Web 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>