Shades of Dark Green #071411
Tints of Dark Green #071411
RGB
CMYK
RGB Variations
Color information
#071411 (or 0x071411) is known color: Dark Green. HEX triplet: 07, 14 and 11. RGB value is (7,20,17). Sum of RGB (Red+Green+Blue) = 7+20+17=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #071411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071411 is #F8EBEE. Grayscale: #0F0F0F. Windows color (decimal): -16313327 or 1119239. OLE color: 1119239.
HSL color Cylindrical-coordinate representation of color #071411: hue angle of 166.15º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #071411 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 20 | 17 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.92 |
| HSL | 166.15º | 0.48% | 0.05% | - |
| HSV(B) | 166.15º | 0.65% | 0.08% | - |
| XYZ | 0.44 | 0.59 | 0.62 | - |
| YUV | 15.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 17 | 0.65 | 0 | 0.15 | 0.92 | 166.15 | 0.48 | 0.05 |
| Hex | 7 | 14 | 11 | 41 | 0 | F | 5C | A6 | 30 | 5 |
| Octal | 7 | 24 | 21 | 101 | 0 | 17 | 134 | 246 | 60 | 5 |
| Binary | 111 | 10100 | 10001 | 1000001 | 0 | 1111 | 1011100 | 10100110 | 110000 | 101 |
Color Harmonies of #071411
Complementary color
Monochromatic Colors of #071411
Black with #071411
Text Example
Text Example
White with #071411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071411; }
p { color: rgb(7,20,17); }
H1.HeaderClassName
{
color: #071411;
}
.AnyTagClassName
{
color: #071411;
}
</style>
background-color css
<style>
a { background-color: #071411; }
a { background-color: rgb(7,20,17); }
div.DivClassName
{
background-color: #071411;
}
.BgClassName
{
background-color: #071411;
}
</style>
border-color css
<style>
span { border-color: #071411; }
span { border-color: rgb(7,20,17); }
td.TdClassName
{
border-color: #071411;
}
.TagClassName
{
border-color: #071411;
}
</style>