Shades of Dark Green #000A07
Tints of Dark Green #000A07
RGB
CMYK
RGB Variations
Color information
#000A07 (or 0x000A07) is known color: Dark Green. HEX triplet: 00, 0A and 07. RGB value is (0,10,7). Sum of RGB (Red+Green+Blue) = 0+10+7=17 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 17); Green value is 10 (4.30% from 255 or 58.82% from 17); Blue value is 7 (3.12% from 255 or 41.18% from 17); Max value from RGB is 10 - color contains mainly: green. Hex color #000A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A07 is #FFF5F8. Grayscale: #060606. Windows color (decimal): -16774649 or 461312. OLE color: 461312.
HSL color Cylindrical-coordinate representation of color #000A07: hue angle of 162º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A07 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 10 | 7 | - |
| CMYK | 1 | 0 | 0.30 | 0.96 |
| HSL | 162º | 1% | 0.02% | - |
| HSV(B) | 162º | 1% | 0.04% | - |
| XYZ | 0.15 | 0.23 | 0.24 | - |
| YUV | 6.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 7 | 1 | 0 | 0.30 | 0.96 | 162 | 1 | 0.02 |
| Hex | 0 | A | 7 | 64 | 0 | 1E | 60 | A2 | 64 | 2 |
| Octal | 0 | 12 | 7 | 144 | 0 | 36 | 140 | 242 | 144 | 2 |
| Binary | 0 | 1010 | 111 | 1100100 | 0 | 11110 | 1100000 | 10100010 | 1100100 | 10 |
Color Harmonies of #000A07
Complementary color
Monochromatic Colors of #000A07
Black with #000A07
Text Example
Text Example
White with #000A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A07; }
p { color: rgb(0,10,7); }
H1.HeaderClassName
{
color: #000A07;
}
.AnyTagClassName
{
color: #000A07;
}
</style>
background-color css
<style>
a { background-color: #000A07; }
a { background-color: rgb(0,10,7); }
div.DivClassName
{
background-color: #000A07;
}
.BgClassName
{
background-color: #000A07;
}
</style>
border-color css
<style>
span { border-color: #000A07; }
span { border-color: rgb(0,10,7); }
td.TdClassName
{
border-color: #000A07;
}
.TagClassName
{
border-color: #000A07;
}
</style>