#010A06

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

Shades of Dark Green #010A06

Tints of Dark Green #010A06

Color information

#010A06 (or 0x010A06) is unknown color: approx Dark Green. HEX triplet: 01, 0A and 06. RGB value is (1,10,6). Sum of RGB (Red+Green+Blue) = 1+10+6=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 10 (4.30% from 255 or 58.82% from 17); Blue value is 6 (2.73% from 255 or 35.29% from 17); Max value from RGB is 10 - color contains mainly: green. Hex color #010A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A06 is #FEF5F9. Grayscale: #060606. Windows color (decimal): -16709114 or 395777. OLE color: 395777.

HSL color Cylindrical-coordinate representation of color #010A06: hue angle of 153.33º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #010A06 is Cyan = 0.90, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.96.

Color convert

RGB1106-
CMYK0.9000.40.96
HSL153.33º81.82%2.16%-
HSV(B)153.33º90%3.92%-
XYZ0.150.240.21-
YUV6.85127.52123.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5.88%
GREEN value IS 10 (4.30% from 255) = 58.82%
BLUE value IS 6 (2.73% from 255) = 35.29%
R=5.88%
G=58.82%
B=35.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal11060.9000.40.96153.3381.822.16
Hex1A65A0286099522
Octal11261320501402311222
Binary1101011010110100101000110000010011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010A06; }

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

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

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

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

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

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

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

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