Shades of Dark Green #071610
Tints of Dark Green #071610
RGB
CMYK
RGB Variations
Color information
#071610 (or 0x071610) is known color: Dark Green. HEX triplet: 07, 16 and 10. RGB value is (7,22,16). Sum of RGB (Red+Green+Blue) = 7+22+16=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #071610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071610 is #F8E9EF. Grayscale: #101010. Windows color (decimal): -16312816 or 1054215. OLE color: 1054215.
HSL color Cylindrical-coordinate representation of color #071610: hue angle of 156º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #071610 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 22 | 16 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.91 |
| HSL | 156º | 0.52% | 0.06% | - |
| HSV(B) | 156º | 0.68% | 0.09% | - |
| XYZ | 0.47 | 0.66 | 0.59 | - |
| YUV | 16.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 16 | 0.68 | 0 | 0.27 | 0.91 | 156 | 0.52 | 0.06 |
| Hex | 7 | 16 | 10 | 44 | 0 | 1B | 5B | 9C | 34 | 6 |
| Octal | 7 | 26 | 20 | 104 | 0 | 33 | 133 | 234 | 64 | 6 |
| Binary | 111 | 10110 | 10000 | 1000100 | 0 | 11011 | 1011011 | 10011100 | 110100 | 110 |
Color Harmonies of #071610
Complementary color
Monochromatic Colors of #071610
Black with #071610
Text Example
Text Example
White with #071610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071610; }
p { color: rgb(7,22,16); }
H1.HeaderClassName
{
color: #071610;
}
.AnyTagClassName
{
color: #071610;
}
</style>
background-color css
<style>
a { background-color: #071610; }
a { background-color: rgb(7,22,16); }
div.DivClassName
{
background-color: #071610;
}
.BgClassName
{
background-color: #071610;
}
</style>
border-color css
<style>
span { border-color: #071610; }
span { border-color: rgb(7,22,16); }
td.TdClassName
{
border-color: #071610;
}
.TagClassName
{
border-color: #071610;
}
</style>