Shades of Dark Green #071111
Tints of Dark Green #071111
RGB
CMYK
RGB Variations
Color information
#071111 (or 0x071111) is known color: Dark Green. HEX triplet: 07, 11 and 11. RGB value is (7,17,17). Sum of RGB (Red+Green+Blue) = 7+17+17=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #071111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071111 is #F8EEEE. Grayscale: #0E0E0E. Windows color (decimal): -16314095 or 1118471. OLE color: 1118471.
HSL color Cylindrical-coordinate representation of color #071111: hue angle of 180º 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 #071111 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 17 | 17 | - |
| CMYK | 0.59 | 0 | 0 | 0.93 |
| HSL | 180º | 0.42% | 0.05% | - |
| HSV(B) | 180º | 0.59% | 0.07% | - |
| XYZ | 0.39 | 0.49 | 0.6 | - |
| YUV | 14.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 17 | 0.59 | 0 | 0 | 0.93 | 180 | 0.42 | 0.05 |
| Hex | 7 | 11 | 11 | 3B | 0 | 0 | 5D | B4 | 2A | 5 |
| Octal | 7 | 21 | 21 | 73 | 0 | 0 | 135 | 264 | 52 | 5 |
| Binary | 111 | 10001 | 10001 | 111011 | 0 | 0 | 1011101 | 10110100 | 101010 | 101 |
Color Harmonies of #071111
Complementary color
Monochromatic Colors of #071111
Black with #071111
Text Example
Text Example
White with #071111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071111; }
p { color: rgb(7,17,17); }
H1.HeaderClassName
{
color: #071111;
}
.AnyTagClassName
{
color: #071111;
}
</style>
background-color css
<style>
a { background-color: #071111; }
a { background-color: rgb(7,17,17); }
div.DivClassName
{
background-color: #071111;
}
.BgClassName
{
background-color: #071111;
}
</style>
border-color css
<style>
span { border-color: #071111; }
span { border-color: rgb(7,17,17); }
td.TdClassName
{
border-color: #071111;
}
.TagClassName
{
border-color: #071111;
}
</style>