Shades of Dark Green #070E0B
Tints of Dark Green #070E0B
RGB
CMYK
RGB Variations
Color information
#070E0B (or 0x070E0B) is known color: Dark Green. HEX triplet: 07, 0E and 0B. RGB value is (7,14,11). Sum of RGB (Red+Green+Blue) = 7+14+11=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 14 (5.86% from 255 or 43.75% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 14 - color contains mainly: green. Hex color #070E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E0B is #F8F1F4. Grayscale: #0B0B0B. Windows color (decimal): -16314869 or 724487. OLE color: 724487.
HSL color Cylindrical-coordinate representation of color #070E0B: hue angle of 154.29º 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 #070E0B is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.95.
Color convert
RGB | 7 | 14 | 11 | - |
CMYK | 0.5 | 0 | 0.21 | 0.95 |
HSL | 154.29º | 0.33% | 0.04% | - |
HSV(B) | 154.29º | 0.5% | 0.05% | - |
XYZ | 0.31 | 0.38 | 0.37 | - |
YUV | 11.57 | 127.68 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 14 | 11 | 0.5 | 0 | 0.21 | 0.95 | 154.29 | 0.33 | 0.04 |
Hex | 7 | E | B | 32 | 0 | 15 | 5F | 9A | 21 | 4 |
Octal | 7 | 16 | 13 | 62 | 0 | 25 | 137 | 232 | 41 | 4 |
Binary | 111 | 1110 | 1011 | 110010 | 0 | 10101 | 1011111 | 10011010 | 100001 | 100 |
Color Harmonies of #070E0B
Complementary color
Monochromatic Colors of #070E0B
Black with #070E0B
Text Example
Text Example
White with #070E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E0B; }
p { color: rgb(7,14,11); }
H1.HeaderClassName
{
color: #070E0B;
}
.AnyTagClassName
{
color: #070E0B;
}
</style>
background-color css
<style>
a { background-color: #070E0B; }
a { background-color: rgb(7,14,11); }
div.DivClassName
{
background-color: #070E0B;
}
.BgClassName
{
background-color: #070E0B;
}
</style>
border-color css
<style>
span { border-color: #070E0B; }
span { border-color: rgb(7,14,11); }
td.TdClassName
{
border-color: #070E0B;
}
.TagClassName
{
border-color: #070E0B;
}
</style>