#061612

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

Shades of Dark Green #061612

Tints of Dark Green #061612

Color information

#061612 (or 0x061612) is unknown color: approx Dark Green. HEX triplet: 06, 16 and 12. RGB value is (6,22,18). Sum of RGB (Red+Green+Blue) = 6+22+18=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #061612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061612 is #F9E9ED. Grayscale: #101010. Windows color (decimal): -16378350 or 1185286. OLE color: 1185286.

HSL color Cylindrical-coordinate representation of color #061612: hue angle of 165º 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 #061612 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB62218-
CMYK0.7300.180.91
HSL165º57.14%5.49%-
HSV(B)165º72.73%8.63%-
XYZ0.470.660.67-
YUV16.76128.7120.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.04%
GREEN value IS 22 (8.98% from 255) = 47.83%
BLUE value IS 18 (7.42% from 255) = 39.13%
R=13.04%
G=47.83%
B=39.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal622180.7300.180.9116557.145.49
Hex61612490125Ba5395
Octal62622111022133245715
Binary11010110100101001001010010101101110100101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061612; }

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

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

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

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

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

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

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

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