Shades of Dark Green #010706
Tints of Dark Green #010706
RGB
CMYK
RGB Variations
Color information
#010706 (or 0x010706) is known color: Dark Green. HEX triplet: 01, 07 and 06. RGB value is (1,7,6). Sum of RGB (Red+Green+Blue) = 1+7+6=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 7 (3.12% from 255 or 50% from 14); Blue value is 6 (2.73% from 255 or 42.86% from 14); Max value from RGB is 7 - color contains mainly: green. Hex color #010706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010706 is #FEF8F9. Grayscale: #050505. Windows color (decimal): -16709882 or 395009. OLE color: 395009.
HSL color Cylindrical-coordinate representation of color #010706: hue angle of 170º 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 #010706 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.97.
Color convert
RGB | 1 | 7 | 6 | - |
CMYK | 0.86 | 0 | 0.14 | 0.97 |
HSL | 170º | 0.75% | 0.02% | - |
HSV(B) | 170º | 0.86% | 0.03% | - |
XYZ | 0.12 | 0.17 | 0.2 | - |
YUV | 5.09 | 128.51 | 125.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 7 | 6 | 0.86 | 0 | 0.14 | 0.97 | 170 | 0.75 | 0.02 |
Hex | 1 | 7 | 6 | 56 | 0 | E | 61 | AA | 4B | 2 |
Octal | 1 | 7 | 6 | 126 | 0 | 16 | 141 | 252 | 113 | 2 |
Binary | 1 | 111 | 110 | 1010110 | 0 | 1110 | 1100001 | 10101010 | 1001011 | 10 |
Color Harmonies of #010706
Complementary color
Monochromatic Colors of #010706
Black with #010706
Text Example
Text Example
White with #010706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010706; }
p { color: rgb(1,7,6); }
H1.HeaderClassName
{
color: #010706;
}
.AnyTagClassName
{
color: #010706;
}
</style>
background-color css
<style>
a { background-color: #010706; }
a { background-color: rgb(1,7,6); }
div.DivClassName
{
background-color: #010706;
}
.BgClassName
{
background-color: #010706;
}
</style>
border-color css
<style>
span { border-color: #010706; }
span { border-color: rgb(1,7,6); }
td.TdClassName
{
border-color: #010706;
}
.TagClassName
{
border-color: #010706;
}
</style>