Shades of Dark Green #000707
Tints of Dark Green #000707
RGB
CMYK
RGB Variations
Color information
#000707 (or 0x000707) is known color: Dark Green. HEX triplet: 00, 07 and 07. RGB value is (0,7,7). Sum of RGB (Red+Green+Blue) = 0+7+7=14 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 14); Green value is 7 (3.12% from 255 or 50% from 14); Blue value is 7 (3.12% from 255 or 50% from 14); Max value from RGB is 7 - color contains mainly: green, blue. Hex color #000707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000707 is #FFF8F8. Grayscale: #040404. Windows color (decimal): -16775417 or 460544. OLE color: 460544.
HSL color Cylindrical-coordinate representation of color #000707: hue angle of 180º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000707 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
RGB | 0 | 7 | 7 | - |
CMYK | 1 | 0 | 0 | 0.97 |
HSL | 180º | 1% | 0.01% | - |
HSV(B) | 180º | 1% | 0.03% | - |
XYZ | 0.11 | 0.17 | 0.23 | - |
YUV | 4.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 7 | 7 | 1 | 0 | 0 | 0.97 | 180 | 1 | 0.01 |
Hex | 0 | 7 | 7 | 64 | 0 | 0 | 61 | B4 | 64 | 1 |
Octal | 0 | 7 | 7 | 144 | 0 | 0 | 141 | 264 | 144 | 1 |
Binary | 0 | 111 | 111 | 1100100 | 0 | 0 | 1100001 | 10110100 | 1100100 | 1 |
Color Harmonies of #000707
Complementary color
Monochromatic Colors of #000707
Black with #000707
Text Example
Text Example
White with #000707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000707; }
p { color: rgb(0,7,7); }
H1.HeaderClassName
{
color: #000707;
}
.AnyTagClassName
{
color: #000707;
}
</style>
background-color css
<style>
a { background-color: #000707; }
a { background-color: rgb(0,7,7); }
div.DivClassName
{
background-color: #000707;
}
.BgClassName
{
background-color: #000707;
}
</style>
border-color css
<style>
span { border-color: #000707; }
span { border-color: rgb(0,7,7); }
td.TdClassName
{
border-color: #000707;
}
.TagClassName
{
border-color: #000707;
}
</style>