#06120B

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

Shades of Dark Green #06120B

Tints of Dark Green #06120B

Color information

#06120B (or 0x06120B) is unknown color: approx Dark Green. HEX triplet: 06, 12 and 0B. RGB value is (6,18,11). Sum of RGB (Red+Green+Blue) = 6+18+11=35 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.14% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #06120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06120B is #F9EDF4. Grayscale: #0D0D0D. Windows color (decimal): -16379381 or 725510. OLE color: 725510.

HSL color Cylindrical-coordinate representation of color #06120B: hue angle of 145º 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 #06120B is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB61811-
CMYK0.6700.390.93
HSL145º50%4.71%-
HSV(B)145º66.67%7.06%-
XYZ0.350.50.39-
YUV13.61126.52122.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 17.14%
GREEN value IS 18 (7.42% from 255) = 51.43%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=17.14%
G=51.43%
B=31.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal618110.6700.390.93145504.71
Hex612B430275D91325
Octal62213103047135221625
Binary11010010101110000110100111101110110010001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06120B; }

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

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

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

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

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

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

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

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