Html Css Color HEX #06160C Dark Green

📋 copy color: '#06160C'

red 6 ◦ green 22 ◦ blue 12

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

Shades of Dark Green #06160C

Tints of Dark Green #06160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 55%

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

R = 15%
G = 55%
B = 30%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.91

RGB Variations

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

Color information

#06160C (or 0x06160C) is known color: Dark Green. HEX triplet: 06, 16 and 0C. RGB value is (6,22,12). Sum of RGB (Red+Green+Blue) = 6+22+12=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 22 (8.98% from 255 or 55% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 22 - color contains mainly: green. Hex color #06160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06160C is #F9E9F3. Grayscale: #101010. Windows color (decimal): -16378356 or 792070. OLE color: 792070.

HSL color Cylindrical-coordinate representation of color #06160C: hue angle of 142.5º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #06160C is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.

Color convert

RGB 6 22 12 -
CMYK 0.73 0 0.45 0.91
HSL 142.5º 0.57% 0.05% -
HSV(B) 142.5º 0.73% 0.09% -
XYZ 0.43 0.64 0.45 -
YUV 16.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 6 22 12 0.73 0 0.45 0.91 142.5 0.57 0.05
Hex 6 16 C 49 0 2D 5B 8E 39 5
Octal 6 26 14 111 0 55 133 216 71 5
Binary 110 10110 1100 1001001 0 101101 1011011 10001110 111001 101

Color Harmonies of #06160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06160C

Black with #06160C

Text Example


Text Example

White with #06160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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