#010806

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

Shades of Dark Green #010806

Tints of Dark Green #010806

Color information

#010806 (or 0x010806) is unknown color: approx Dark Green. HEX triplet: 01, 08 and 06. RGB value is (1,8,6). Sum of RGB (Red+Green+Blue) = 1+8+6=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 8 (3.52% from 255 or 53.33% from 15); Blue value is 6 (2.73% from 255 or 40% from 15); Max value from RGB is 8 - color contains mainly: green. Hex color #010806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010806 is #FEF7F9. Grayscale: #050505. Windows color (decimal): -16709626 or 395265. OLE color: 395265.

HSL color Cylindrical-coordinate representation of color #010806: hue angle of 162.86º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #010806 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.97.

Color convert

RGB186-
CMYK0.8800.250.97
HSL162.86º77.78%1.76%-
HSV(B)162.86º87.5%3.14%-
XYZ0.130.190.2-
YUV5.68128.18124.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 6.67%
GREEN value IS 8 (3.52% from 255) = 53.33%
BLUE value IS 6 (2.73% from 255) = 40%
R=6.67%
G=53.33%
B=40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1860.8800.250.97162.8677.781.76
Hex1865801961a34e2
Octal11061300311412431162
Binary110001101011000011001110000110100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010806; }

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

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

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

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

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

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

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

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