Shades of Dark Green #070E0A
Tints of Dark Green #070E0A
RGB
CMYK
RGB Variations
Color information
#070E0A (or 0x070E0A) is known color: Dark Green. HEX triplet: 07, 0E and 0A. RGB value is (7,14,10). Sum of RGB (Red+Green+Blue) = 7+14+10=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 14 (5.86% from 255 or 45.16% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 14 - color contains mainly: green. Hex color #070E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E0A is #F8F1F5. Grayscale: #0B0B0B. Windows color (decimal): -16314870 or 658951. OLE color: 658951.
HSL color Cylindrical-coordinate representation of color #070E0A: hue angle of 145.71º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #070E0A is Cyan = 0.5, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 14 | 10 | - |
| CMYK | 0.5 | 0 | 0.29 | 0.95 |
| HSL | 145.71º | 0.33% | 0.04% | - |
| HSV(B) | 145.71º | 0.5% | 0.05% | - |
| XYZ | 0.3 | 0.38 | 0.34 | - |
| YUV | 11.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 10 | 0.5 | 0 | 0.29 | 0.95 | 145.71 | 0.33 | 0.04 |
| Hex | 7 | E | A | 32 | 0 | 1D | 5F | 92 | 21 | 4 |
| Octal | 7 | 16 | 12 | 62 | 0 | 35 | 137 | 222 | 41 | 4 |
| Binary | 111 | 1110 | 1010 | 110010 | 0 | 11101 | 1011111 | 10010010 | 100001 | 100 |
Color Harmonies of #070E0A
Complementary color
Monochromatic Colors of #070E0A
Black with #070E0A
Text Example
Text Example
White with #070E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E0A; }
p { color: rgb(7,14,10); }
H1.HeaderClassName
{
color: #070E0A;
}
.AnyTagClassName
{
color: #070E0A;
}
</style>
background-color css
<style>
a { background-color: #070E0A; }
a { background-color: rgb(7,14,10); }
div.DivClassName
{
background-color: #070E0A;
}
.BgClassName
{
background-color: #070E0A;
}
</style>
border-color css
<style>
span { border-color: #070E0A; }
span { border-color: rgb(7,14,10); }
td.TdClassName
{
border-color: #070E0A;
}
.TagClassName
{
border-color: #070E0A;
}
</style>