Shades of Dark Green #070F0B
Tints of Dark Green #070F0B
RGB
CMYK
RGB Variations
Color information
#070F0B (or 0x070F0B) is known color: Dark Green. HEX triplet: 07, 0F and 0B. RGB value is (7,15,11). Sum of RGB (Red+Green+Blue) = 7+15+11=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 15 - color contains mainly: green. Hex color #070F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F0B is #F8F0F4. Grayscale: #0C0C0C. Windows color (decimal): -16314613 or 724743. OLE color: 724743.
HSL color Cylindrical-coordinate representation of color #070F0B: hue angle of 150º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #070F0B is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.94.
Color convert
RGB | 7 | 15 | 11 | - |
CMYK | 0.53 | 0 | 0.27 | 0.94 |
HSL | 150º | 0.36% | 0.04% | - |
HSV(B) | 150º | 0.53% | 0.06% | - |
XYZ | 0.32 | 0.41 | 0.38 | - |
YUV | 12.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 15 | 11 | 0.53 | 0 | 0.27 | 0.94 | 150 | 0.36 | 0.04 |
Hex | 7 | F | B | 35 | 0 | 1B | 5E | 96 | 24 | 4 |
Octal | 7 | 17 | 13 | 65 | 0 | 33 | 136 | 226 | 44 | 4 |
Binary | 111 | 1111 | 1011 | 110101 | 0 | 11011 | 1011110 | 10010110 | 100100 | 100 |
Color Harmonies of #070F0B
Complementary color
Monochromatic Colors of #070F0B
Black with #070F0B
Text Example
Text Example
White with #070F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F0B; }
p { color: rgb(7,15,11); }
H1.HeaderClassName
{
color: #070F0B;
}
.AnyTagClassName
{
color: #070F0B;
}
</style>
background-color css
<style>
a { background-color: #070F0B; }
a { background-color: rgb(7,15,11); }
div.DivClassName
{
background-color: #070F0B;
}
.BgClassName
{
background-color: #070F0B;
}
</style>
border-color css
<style>
span { border-color: #070F0B; }
span { border-color: rgb(7,15,11); }
td.TdClassName
{
border-color: #070F0B;
}
.TagClassName
{
border-color: #070F0B;
}
</style>