Shades of Dark Green #070D0B
Tints of Dark Green #070D0B
RGB
CMYK
RGB Variations
Color information
#070D0B (or 0x070D0B) is known color: Dark Green. HEX triplet: 07, 0D and 0B. RGB value is (7,13,11). Sum of RGB (Red+Green+Blue) = 7+13+11=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 13 (5.47% from 255 or 41.94% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 13 - color contains mainly: green. Hex color #070D0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D0B is #F8F2F4. Grayscale: #0A0A0A. Windows color (decimal): -16315125 or 724231. OLE color: 724231.
HSL color Cylindrical-coordinate representation of color #070D0B: hue angle of 160º 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 #070D0B is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 13 | 11 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.95 |
| HSL | 160º | 0.3% | 0.04% | - |
| HSV(B) | 160º | 0.46% | 0.05% | - |
| XYZ | 0.29 | 0.36 | 0.37 | - |
| YUV | 10.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 11 | 0.46 | 0 | 0.15 | 0.95 | 160 | 0.3 | 0.04 |
| Hex | 7 | D | B | 2E | 0 | F | 5F | A0 | 1E | 4 |
| Octal | 7 | 15 | 13 | 56 | 0 | 17 | 137 | 240 | 36 | 4 |
| Binary | 111 | 1101 | 1011 | 101110 | 0 | 1111 | 1011111 | 10100000 | 11110 | 100 |
Color Harmonies of #070D0B
Complementary color
Monochromatic Colors of #070D0B
Black with #070D0B
Text Example
Text Example
White with #070D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D0B; }
p { color: rgb(7,13,11); }
H1.HeaderClassName
{
color: #070D0B;
}
.AnyTagClassName
{
color: #070D0B;
}
</style>
background-color css
<style>
a { background-color: #070D0B; }
a { background-color: rgb(7,13,11); }
div.DivClassName
{
background-color: #070D0B;
}
.BgClassName
{
background-color: #070D0B;
}
</style>
border-color css
<style>
span { border-color: #070D0B; }
span { border-color: rgb(7,13,11); }
td.TdClassName
{
border-color: #070D0B;
}
.TagClassName
{
border-color: #070D0B;
}
</style>