Shades of Dark Green #071B11
Tints of Dark Green #071B11
RGB
CMYK
RGB Variations
Color information
#071B11 (or 0x071B11) is known color: Dark Green. HEX triplet: 07, 1B and 11. RGB value is (7,27,17). Sum of RGB (Red+Green+Blue) = 7+27+17=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 27 (10.94% from 255 or 52.94% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 27 - color contains mainly: green. Hex color #071B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071B11 is #F8E4EE. Grayscale: #131313. Windows color (decimal): -16311535 or 1121031. OLE color: 1121031.
HSL color Cylindrical-coordinate representation of color #071B11: hue angle of 150º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #071B11 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 27 | 17 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.89 |
| HSL | 150º | 0.59% | 0.07% | - |
| HSV(B) | 150º | 0.74% | 0.11% | - |
| XYZ | 0.58 | 0.87 | 0.67 | - |
| YUV | 19.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 17 | 0.74 | 0 | 0.37 | 0.89 | 150 | 0.59 | 0.07 |
| Hex | 7 | 1B | 11 | 4A | 0 | 25 | 59 | 96 | 3B | 7 |
| Octal | 7 | 33 | 21 | 112 | 0 | 45 | 131 | 226 | 73 | 7 |
| Binary | 111 | 11011 | 10001 | 1001010 | 0 | 100101 | 1011001 | 10010110 | 111011 | 111 |
Color Harmonies of #071B11
Complementary color
Monochromatic Colors of #071B11
Black with #071B11
Text Example
Text Example
White with #071B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071B11; }
p { color: rgb(7,27,17); }
H1.HeaderClassName
{
color: #071B11;
}
.AnyTagClassName
{
color: #071B11;
}
</style>
background-color css
<style>
a { background-color: #071B11; }
a { background-color: rgb(7,27,17); }
div.DivClassName
{
background-color: #071B11;
}
.BgClassName
{
background-color: #071B11;
}
</style>
border-color css
<style>
span { border-color: #071B11; }
span { border-color: rgb(7,27,17); }
td.TdClassName
{
border-color: #071B11;
}
.TagClassName
{
border-color: #071B11;
}
</style>