Shades of Dark Green #070B0B
Tints of Dark Green #070B0B
RGB
CMYK
RGB Variations
Color information
#070B0B (or 0x070B0B) is known color: Dark Green. HEX triplet: 07, 0B and 0B. RGB value is (7,11,11). Sum of RGB (Red+Green+Blue) = 7+11+11=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 11 (4.69% from 255 or 37.93% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 11 - color contains mainly: green, blue. Hex color #070B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B0B is #F8F4F4. Grayscale: #090909. Windows color (decimal): -16315637 or 723719. OLE color: 723719.
HSL color Cylindrical-coordinate representation of color #070B0B: hue angle of 180º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #070B0B is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 11 | 11 | - |
| CMYK | 0.36 | 0 | 0 | 0.96 |
| HSL | 180º | 0.22% | 0.04% | - |
| HSV(B) | 180º | 0.36% | 0.04% | - |
| XYZ | 0.27 | 0.31 | 0.36 | - |
| YUV | 9.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 11 | 0.36 | 0 | 0 | 0.96 | 180 | 0.22 | 0.04 |
| Hex | 7 | B | B | 24 | 0 | 0 | 60 | B4 | 16 | 4 |
| Octal | 7 | 13 | 13 | 44 | 0 | 0 | 140 | 264 | 26 | 4 |
| Binary | 111 | 1011 | 1011 | 100100 | 0 | 0 | 1100000 | 10110100 | 10110 | 100 |
Color Harmonies of #070B0B
Complementary color
Monochromatic Colors of #070B0B
Black with #070B0B
Text Example
Text Example
White with #070B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B0B; }
p { color: rgb(7,11,11); }
H1.HeaderClassName
{
color: #070B0B;
}
.AnyTagClassName
{
color: #070B0B;
}
</style>
background-color css
<style>
a { background-color: #070B0B; }
a { background-color: rgb(7,11,11); }
div.DivClassName
{
background-color: #070B0B;
}
.BgClassName
{
background-color: #070B0B;
}
</style>
border-color css
<style>
span { border-color: #070B0B; }
span { border-color: rgb(7,11,11); }
td.TdClassName
{
border-color: #070B0B;
}
.TagClassName
{
border-color: #070B0B;
}
</style>