Html Css Color HEX #06120D Dark Green

📋 copy color: '#06120D'

red 6 ◦ green 18 ◦ blue 13

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

Shades of Dark Green #06120D

Tints of Dark Green #06120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 48.65%

 BLUE value IS 13 (5.47% from 255) = 35.14%

R = 16.22%
G = 48.65%
B = 35.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#06120D (or 0x06120D) is known color: Dark Green. HEX triplet: 06, 12 and 0D. RGB value is (6,18,13). Sum of RGB (Red+Green+Blue) = 6+18+13=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #06120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06120D is #F9EDF2. Grayscale: #0D0D0D. Windows color (decimal): -16379379 or 856582. OLE color: 856582.

HSL color Cylindrical-coordinate representation of color #06120D: hue angle of 155º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #06120D is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 18 13 -
CMYK 0.67 0 0.28 0.93
HSL 155º 0.5% 0.05% -
HSV(B) 155º 0.67% 0.07% -
XYZ 0.36 0.5 0.46 -
YUV 13.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 6 18 13 0.67 0 0.28 0.93 155 0.5 0.05
Hex 6 12 D 43 0 1C 5D 9B 32 5
Octal 6 22 15 103 0 34 135 233 62 5
Binary 110 10010 1101 1000011 0 11100 1011101 10011011 110010 101

Color Harmonies of #06120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06120D

Black with #06120D

Text Example


Text Example

White with #06120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06120D;
 }
 .AnyTagClassName
 {
   color: #06120D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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