Shades of Dark Green #071210
Tints of Dark Green #071210
RGB
CMYK
RGB Variations
Color information
#071210 (or 0x071210) is known color: Dark Green. HEX triplet: 07, 12 and 10. RGB value is (7,18,16). Sum of RGB (Red+Green+Blue) = 7+18+16=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #071210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071210 is #F8EDEF. Grayscale: #0E0E0E. Windows color (decimal): -16313840 or 1053191. OLE color: 1053191.
HSL color Cylindrical-coordinate representation of color #071210: hue angle of 169.09º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #071210 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 18 | 16 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.93 |
| HSL | 169.09º | 0.44% | 0.05% | - |
| HSV(B) | 169.09º | 0.61% | 0.07% | - |
| XYZ | 0.4 | 0.52 | 0.57 | - |
| YUV | 14.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 16 | 0.61 | 0 | 0.11 | 0.93 | 169.09 | 0.44 | 0.05 |
| Hex | 7 | 12 | 10 | 3D | 0 | B | 5D | A9 | 2C | 5 |
| Octal | 7 | 22 | 20 | 75 | 0 | 13 | 135 | 251 | 54 | 5 |
| Binary | 111 | 10010 | 10000 | 111101 | 0 | 1011 | 1011101 | 10101001 | 101100 | 101 |
Color Harmonies of #071210
Complementary color
Monochromatic Colors of #071210
Black with #071210
Text Example
Text Example
White with #071210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071210; }
p { color: rgb(7,18,16); }
H1.HeaderClassName
{
color: #071210;
}
.AnyTagClassName
{
color: #071210;
}
</style>
background-color css
<style>
a { background-color: #071210; }
a { background-color: rgb(7,18,16); }
div.DivClassName
{
background-color: #071210;
}
.BgClassName
{
background-color: #071210;
}
</style>
border-color css
<style>
span { border-color: #071210; }
span { border-color: rgb(7,18,16); }
td.TdClassName
{
border-color: #071210;
}
.TagClassName
{
border-color: #071210;
}
</style>