Shades of Dark Green #07110D
Tints of Dark Green #07110D
RGB
CMYK
RGB Variations
Color information
#07110D (or 0x07110D) is known color: Dark Green. HEX triplet: 07, 11 and 0D. RGB value is (7,17,13). Sum of RGB (Red+Green+Blue) = 7+17+13=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 17 - color contains mainly: green. Hex color #07110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07110D is #F8EEF2. Grayscale: #0D0D0D. Windows color (decimal): -16314099 or 856327. OLE color: 856327.
HSL color Cylindrical-coordinate representation of color #07110D: hue angle of 156º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #07110D is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 17 | 13 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.93 |
| HSL | 156º | 0.42% | 0.05% | - |
| HSV(B) | 156º | 0.59% | 0.07% | - |
| XYZ | 0.36 | 0.48 | 0.45 | - |
| YUV | 13.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 13 | 0.59 | 0 | 0.24 | 0.93 | 156 | 0.42 | 0.05 |
| Hex | 7 | 11 | D | 3B | 0 | 18 | 5D | 9C | 2A | 5 |
| Octal | 7 | 21 | 15 | 73 | 0 | 30 | 135 | 234 | 52 | 5 |
| Binary | 111 | 10001 | 1101 | 111011 | 0 | 11000 | 1011101 | 10011100 | 101010 | 101 |
Color Harmonies of #07110D
Complementary color
Monochromatic Colors of #07110D
Black with #07110D
Text Example
Text Example
White with #07110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07110D; }
p { color: rgb(7,17,13); }
H1.HeaderClassName
{
color: #07110D;
}
.AnyTagClassName
{
color: #07110D;
}
</style>
background-color css
<style>
a { background-color: #07110D; }
a { background-color: rgb(7,17,13); }
div.DivClassName
{
background-color: #07110D;
}
.BgClassName
{
background-color: #07110D;
}
</style>
border-color css
<style>
span { border-color: #07110D; }
span { border-color: rgb(7,17,13); }
td.TdClassName
{
border-color: #07110D;
}
.TagClassName
{
border-color: #07110D;
}
</style>