Shades of Dark Green #070A09
Tints of Dark Green #070A09
RGB
CMYK
RGB Variations
Color information
#070A09 (or 0x070A09) is known color: Dark Green. HEX triplet: 07, 0A and 09. RGB value is (7,10,9). Sum of RGB (Red+Green+Blue) = 7+10+9=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 9 (3.91% from 255 or 34.62% from 26); Max value from RGB is 10 - color contains mainly: green. Hex color #070A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A09 is #F8F5F6. Grayscale: #080808. Windows color (decimal): -16315895 or 592391. OLE color: 592391.
HSL color Cylindrical-coordinate representation of color #070A09: hue angle of 160º degrees, saturation: 0.18, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #070A09 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 10 | 9 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.96 |
| HSL | 160º | 0.18% | 0.03% | - |
| HSV(B) | 160º | 0.3% | 0.04% | - |
| XYZ | 0.25 | 0.28 | 0.3 | - |
| YUV | 8.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 9 | 0.30 | 0 | 0.10 | 0.96 | 160 | 0.18 | 0.03 |
| Hex | 7 | A | 9 | 1E | 0 | A | 60 | A0 | 12 | 3 |
| Octal | 7 | 12 | 11 | 36 | 0 | 12 | 140 | 240 | 22 | 3 |
| Binary | 111 | 1010 | 1001 | 11110 | 0 | 1010 | 1100000 | 10100000 | 10010 | 11 |
Color Harmonies of #070A09
Complementary color
Monochromatic Colors of #070A09
Black with #070A09
Text Example
Text Example
White with #070A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A09; }
p { color: rgb(7,10,9); }
H1.HeaderClassName
{
color: #070A09;
}
.AnyTagClassName
{
color: #070A09;
}
</style>
background-color css
<style>
a { background-color: #070A09; }
a { background-color: rgb(7,10,9); }
div.DivClassName
{
background-color: #070A09;
}
.BgClassName
{
background-color: #070A09;
}
</style>
border-color css
<style>
span { border-color: #070A09; }
span { border-color: rgb(7,10,9); }
td.TdClassName
{
border-color: #070A09;
}
.TagClassName
{
border-color: #070A09;
}
</style>