#061211

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

Shades of Dark Green #061211

Tints of Dark Green #061211

Color information

#061211 (or 0x061211) is unknown color: approx Dark Green. HEX triplet: 06, 12 and 11. RGB value is (6,18,17). Sum of RGB (Red+Green+Blue) = 6+18+17=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #061211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061211 is #F9EDEE. Grayscale: #0E0E0E. Windows color (decimal): -16379375 or 1118726. OLE color: 1118726.

HSL color Cylindrical-coordinate representation of color #061211: hue angle of 175º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #061211 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB61817-
CMYK0.6700.060.93
HSL175º50%4.71%-
HSV(B)175º66.67%7.06%-
XYZ0.390.510.61-
YUV14.3129.52122.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 14.63%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 17 (7.03% from 255) = 41.46%
R=14.63%
G=43.90%
B=41.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal618170.6700.060.93175504.71
Hex6121143065Daf325
Octal6222110306135257625
Binary110100101000110000110110101110110101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061211; }

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

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

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

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

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

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

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

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