Shades of Dark Green #071511
Tints of Dark Green #071511
RGB
CMYK
RGB Variations
Color information
#071511 (or 0x071511) is known color: Dark Green. HEX triplet: 07, 15 and 11. RGB value is (7,21,17). Sum of RGB (Red+Green+Blue) = 7+21+17=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #071511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071511 is #F8EAEE. Grayscale: #101010. Windows color (decimal): -16313071 or 1119495. OLE color: 1119495.
HSL color Cylindrical-coordinate representation of color #071511: hue angle of 162.86º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #071511 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 21 | 17 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.92 |
| HSL | 162.86º | 0.5% | 0.05% | - |
| HSV(B) | 162.86º | 0.67% | 0.08% | - |
| XYZ | 0.46 | 0.62 | 0.63 | - |
| YUV | 16.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 17 | 0.67 | 0 | 0.19 | 0.92 | 162.86 | 0.5 | 0.05 |
| Hex | 7 | 15 | 11 | 43 | 0 | 13 | 5C | A3 | 32 | 5 |
| Octal | 7 | 25 | 21 | 103 | 0 | 23 | 134 | 243 | 62 | 5 |
| Binary | 111 | 10101 | 10001 | 1000011 | 0 | 10011 | 1011100 | 10100011 | 110010 | 101 |
Color Harmonies of #071511
Complementary color
Monochromatic Colors of #071511
Black with #071511
Text Example
Text Example
White with #071511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071511; }
p { color: rgb(7,21,17); }
H1.HeaderClassName
{
color: #071511;
}
.AnyTagClassName
{
color: #071511;
}
</style>
background-color css
<style>
a { background-color: #071511; }
a { background-color: rgb(7,21,17); }
div.DivClassName
{
background-color: #071511;
}
.BgClassName
{
background-color: #071511;
}
</style>
border-color css
<style>
span { border-color: #071511; }
span { border-color: rgb(7,21,17); }
td.TdClassName
{
border-color: #071511;
}
.TagClassName
{
border-color: #071511;
}
</style>