Shades of Dark Green #071412
Tints of Dark Green #071412
RGB
CMYK
RGB Variations
Color information
#071412 (or 0x071412) is known color: Dark Green. HEX triplet: 07, 14 and 12. RGB value is (7,20,18). Sum of RGB (Red+Green+Blue) = 7+20+18=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #071412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071412 is #F8EBED. Grayscale: #0F0F0F. Windows color (decimal): -16313326 or 1184775. OLE color: 1184775.
HSL color Cylindrical-coordinate representation of color #071412: hue angle of 170.77º 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 #071412 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 20 | 18 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.92 |
| HSL | 170.77º | 0.48% | 0.05% | - |
| HSV(B) | 170.77º | 0.65% | 0.08% | - |
| XYZ | 0.45 | 0.59 | 0.66 | - |
| YUV | 15.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 18 | 0.65 | 0 | 0.10 | 0.92 | 170.77 | 0.48 | 0.05 |
| Hex | 7 | 14 | 12 | 41 | 0 | A | 5C | AB | 30 | 5 |
| Octal | 7 | 24 | 22 | 101 | 0 | 12 | 134 | 253 | 60 | 5 |
| Binary | 111 | 10100 | 10010 | 1000001 | 0 | 1010 | 1011100 | 10101011 | 110000 | 101 |
Color Harmonies of #071412
Complementary color
Monochromatic Colors of #071412
Black with #071412
Text Example
Text Example
White with #071412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071412; }
p { color: rgb(7,20,18); }
H1.HeaderClassName
{
color: #071412;
}
.AnyTagClassName
{
color: #071412;
}
</style>
background-color css
<style>
a { background-color: #071412; }
a { background-color: rgb(7,20,18); }
div.DivClassName
{
background-color: #071412;
}
.BgClassName
{
background-color: #071412;
}
</style>
border-color css
<style>
span { border-color: #071412; }
span { border-color: rgb(7,20,18); }
td.TdClassName
{
border-color: #071412;
}
.TagClassName
{
border-color: #071412;
}
</style>