Shades of Dark Green #070E0C
Tints of Dark Green #070E0C
RGB
CMYK
RGB Variations
Color information
#070E0C (or 0x070E0C) is known color: Dark Green. HEX triplet: 07, 0E and 0C. RGB value is (7,14,12). Sum of RGB (Red+Green+Blue) = 7+14+12=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 14 (5.86% from 255 or 42.42% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 14 - color contains mainly: green. Hex color #070E0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E0C is #F8F1F3. Grayscale: #0B0B0B. Windows color (decimal): -16314868 or 790023. OLE color: 790023.
HSL color Cylindrical-coordinate representation of color #070E0C: hue angle of 162.86º 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 #070E0C is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 14 | 12 | - |
| CMYK | 0.5 | 0 | 0.14 | 0.95 |
| HSL | 162.86º | 0.33% | 0.04% | - |
| HSV(B) | 162.86º | 0.5% | 0.05% | - |
| XYZ | 0.31 | 0.39 | 0.41 | - |
| YUV | 11.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 12 | 0.5 | 0 | 0.14 | 0.95 | 162.86 | 0.33 | 0.04 |
| Hex | 7 | E | C | 32 | 0 | E | 5F | A3 | 21 | 4 |
| Octal | 7 | 16 | 14 | 62 | 0 | 16 | 137 | 243 | 41 | 4 |
| Binary | 111 | 1110 | 1100 | 110010 | 0 | 1110 | 1011111 | 10100011 | 100001 | 100 |
Color Harmonies of #070E0C
Complementary color
Monochromatic Colors of #070E0C
Black with #070E0C
Text Example
Text Example
White with #070E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E0C; }
p { color: rgb(7,14,12); }
H1.HeaderClassName
{
color: #070E0C;
}
.AnyTagClassName
{
color: #070E0C;
}
</style>
background-color css
<style>
a { background-color: #070E0C; }
a { background-color: rgb(7,14,12); }
div.DivClassName
{
background-color: #070E0C;
}
.BgClassName
{
background-color: #070E0C;
}
</style>
border-color css
<style>
span { border-color: #070E0C; }
span { border-color: rgb(7,14,12); }
td.TdClassName
{
border-color: #070E0C;
}
.TagClassName
{
border-color: #070E0C;
}
</style>