Shades of Dark Green #070D0D
Tints of Dark Green #070D0D
RGB
CMYK
RGB Variations
Color information
#070D0D (or 0x070D0D) is known color: Dark Green. HEX triplet: 07, 0D and 0D. RGB value is (7,13,13). Sum of RGB (Red+Green+Blue) = 7+13+13=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 13 - color contains mainly: green, blue. Hex color #070D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D0D is #F8F2F2. Grayscale: #0B0B0B. Windows color (decimal): -16315123 or 855303. OLE color: 855303.
HSL color Cylindrical-coordinate representation of color #070D0D: hue angle of 180º 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 #070D0D is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 13 | 13 | - |
| CMYK | 0.46 | 0 | 0 | 0.95 |
| HSL | 180º | 0.3% | 0.04% | - |
| HSV(B) | 180º | 0.46% | 0.05% | - |
| XYZ | 0.3 | 0.36 | 0.43 | - |
| YUV | 11.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 13 | 0.46 | 0 | 0 | 0.95 | 180 | 0.3 | 0.04 |
| Hex | 7 | D | D | 2E | 0 | 0 | 5F | B4 | 1E | 4 |
| Octal | 7 | 15 | 15 | 56 | 0 | 0 | 137 | 264 | 36 | 4 |
| Binary | 111 | 1101 | 1101 | 101110 | 0 | 0 | 1011111 | 10110100 | 11110 | 100 |
Color Harmonies of #070D0D
Complementary color
Monochromatic Colors of #070D0D
Black with #070D0D
Text Example
Text Example
White with #070D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D0D; }
p { color: rgb(7,13,13); }
H1.HeaderClassName
{
color: #070D0D;
}
.AnyTagClassName
{
color: #070D0D;
}
</style>
background-color css
<style>
a { background-color: #070D0D; }
a { background-color: rgb(7,13,13); }
div.DivClassName
{
background-color: #070D0D;
}
.BgClassName
{
background-color: #070D0D;
}
</style>
border-color css
<style>
span { border-color: #070D0D; }
span { border-color: rgb(7,13,13); }
td.TdClassName
{
border-color: #070D0D;
}
.TagClassName
{
border-color: #070D0D;
}
</style>