Shades of Dark Green #010705
Tints of Dark Green #010705
RGB
CMYK
RGB Variations
Color information
#010705 (or 0x010705) is known color: 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
RGB | 1 | 7 | 5 | - |
CMYK | 0.86 | 0 | 0.29 | 0.97 |
HSL | 160º | 0.75% | 0.02% | - |
HSV(B) | 160º | 0.86% | 0.03% | - |
XYZ | 0.12 | 0.17 | 0.17 | - |
YUV | 4.98 | 128.01 | 125.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 7 | 5 | 0.86 | 0 | 0.29 | 0.97 | 160 | 0.75 | 0.02 |
Hex | 1 | 7 | 5 | 56 | 0 | 1D | 61 | A0 | 4B | 2 |
Octal | 1 | 7 | 5 | 126 | 0 | 35 | 141 | 240 | 113 | 2 |
Binary | 1 | 111 | 101 | 1010110 | 0 | 11101 | 1100001 | 10100000 | 1001011 | 10 |
Color Harmonies of #010705
Complementary color
Monochromatic Colors of #010705
Black with #010705
Text Example
Text Example
White with #010705
Text Example
Text Example
HTML Codes & Css Web 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>