Shades of Dark Green #07110E
Tints of Dark Green #07110E
RGB
CMYK
RGB Variations
Color information
#07110E (or 0x07110E) is known color: Dark Green. HEX triplet: 07, 11 and 0E. RGB value is (7,17,14). Sum of RGB (Red+Green+Blue) = 7+17+14=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 17 - color contains mainly: green. Hex color #07110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07110E is #F8EEF1. Grayscale: #0D0D0D. Windows color (decimal): -16314098 or 921863. OLE color: 921863.
HSL color Cylindrical-coordinate representation of color #07110E: hue angle of 162º 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 #07110E is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 17 | 14 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.93 |
| HSL | 162º | 0.42% | 0.05% | - |
| HSV(B) | 162º | 0.59% | 0.07% | - |
| XYZ | 0.37 | 0.48 | 0.49 | - |
| YUV | 13.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 14 | 0.59 | 0 | 0.18 | 0.93 | 162 | 0.42 | 0.05 |
| Hex | 7 | 11 | E | 3B | 0 | 12 | 5D | A2 | 2A | 5 |
| Octal | 7 | 21 | 16 | 73 | 0 | 22 | 135 | 242 | 52 | 5 |
| Binary | 111 | 10001 | 1110 | 111011 | 0 | 10010 | 1011101 | 10100010 | 101010 | 101 |
Color Harmonies of #07110E
Complementary color
Monochromatic Colors of #07110E
Black with #07110E
Text Example
Text Example
White with #07110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07110E; }
p { color: rgb(7,17,14); }
H1.HeaderClassName
{
color: #07110E;
}
.AnyTagClassName
{
color: #07110E;
}
</style>
background-color css
<style>
a { background-color: #07110E; }
a { background-color: rgb(7,17,14); }
div.DivClassName
{
background-color: #07110E;
}
.BgClassName
{
background-color: #07110E;
}
</style>
border-color css
<style>
span { border-color: #07110E; }
span { border-color: rgb(7,17,14); }
td.TdClassName
{
border-color: #07110E;
}
.TagClassName
{
border-color: #07110E;
}
</style>