#06120A

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

Shades of Dark Green #06120A

Tints of Dark Green #06120A

Color information

#06120A (or 0x06120A) is unknown color: approx Dark Green. HEX triplet: 06, 12 and 0A. RGB value is (6,18,10). Sum of RGB (Red+Green+Blue) = 6+18+10=34 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.65% from 34); Green value is 18 (7.42% from 255 or 52.94% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 18 - color contains mainly: green. Hex color #06120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06120A is #F9EDF5. Grayscale: #0D0D0D. Windows color (decimal): -16379382 or 659974. OLE color: 659974.

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

Color convert

RGB61810-
CMYK0.6700.440.93
HSL140º50%4.71%-
HSV(B)140º66.67%7.06%-
XYZ0.350.490.36-
YUV13.5126.02122.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 17.65%
GREEN value IS 18 (7.42% from 255) = 52.94%
BLUE value IS 10 (4.30% from 255) = 29.41%
R=17.65%
G=52.94%
B=29.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal618100.6700.440.93140504.71
Hex612A4302C5D8c325
Octal62212103054135214625
Binary11010010101010000110101100101110110001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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