#061D10

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

Shades of Dark Green #061D10

Tints of Dark Green #061D10

Color information

#061D10 (or 0x061D10) is unknown color: approx Dark Green. HEX triplet: 06, 1D and 10. RGB value is (6,29,16). Sum of RGB (Red+Green+Blue) = 6+29+16=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #061D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061D10 is #F9E2EF. Grayscale: #141414. Windows color (decimal): -16376560 or 1056006. OLE color: 1056006.

HSL color Cylindrical-coordinate representation of color #061D10: hue angle of 146.09º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #061D10 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.89.

Color convert

RGB62916-
CMYK0.7900.450.89
HSL146.09º65.71%6.86%-
HSV(B)146.09º79.31%11.37%-
XYZ0.610.950.64-
YUV20.64125.38117.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.76%
GREEN value IS 29 (11.72% from 255) = 56.86%
BLUE value IS 16 (6.64% from 255) = 31.37%
R=11.76%
G=56.86%
B=31.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal629160.7900.450.89146.0965.716.86
Hex61D104F02D5992427
Octal635201170551312221027
Binary1101110110000100111101011011011001100100101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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