Html Css Color HEX #06100C Dark Green

📋 copy color: '#06100C'

red 6 ◦ green 16 ◦ blue 12

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

Shades of Dark Green #06100C

Tints of Dark Green #06100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 47.06%

 BLUE value IS 12 (5.08% from 255) = 35.29%

R = 17.65%
G = 47.06%
B = 35.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.94

RGB Variations

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

Color information

#06100C (or 0x06100C) is known color: Dark Green. HEX triplet: 06, 10 and 0C. RGB value is (6,16,12). Sum of RGB (Red+Green+Blue) = 6+16+12=34 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.65% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 16 - color contains mainly: green. Hex color #06100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06100C is #F9EFF3. Grayscale: #0C0C0C. Windows color (decimal): -16379892 or 790534. OLE color: 790534.

HSL color Cylindrical-coordinate representation of color #06100C: hue angle of 156º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #06100C is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB 6 16 12 -
CMYK 0.62 0 0.25 0.94
HSL 156º 0.45% 0.04% -
HSV(B) 156º 0.63% 0.06% -
XYZ 0.33 0.44 0.41 -
YUV 12.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 6 16 12 0.62 0 0.25 0.94 156 0.45 0.04
Hex 6 10 C 3E 0 19 5E 9C 2D 4
Octal 6 20 14 76 0 31 136 234 55 4
Binary 110 10000 1100 111110 0 11001 1011110 10011100 101101 100

Color Harmonies of #06100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06100C

Black with #06100C

Text Example


Text Example

White with #06100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06100C; }

 p { color: rgb(6,16,12); }

 H1.HeaderClassName
 {
   color: #06100C;
 }
 .AnyTagClassName
 {
   color: #06100C;
 }
</style>

background-color css

<style>
 a { background-color: #06100C; }

 a { background-color: rgb(6,16,12); }

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

border-color css

<style>
 span { border-color: #06100C; }

 span { border-color: rgb(6,16,12); }

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