Shades of Dark Green #070D0C
Tints of Dark Green #070D0C
RGB
CMYK
RGB Variations
Color information
#070D0C (or 0x070D0C) is known color: Dark Green. HEX triplet: 07, 0D and 0C. RGB value is (7,13,12). Sum of RGB (Red+Green+Blue) = 7+13+12=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 13 (5.47% from 255 or 40.62% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 13 - color contains mainly: green. Hex color #070D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D0C is #F8F2F3. Grayscale: #0B0B0B. Windows color (decimal): -16315124 or 789767. OLE color: 789767.
HSL color Cylindrical-coordinate representation of color #070D0C: hue angle of 170º 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 #070D0C is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 13 | 12 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.95 |
| HSL | 170º | 0.3% | 0.04% | - |
| HSV(B) | 170º | 0.46% | 0.05% | - |
| XYZ | 0.3 | 0.36 | 0.4 | - |
| YUV | 11.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 12 | 0.46 | 0 | 0.08 | 0.95 | 170 | 0.3 | 0.04 |
| Hex | 7 | D | C | 2E | 0 | 8 | 5F | AA | 1E | 4 |
| Octal | 7 | 15 | 14 | 56 | 0 | 10 | 137 | 252 | 36 | 4 |
| Binary | 111 | 1101 | 1100 | 101110 | 0 | 1000 | 1011111 | 10101010 | 11110 | 100 |
Color Harmonies of #070D0C
Complementary color
Monochromatic Colors of #070D0C
Black with #070D0C
Text Example
Text Example
White with #070D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D0C; }
p { color: rgb(7,13,12); }
H1.HeaderClassName
{
color: #070D0C;
}
.AnyTagClassName
{
color: #070D0C;
}
</style>
background-color css
<style>
a { background-color: #070D0C; }
a { background-color: rgb(7,13,12); }
div.DivClassName
{
background-color: #070D0C;
}
.BgClassName
{
background-color: #070D0C;
}
</style>
border-color css
<style>
span { border-color: #070D0C; }
span { border-color: rgb(7,13,12); }
td.TdClassName
{
border-color: #070D0C;
}
.TagClassName
{
border-color: #070D0C;
}
</style>