Shades of Dark Green #071311
Tints of Dark Green #071311
RGB
CMYK
RGB Variations
Color information
#071311 (or 0x071311) is known color: Dark Green. HEX triplet: 07, 13 and 11. RGB value is (7,19,17). Sum of RGB (Red+Green+Blue) = 7+19+17=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #071311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071311 is #F8ECEE. Grayscale: #0F0F0F. Windows color (decimal): -16313583 or 1118983. OLE color: 1118983.
HSL color Cylindrical-coordinate representation of color #071311: hue angle of 170º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #071311 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
RGB | 7 | 19 | 17 | - |
CMYK | 0.63 | 0 | 0.11 | 0.93 |
HSL | 170º | 0.46% | 0.05% | - |
HSV(B) | 170º | 0.63% | 0.07% | - |
XYZ | 0.42 | 0.55 | 0.61 | - |
YUV | 15.18 | 129.02 | 122.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 19 | 17 | 0.63 | 0 | 0.11 | 0.93 | 170 | 0.46 | 0.05 |
Hex | 7 | 13 | 11 | 3F | 0 | B | 5D | AA | 2E | 5 |
Octal | 7 | 23 | 21 | 77 | 0 | 13 | 135 | 252 | 56 | 5 |
Binary | 111 | 10011 | 10001 | 111111 | 0 | 1011 | 1011101 | 10101010 | 101110 | 101 |
Color Harmonies of #071311
Complementary color
Monochromatic Colors of #071311
Black with #071311
Text Example
Text Example
White with #071311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071311; }
p { color: rgb(7,19,17); }
H1.HeaderClassName
{
color: #071311;
}
.AnyTagClassName
{
color: #071311;
}
</style>
background-color css
<style>
a { background-color: #071311; }
a { background-color: rgb(7,19,17); }
div.DivClassName
{
background-color: #071311;
}
.BgClassName
{
background-color: #071311;
}
</style>
border-color css
<style>
span { border-color: #071311; }
span { border-color: rgb(7,19,17); }
td.TdClassName
{
border-color: #071311;
}
.TagClassName
{
border-color: #071311;
}
</style>