#061A0C

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

Shades of Dark Green #061A0C

Tints of Dark Green #061A0C

Color information

#061A0C (or 0x061A0C) is unknown color: approx Dark Green. HEX triplet: 06, 1A and 0C. RGB value is (6,26,12). Sum of RGB (Red+Green+Blue) = 6+26+12=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 26 (10.55% from 255 or 59.09% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 26 - color contains mainly: green. Hex color #061A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A0C is #F9E5F3. Grayscale: #121212. Windows color (decimal): -16377332 or 793094. OLE color: 793094.

HSL color Cylindrical-coordinate representation of color #061A0C: hue angle of 138º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #061A0C is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.90.

Color convert

RGB62612-
CMYK0.7700.540.90
HSL138º62.5%6.27%-
HSV(B)138º76.92%10.2%-
XYZ0.510.80.48-
YUV18.42124.37119.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.64%
GREEN value IS 26 (10.55% from 255) = 59.09%
BLUE value IS 12 (5.08% from 255) = 27.27%
R=13.64%
G=59.09%
B=27.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal626120.7700.540.9013862.56.27
Hex61AC4D0365A8a3e6
Octal63214115066132212766
Binary11011010110010011010110110101101010001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061A0C; }

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

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

<style>
 a { background-color: #061A0C; }

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

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

<style>
 span { border-color: #061A0C; }

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

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