Shades of Dark Green #070D0A
Tints of Dark Green #070D0A
RGB
CMYK
RGB Variations
Color information
#070D0A (or 0x070D0A) is known color: Dark Green. HEX triplet: 07, 0D and 0A. RGB value is (7,13,10). Sum of RGB (Red+Green+Blue) = 7+13+10=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 13 (5.47% from 255 or 43.33% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 13 - color contains mainly: green. Hex color #070D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D0A is #F8F2F5. Grayscale: #0A0A0A. Windows color (decimal): -16315126 or 658695. OLE color: 658695.
HSL color Cylindrical-coordinate representation of color #070D0A: hue angle of 150º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #070D0A is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 13 | 10 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.95 |
| HSL | 150º | 0.3% | 0.04% | - |
| HSV(B) | 150º | 0.46% | 0.05% | - |
| XYZ | 0.29 | 0.35 | 0.34 | - |
| YUV | 10.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 10 | 0.46 | 0 | 0.23 | 0.95 | 150 | 0.3 | 0.04 |
| Hex | 7 | D | A | 2E | 0 | 17 | 5F | 96 | 1E | 4 |
| Octal | 7 | 15 | 12 | 56 | 0 | 27 | 137 | 226 | 36 | 4 |
| Binary | 111 | 1101 | 1010 | 101110 | 0 | 10111 | 1011111 | 10010110 | 11110 | 100 |
Color Harmonies of #070D0A
Complementary color
Monochromatic Colors of #070D0A
Black with #070D0A
Text Example
Text Example
White with #070D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D0A; }
p { color: rgb(7,13,10); }
H1.HeaderClassName
{
color: #070D0A;
}
.AnyTagClassName
{
color: #070D0A;
}
</style>
background-color css
<style>
a { background-color: #070D0A; }
a { background-color: rgb(7,13,10); }
div.DivClassName
{
background-color: #070D0A;
}
.BgClassName
{
background-color: #070D0A;
}
</style>
border-color css
<style>
span { border-color: #070D0A; }
span { border-color: rgb(7,13,10); }
td.TdClassName
{
border-color: #070D0A;
}
.TagClassName
{
border-color: #070D0A;
}
</style>