Shades of Dark Green #010605
Tints of Dark Green #010605
RGB
CMYK
RGB Variations
Color information
#010605 (or 0x010605) is known color: Dark Green. HEX triplet: 01, 06 and 05. RGB value is (1,6,5). Sum of RGB (Red+Green+Blue) = 1+6+5=12 (1% of max value = 765). Red value is 1 (0.78% from 255 or 8.33% from 12); Green value is 6 (2.73% from 255 or 50% from 12); Blue value is 5 (2.34% from 255 or 41.67% from 12); Max value from RGB is 6 - color contains mainly: green. Hex color #010605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010605 is #FEF9FA. Grayscale: #040404. Windows color (decimal): -16710139 or 329217. OLE color: 329217.
HSL color Cylindrical-coordinate representation of color #010605: hue angle of 168º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #010605 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 1 | 6 | 5 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.98 |
| HSL | 168º | 0.71% | 0.01% | - |
| HSV(B) | 168º | 0.83% | 0.02% | - |
| XYZ | 0.11 | 0.15 | 0.17 | - |
| YUV | 4.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 5 | 0.83 | 0 | 0.17 | 0.98 | 168 | 0.71 | 0.01 |
| Hex | 1 | 6 | 5 | 53 | 0 | 11 | 62 | A8 | 47 | 1 |
| Octal | 1 | 6 | 5 | 123 | 0 | 21 | 142 | 250 | 107 | 1 |
| Binary | 1 | 110 | 101 | 1010011 | 0 | 10001 | 1100010 | 10101000 | 1000111 | 1 |
Color Harmonies of #010605
Complementary color
Monochromatic Colors of #010605
Black with #010605
Text Example
Text Example
White with #010605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010605; }
p { color: rgb(1,6,5); }
H1.HeaderClassName
{
color: #010605;
}
.AnyTagClassName
{
color: #010605;
}
</style>
background-color css
<style>
a { background-color: #010605; }
a { background-color: rgb(1,6,5); }
div.DivClassName
{
background-color: #010605;
}
.BgClassName
{
background-color: #010605;
}
</style>
border-color css
<style>
span { border-color: #010605; }
span { border-color: rgb(1,6,5); }
td.TdClassName
{
border-color: #010605;
}
.TagClassName
{
border-color: #010605;
}
</style>