#010705

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

Shades of Dark Green #010705

Tints of Dark Green #010705

Color information

#010705 (or 0x010705) is unknown color: approx Dark Green. HEX triplet: 01, 07 and 05. RGB value is (1,7,5). Sum of RGB (Red+Green+Blue) = 1+7+5=13 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.69% from 13); Green value is 7 (3.12% from 255 or 53.85% from 13); Blue value is 5 (2.34% from 255 or 38.46% from 13); Max value from RGB is 7 - color contains mainly: green. Hex color #010705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010705 is #FEF8FA. Grayscale: #040404. Windows color (decimal): -16709883 or 329473. OLE color: 329473.

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

Color convert

RGB175-
CMYK0.8600.290.97
HSL160º75%1.57%-
HSV(B)160º85.71%2.75%-
XYZ0.120.170.17-
YUV4.98128.01125.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 7.69%
GREEN value IS 7 (3.12% from 255) = 53.85%
BLUE value IS 5 (2.34% from 255) = 38.46%
R=7.69%
G=53.85%
B=38.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1750.8600.290.97160751.57
Hex1755601D61a04b2
Octal1751260351412401132
Binary11111011010110011101110000110100000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010705; }

 p { color: rgb(1,7,5); }

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

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

 a { background-color: rgb(1,7,5); }

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

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

 span { border-color: rgb(1,7,5); }

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