Shades of Dark Green #071110
Tints of Dark Green #071110
RGB
CMYK
RGB Variations
Color information
#071110 (or 0x071110) is known color: Dark Green. HEX triplet: 07, 11 and 10. RGB value is (7,17,16). Sum of RGB (Red+Green+Blue) = 7+17+16=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 17 - color contains mainly: green. Hex color #071110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071110 is #F8EEEF. Grayscale: #0D0D0D. Windows color (decimal): -16314096 or 1052935. OLE color: 1052935.
HSL color Cylindrical-coordinate representation of color #071110: hue angle of 174º 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 #071110 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 17 | 16 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.93 |
| HSL | 174º | 0.42% | 0.05% | - |
| HSV(B) | 174º | 0.59% | 0.07% | - |
| XYZ | 0.38 | 0.48 | 0.56 | - |
| YUV | 13.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 16 | 0.59 | 0 | 0.06 | 0.93 | 174 | 0.42 | 0.05 |
| Hex | 7 | 11 | 10 | 3B | 0 | 6 | 5D | AE | 2A | 5 |
| Octal | 7 | 21 | 20 | 73 | 0 | 6 | 135 | 256 | 52 | 5 |
| Binary | 111 | 10001 | 10000 | 111011 | 0 | 110 | 1011101 | 10101110 | 101010 | 101 |
Color Harmonies of #071110
Complementary color
Monochromatic Colors of #071110
Black with #071110
Text Example
Text Example
White with #071110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071110; }
p { color: rgb(7,17,16); }
H1.HeaderClassName
{
color: #071110;
}
.AnyTagClassName
{
color: #071110;
}
</style>
background-color css
<style>
a { background-color: #071110; }
a { background-color: rgb(7,17,16); }
div.DivClassName
{
background-color: #071110;
}
.BgClassName
{
background-color: #071110;
}
</style>
border-color css
<style>
span { border-color: #071110; }
span { border-color: rgb(7,17,16); }
td.TdClassName
{
border-color: #071110;
}
.TagClassName
{
border-color: #071110;
}
</style>