Shades of Dark Green #07100E
Tints of Dark Green #07100E
RGB
CMYK
RGB Variations
Color information
#07100E (or 0x07100E) is known color: Dark Green. HEX triplet: 07, 10 and 0E. RGB value is (7,16,14). Sum of RGB (Red+Green+Blue) = 7+16+14=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 16 - color contains mainly: green. Hex color #07100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07100E is #F8EFF1. Grayscale: #0D0D0D. Windows color (decimal): -16314354 or 921607. OLE color: 921607.
HSL color Cylindrical-coordinate representation of color #07100E: hue angle of 166.67º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #07100E is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 16 | 14 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.94 |
| HSL | 166.67º | 0.39% | 0.05% | - |
| HSV(B) | 166.67º | 0.56% | 0.06% | - |
| XYZ | 0.35 | 0.45 | 0.48 | - |
| YUV | 13.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 14 | 0.56 | 0 | 0.13 | 0.94 | 166.67 | 0.39 | 0.05 |
| Hex | 7 | 10 | E | 38 | 0 | D | 5E | A7 | 27 | 5 |
| Octal | 7 | 20 | 16 | 70 | 0 | 15 | 136 | 247 | 47 | 5 |
| Binary | 111 | 10000 | 1110 | 111000 | 0 | 1101 | 1011110 | 10100111 | 100111 | 101 |
Color Harmonies of #07100E
Complementary color
Monochromatic Colors of #07100E
Black with #07100E
Text Example
Text Example
White with #07100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07100E; }
p { color: rgb(7,16,14); }
H1.HeaderClassName
{
color: #07100E;
}
.AnyTagClassName
{
color: #07100E;
}
</style>
background-color css
<style>
a { background-color: #07100E; }
a { background-color: rgb(7,16,14); }
div.DivClassName
{
background-color: #07100E;
}
.BgClassName
{
background-color: #07100E;
}
</style>
border-color css
<style>
span { border-color: #07100E; }
span { border-color: rgb(7,16,14); }
td.TdClassName
{
border-color: #07100E;
}
.TagClassName
{
border-color: #07100E;
}
</style>