Shades of Dark Green #010707
Tints of Dark Green #010707
RGB
CMYK
RGB Variations
Color information
#010707 (or 0x010707) is known color: Dark Green. HEX triplet: 01, 07 and 07. RGB value is (1,7,7). Sum of RGB (Red+Green+Blue) = 1+7+7=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 7 (3.12% from 255 or 46.67% from 15); Blue value is 7 (3.12% from 255 or 46.67% from 15); Max value from RGB is 7 - color contains mainly: green, blue. Hex color #010707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010707 is #FEF8F8. Grayscale: #050505. Windows color (decimal): -16709881 or 460545. OLE color: 460545.
HSL color Cylindrical-coordinate representation of color #010707: hue angle of 180º 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 #010707 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 1 | 7 | 7 | - |
| CMYK | 0.86 | 0 | 0 | 0.97 |
| HSL | 180º | 0.75% | 0.02% | - |
| HSV(B) | 180º | 0.86% | 0.03% | - |
| XYZ | 0.13 | 0.17 | 0.23 | - |
| YUV | 5.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 7 | 0.86 | 0 | 0 | 0.97 | 180 | 0.75 | 0.02 |
| Hex | 1 | 7 | 7 | 56 | 0 | 0 | 61 | B4 | 4B | 2 |
| Octal | 1 | 7 | 7 | 126 | 0 | 0 | 141 | 264 | 113 | 2 |
| Binary | 1 | 111 | 111 | 1010110 | 0 | 0 | 1100001 | 10110100 | 1001011 | 10 |
Color Harmonies of #010707
Complementary color
Monochromatic Colors of #010707
Black with #010707
Text Example
Text Example
White with #010707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010707; }
p { color: rgb(1,7,7); }
H1.HeaderClassName
{
color: #010707;
}
.AnyTagClassName
{
color: #010707;
}
</style>
background-color css
<style>
a { background-color: #010707; }
a { background-color: rgb(1,7,7); }
div.DivClassName
{
background-color: #010707;
}
.BgClassName
{
background-color: #010707;
}
</style>
border-color css
<style>
span { border-color: #010707; }
span { border-color: rgb(1,7,7); }
td.TdClassName
{
border-color: #010707;
}
.TagClassName
{
border-color: #010707;
}
</style>